zouxuan 3 anos atrás
pai
commit
dcd21d6425

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

@@ -925,7 +925,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>