优化问题

This commit is contained in:
2025-11-03 15:42:45 +08:00
parent 845f2fd59a
commit a43d7f32b6
10 changed files with 236 additions and 0 deletions

View File

@@ -67,6 +67,13 @@
#{u}
</foreach>
</update>
<update id="DeleteById" >
UPDATE stock_photo
SET is_delete = '1',
update_time = NOW()
WHERE id = #{Id}
</update>
</mapper>