增加,门店恢复状态,删除门店接口

This commit is contained in:
shuo.wang
2025-03-24 15:01:45 +08:00
parent 3397e9035e
commit 879db971ea
10 changed files with 71 additions and 29 deletions

View File

@@ -480,7 +480,7 @@
<if test="wantShopAreaName != null">
left join xfsg_open_area_info b on a.want_shop_area_id = b.id
</if>
where a.deleted = 0 and a.line_status = 1 and a.join_status in (1,2)
where a.deleted = 0 and a.line_status = 1 and a.join_status in (1,2) and c.deleted = 0
<if test="userId != null and userId != ''">
and (a.investment_manager = #{userId} or c.investment_manager = #{userId} )
</if>