@@ -130,7 +130,7 @@ public interface SceneMapper {
"from scene_reference_lib\n" +
"where 1 = 1\n\n" +
"<if test='idList != null and idList.size() > 0'>\n" +
- " and id in\n" +
+ " and scene_id in\n" +
" <foreach collection='idList' index='index' item='item' open='(' close=')' separator=','>\n" +
" #{item}" +
" </foreach>\n" +