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>