feat:is_delete
This commit is contained in:
@@ -280,7 +280,9 @@
|
|||||||
left join store_${enterpriseId} b on a.shop_code = b.store_num
|
left join store_${enterpriseId} b on a.shop_code = b.store_num
|
||||||
where a.shop_code is not null
|
where a.shop_code is not null
|
||||||
and a.shop_code !=''
|
and a.shop_code !=''
|
||||||
and b.store_id is not null and a.id in
|
and b.store_id is not null
|
||||||
|
and b.is_delete = 'effective'
|
||||||
|
and a.id in
|
||||||
<foreach collection="shopIds" item="shopId" separator="," open="(" close=")">
|
<foreach collection="shopIds" item="shopId" separator="," open="(" close=")">
|
||||||
#{shopId}
|
#{shopId}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
Reference in New Issue
Block a user