Ver Fonte

乐团布置查询修改

liujunchi há 2 anos atrás
pai
commit
4a2f6b20af

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