This commit is contained in:
shuo.wang
2025-05-07 17:08:33 +08:00
parent 8462f1d41c
commit cd3d0f2934

View File

@@ -95,7 +95,7 @@
left join xfsg_shop_info c on a.shop_id = c.id
left join xfsg_decoration_design_info d on a.shop_id = d.shop_id
where
and ((b.shop_sub_stage_status = 900 and a.design_user_id = #{userId}) or (b.shop_sub_stage_status = 901 and d.design_user_id = #{userId}))
((b.shop_sub_stage_status = 900 and a.design_user_id = #{userId}) or (b.shop_sub_stage_status = 901 and d.design_user_id = #{userId}))
and c.deleted = 0
order by b.update_time desc