This commit is contained in:
苏竹红
2025-04-21 21:22:58 +08:00
parent ec956c5fd1
commit 4ded834bee

View File

@@ -259,7 +259,7 @@
from xfsg_shop_stage_info a from xfsg_shop_stage_info a
left join xfsg_shop_info si on a.shop_id = si.id left join xfsg_shop_info si on a.shop_id = si.id
<where> <where>
si.deleted = 0 si.deleted = 0 and a.is_terminated = 0
<if test="shopIds != null and shopIds.size() > 0"> <if test="shopIds != null and shopIds.size() > 0">
and a.shop_id in and a.shop_id in
<foreach collection="shopIds" item="shopId" index="index" open="(" separator="," close=")"> <foreach collection="shopIds" item="shopId" index="index" open="(" separator="," close=")">