This commit is contained in:
shuo.wang
2025-03-01 17:34:16 +08:00
parent ef12033705
commit f793b09c89

View File

@@ -462,7 +462,17 @@
<select id="partnerList" resultMap="BaseResultMap">
select distinct a.id from xfsg_line_info a
select distinct a.id,
a.username,a.mobile,
a.want_shop_area_id,
a.development_manager,
a.investment_manager,
a.region_id,
a.line_source,
a.user_portrait,
a.update_time,
a.update_user_id
from xfsg_line_info a
join xfsg_shop_info c on a.id = c.line_id
<if test="wantShopAreaName != null">
left join xfsg_open_area_info b on a.want_shop_area_id = b.id