Browse Source

Merge branch 'saas' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 3 years ago
parent
commit
1fca77067e

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

@@ -941,7 +941,7 @@
 			<if test="groupType != 'VIP'">
 				AND vg.`vip_group_category_id_` = 16
 			</if>
-			<if test="organId != null">
+			<if test="organId != null and organId != ''">
 				AND FIND_IN_SET(u.organ_id_,#{organId})
 			</if>
 		</where>