zouxuan преди 3 години
родител
ревизия
d2bf5a55e3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysMusicScoreMapper.xml

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

@@ -118,7 +118,7 @@
 		<where>
 			ses.del_flag_ = 0
 			<if test="organId != null and organId != null">
-				AND INTE_ARRAY(ses.organ_id_,#{organId})
+				AND INTE_ARRAY(smsc.organ_id_,#{organId})
 			</if>
 			<if test="categoriesId != null">
 				AND FIND_IN_SET(ses.music_score_categories_id_,#{categoriesId})