This commit is contained in:
shuo.wang
2025-03-24 16:08:21 +08:00
parent 81a76a8d4b
commit 1d82a08d37
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
from xfsg_operation_log a from xfsg_operation_log a
left join xfsg_shop_info b on a.shop_id = b.id left join xfsg_shop_info b on a.shop_id = b.id
where where
b.delete=0 b.deleted=0
and a.operator = #{userId} and a.operator = #{userId}
and a.shop_sub_stage_status in and a.shop_sub_stage_status in
<foreach collection="list" index="index" item="item" open="(" close=")" separator=","> <foreach collection="list" index="index" item="item" open="(" close=")" separator=",">

View File

@@ -213,7 +213,7 @@
left join xfsg_line_info xli on xsi.line_id = xli.id left join xfsg_line_info xli on xsi.line_id = xli.id
left join xfsg_shop_stage_info xssi on xssi.shop_id = xsi.id left join xfsg_shop_stage_info xssi on xssi.shop_id = xsi.id
where where
xsi.delete = 0 xsi.deleted = 0
and xssi.shop_stage = 3 and xssi.shop_stage = 3
and xssi.shop_sub_stage_status != -100 and xssi.shop_sub_stage_status != -100
and and