铺位,选址改造
This commit is contained in:
@@ -412,10 +412,18 @@
|
||||
from xfsg_shop_info
|
||||
where shop_status = #{shopStatus}
|
||||
</select>
|
||||
<select id="getShopListAndStatusIsOverByLineId" resultType="com.cool.store.response.MiniShopsResponse">
|
||||
select id, shop_name as shopName
|
||||
from xfsg_shop_info
|
||||
where line_id = #{lineId} and shop_status = 1
|
||||
<select id="getShopListSuccessOpen" resultType="com.cool.store.response.MiniShopsResponse">
|
||||
select a.shop_name as shopName,
|
||||
a.id as shopId
|
||||
from xfsg_shop_info a
|
||||
inner join store_${eid} c on a.shop_code = c.store_num
|
||||
where a.line_id = #{lineId}
|
||||
</select>
|
||||
<select id="getOpenName" resultType="java.lang.String">
|
||||
select b.store_name
|
||||
from xfsg_shop_info a
|
||||
inner join store_${eid} b on a.shop_code = b.store_num
|
||||
where a.id = #{shopId}
|
||||
</select>
|
||||
|
||||
<update id="batchUpdate" parameterType="list">
|
||||
|
||||
Reference in New Issue
Block a user