Merge branch 'cc_20250509_import_data' into 'master'

Cc 20250509 import data

See merge request hangzhou/java/custom_zxjp!74
This commit is contained in:
苏竹红
2025-05-12 11:28:30 +00:00
44 changed files with 1549 additions and 209 deletions

View File

@@ -501,7 +501,7 @@
</update>
<update id="updateShopCity">
<foreach collection="list" item="item" index="index" separator=";">
update xfsg_shop_info set province =#{item.province}, city = #{item.city}, district=#{item.district} where id = #{item.id}
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>
</mapper>