feat:is_delete

This commit is contained in:
苏竹红
2025-11-17 10:43:47 +08:00
parent 93f6d93305
commit 2d6d2693c1

View File

@@ -280,7 +280,9 @@
left join store_${enterpriseId} b on a.shop_code = b.store_num
where a.shop_code is not null
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=")">
#{shopId}
</foreach>