Commit 74af1a38 by fudahua

登录信息

parent 5117cdac
......@@ -294,7 +294,7 @@
<update id="delMaterialByIds">
update tab_haoban_material
set
status_flag = 0},
status_flag = 0,
update_time = now()
where material_id IN
<foreach collection="ids" item="item" separator="," open="(" close=")">
......
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