fix partnerList

This commit is contained in:
shuo.wang
2025-03-05 13:47:39 +08:00
parent 78fe00cac9
commit 1f81bc47fd

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>