优化问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user