瀏覽代碼

1.类型调整

yuanliang 1 年之前
父節點
當前提交
f182526003
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

+ 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})