Merge branch 'cc_20240228_fix' into 'master'

fix partnerList

See merge request hangzhou/java/custom_zxjp!53
This commit is contained in:
苏竹红
2025-03-05 09:33:46 +00:00

View File

@@ -476,7 +476,7 @@
a.partner_num,
a.want_shop_num
from xfsg_line_info a
join xfsg_shop_info c on a.id = c.line_id
left 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
</if>