hgw пре 3 година
родитељ
комит
6a90bbbbc0
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

@@ -643,7 +643,7 @@
             AND mg.status_ = 'PROGRESS'
             AND sr.music_group_status_ = 'NORMAL'
             <if test="studentIds!=null and studentIds.size()>0">
-                AND cssp.user_id_ IN
+                AND sr.user_id_ IN
                 <foreach collection="studentIds" item="studentId" open="(" close=")" separator=",">
                     #{studentId}
                 </foreach>