Commit cbba588f by fudahua

批量处理关联关系

parent 2995e7eb
...@@ -202,6 +202,7 @@ ...@@ -202,6 +202,7 @@
status_flag = 0, status_flag = 0,
update_time = now() update_time = now()
where enterprise_id=#{enterpriseId} where enterprise_id=#{enterpriseId}
and store_id in
<foreach collection="storeIds" open="(" close=")" separator="," item="item"> <foreach collection="storeIds" open="(" close=")" separator="," item="item">
#{item} #{item}
</foreach> </foreach>
......
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