This commit is contained in:
苏竹红
2025-04-03 17:11:53 +08:00
parent b111d1dfe7
commit dabede0f88

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) and c.deleted = 0
where a.deleted = 0 and a.line_status = 1 and a.join_status in (1,2) and ( c.deleted = 0 or c.deleted is null)
<if test="userId != null and userId != ''">
and (a.investment_manager = #{userId} or c.investment_manager = #{userId} )
</if>