装修调整
This commit is contained in:
@@ -563,6 +563,17 @@
|
||||
<select id="getNumByShopCode" resultType="java.lang.Integer">
|
||||
select count(1) from xfsg_shop_info where shop_code = #{shopCode} and deleted = 0 and shop_status != 2
|
||||
</select>
|
||||
<select id="getPushHqtShopList" resultType="com.cool.store.entity.ShopInfoDO">
|
||||
SELECT * FROM xfsg_shop_info a
|
||||
LEFT JOIN xfsg_shop_stage_info AS t0 ON a.id = t0.shop_id
|
||||
WHERE t0.shop_sub_stage_status = 891 and a.deleted = 0 and a.shop_status != 2 and
|
||||
a.id in
|
||||
(SELECT a.`shop_id`
|
||||
FROM xfsg_shop_stage_info a
|
||||
LEFT JOIN `xfsg_decoration_measure` b on a.`shop_id` = b.`shop_id`
|
||||
WHERE a.shop_sub_stage_status = 840 and b.`id` is null)
|
||||
;
|
||||
</select>
|
||||
|
||||
<update id="batchUpdate" parameterType="list">
|
||||
<foreach collection="list" item="item" index="index" open="" close="" separator=";">
|
||||
|
||||
Reference in New Issue
Block a user