选址阶段
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
id, region_id, line_id, partner_id, point_id, shop_name, shop_code, store_num, shop_manager_user_id, supervisor_user_id, plan_open_time, cur_progress, shop_type, shop_stage, deleted, create_time, update_time
|
||||
</sql>
|
||||
|
||||
<insert id="batchAddShop">
|
||||
<foreach collection="shopInfoList" item="shop" separator=";">
|
||||
insert into xfsg_shop_info(region_id, line_id, partner_id, shop_name, shop_code)
|
||||
values(#{shop.regionId}, #{shop.lineId}, #{shop.partnerId}, #{shop.shopName}, #{shop.shopCode})
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
<select id="getShopList" resultMap="BaseResultMap">
|
||||
select <include refid="allColumn"/> from xfsg_shop_info where line_id = #{lineId} and deleted= '0'
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user