瀏覽代碼

Merge branch 'online_music_library'

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

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/CourseScheduleStudentPaymentMapper.xml

@@ -607,6 +607,7 @@
 			LEFT JOIN vip_group_category vgc ON vg.vip_group_category_id_ = vgc.id_
 		WHERE
 			cssp.group_type_ = 'VIP'
+			AND cssp.create_time_ > '2020-11-11 00:00:00'
 			AND cssp.user_id_ IN
 			<foreach collection="userIds" item="userId" open="(" close=")" separator=",">
 				#{userId}