fix
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user