fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user