zouxuan 3 年之前
父节点
当前提交
dcd21d6425
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CourseScheduleStudentPaymentMapper.xml

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