ws 1 жил өмнө
parent
commit
111332b006

+ 1 - 1
industry-system/industry-da/src/main/resources/mapper/SceneDao.xml

@@ -84,7 +84,7 @@
     </delete>
 
     <delete id="delSceneImgById">
-        delete from f_scene_img where sceneId = #{sceneId}
+        delete from f_scene_img where scene_id = #{sceneId}
     </delete>
 
 </mapper>