Explorar o código

1.类型调整

yuanliang hai 1 ano
pai
achega
f182526003

+ 4 - 4
mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

@@ -1422,14 +1422,14 @@
         from (select user_id_, organ_id_
               from student_payment_order
               where status_ = 'SUCCESS'
-                and group_type_ = 'VIP'
+                and group_type_ = 'ACTIVITY'
                 and type_ = 'SMALL_CLASS_TO_BUY'
                 and find_in_set(activity_id_, #{param.v1})
               union
               select user_id_, organ_id_
               from student_payment_order
               where status_ = 'SUCCESS'
-                and group_type_ = 'VIP'
+                and group_type_ = 'ACTIVITY'
                 and type_ = 'SMALL_CLASS_TO_BUY'
                 and find_in_set(activity_id_, #{param.v2})
               union
@@ -1443,7 +1443,7 @@
               select user_id_, organ_id_
               from student_payment_order
               where status_ = 'SUCCESS'
-                and group_type_ = 'MEMBER'
+                and group_type_ = 'ACTIVITY'
                 and type_ = 'MEMBER'
                 and find_in_set(activity_id_, #{param.cloudTeacher})
               union
@@ -1465,7 +1465,7 @@
               select user_id_, organ_id_
               from student_payment_order
               where status_ = 'SUCCESS'
-                and group_type_ = 'VIP'
+                and group_type_ = 'ACTIVITY'
                 and type_ = 'SMALL_CLASS_TO_BUY'
                 and find_in_set(activity_id_, #{param.theory})) t
         where find_in_set(t.organ_id_, #{param.organId})