zouxuan 3 vuotta sitten
vanhempi
commit
d2bf5a55e3

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