소스 검색

获取所选分部的学员声部列表

zouxuan 3 년 전
부모
커밋
5feed5cc56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

@@ -1453,7 +1453,7 @@
         LEFT JOIN subject sb ON sb.id_ = s.subject_id_list_
         <where>
             s.subject_id_list_ IS NOT NULL
-            <if test="organIds != nul and organIds != ''">
+            <if test="organIds != null and organIds != ''">
                 AND FIND_IN_SET(su.organ_id_,#{organIds})
             </if>
         </where>