fix
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
from xfsg_operation_log a
|
||||
left join xfsg_shop_info b on a.shop_id = b.id
|
||||
where
|
||||
b.delete=0
|
||||
b.deleted=0
|
||||
and a.operator = #{userId}
|
||||
and a.shop_sub_stage_status in
|
||||
<foreach collection="list" index="index" item="item" open="(" close=")" separator=",">
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
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
|
||||
where
|
||||
xsi.delete = 0
|
||||
xsi.deleted = 0
|
||||
and xssi.shop_stage = 3
|
||||
and xssi.shop_sub_stage_status != -100
|
||||
and
|
||||
|
||||
Reference in New Issue
Block a user