Merge branch 'master' into cc_20251112_wallet

This commit is contained in:
苏竹红
2025-11-19 16:45:05 +08:00
21 changed files with 61 additions and 20 deletions

View File

@@ -281,7 +281,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>