@@ -146,7 +146,7 @@
)
</if>
<if test="param.musicSheetIdlist != null and param.musicSheetIdlist.size() != 0">
- and id_ in
+ and t.id_ in
<foreach collection="param.musicSheetIdlist" separator="," item="item" open="(" close=")">
#{item}
</foreach>