This commit is contained in:
shuo.wang
2025-05-12 18:32:38 +08:00
parent 7ad8e919f4
commit 3564fb1bfb
4 changed files with 10 additions and 6 deletions

View File

@@ -500,7 +500,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>