Merge branch 'cc_20250710_userRegion' into 'master'

fix

See merge request hangzhou/java/custom_zxjp!132
This commit is contained in:
苏竹红
2025-07-17 11:39:42 +00:00
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}