feat:bug
This commit is contained in:
@@ -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=")">
|
||||||
|
|||||||
Reference in New Issue
Block a user