feat:证照同步异常处理

This commit is contained in:
苏竹红
2025-11-12 13:19:30 +08:00
parent 7f342a168d
commit 6cb4086783

View File

@@ -278,7 +278,9 @@
from from
xfsg_shop_info a xfsg_shop_info a
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 b.store_id is not null and a.id in where a.shop_code is not null
and a.shop_code !=''
and b.store_id is not null and a.id in
<foreach collection="shopIds" item="shopId" separator="," open="(" close=")"> <foreach collection="shopIds" item="shopId" separator="," open="(" close=")">
#{shopId} #{shopId}
</foreach> </foreach>