소스 검색

乐团布置查询修改

liujunchi 2 년 전
부모
커밋
4a2f6b20af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ExtracurricularExercisesMapper.xml

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

@@ -78,7 +78,7 @@
                     and ee.music_group_id_ is null
                 </if>
                 <if test="studentAssignFlag == false">
-                    and ee.student_id_list_  is not null
+                    and ee.music_group_id_  is not null
                 </if>
             </if>
 		</where>