Commit c2b4d6c6 by zhiwj

修改bug

parent d67ba8da
......@@ -176,11 +176,11 @@
update tab_store set store_group_id = #{newStoreGroupId} where store_group_id = #{oldStoreGroupId}
</update>
<update id="updateAllStoreGroup">
update tab_store_info set store_group_id = #{value},is_edit_store_group=1 where enterprise_id = #{enterpriseId} and overflow_status=0
update tab_store set store_group_id = #{value},is_edit_store_group=1 where enterprise_id = #{enterpriseId}
</update>
<update id="updateStoreGroupBystoreInfoIds">
update tab_store_info set store_group_id = #{value},is_edit_store_group=1 where enterprise_id = #{enterpriseId} and overflow_status=0
update tab_store set store_group_id = #{value},is_edit_store_group=1 where enterprise_id = #{enterpriseId}
and store_info_id in
<foreach close=")" collection="storeInfoIdList" index="index" item="storeInfoId" open="(" separator=",">
#{storeInfoId}
......
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