This commit is contained in:
shuo.wang
2025-07-17 19:38:11 +08:00
parent d94f81cb0c
commit 9321beefa3
2 changed files with 20 additions and 7 deletions

View File

@@ -580,6 +580,7 @@
update xfsg_shop_info set shop_name = #{item.shopName}, province =#{item.province}, city = #{item.city}, district=#{item.district}, detail_address = #{item.detailAddress} where id = #{item.id}
</foreach>
</update>
<update id="updateManagerRegionId">
<foreach collection="list" item="item" separator=";">
update xfsg_shop_info set manager_region_id = #{item.managerRegionId} where id = #{item.id}