Commit f3b37467 authored by unset's avatar unset

影像图库新增批量上下架以及删除接口

parent b8be47c9
......@@ -13,7 +13,7 @@
</foreach>
ON DUPLICATE KEY UPDATE
is_del = values(is_del),
status = values(amount)
status = values(status)
</insert>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment