Joburgess 5 سال پیش
والد
کامیت
10d89d59ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      edu-user/edu-user-biz/src/main/resources/config/mybatis/ExamReviewMapper.xml

+ 1 - 1
edu-user/edu-user-biz/src/main/resources/config/mybatis/ExamReviewMapper.xml

@@ -137,7 +137,7 @@
 			<if test="cardNo!=null">
 				AND ere.card_no_=#{cardNo}
 			</if>
-			<if test="organId != null and organId != 0">
+			<if test="organId != null and organId != 0 and organIds==null">
 				AND ere.organ_id_ = #{organId}
 			</if>
 			<if test="subjectId!=null">