feat:签约合同优化 + 数据处理
This commit is contained in:
@@ -498,4 +498,9 @@
|
||||
<update id="updateShopCode">
|
||||
update xfsg_shop_info set shop_code = #{shopCode} where id = #{shopId}
|
||||
</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}
|
||||
</foreach>
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user