Browse Source

Merge branch 'active_course_2021-09-26~29' of http://git.dayaedu.com/yonge/mec

zouxuan 4 years ago
parent
commit
eb4e6c8f4e

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/VipGroupActivityController.java

@@ -87,7 +87,7 @@ public class VipGroupActivityController extends BaseController {
                 queryInfo.setNewStudent(applyToStudentType);
             }
             if(applyToStudentType == 2 || applyToStudentType == 3){
-                queryInfo.setMemberFlag(applyToStudentType);
+                queryInfo.setMemberFlag(applyToStudentType==2?1:0);
             }
         }
         return succeed(vipGroupActivityService.queryPage(queryInfo));