bug修复

This commit is contained in:
苏竹红
2023-06-25 16:53:59 +08:00
parent 9607bbea17
commit 6699d33a0c
3 changed files with 6 additions and 4 deletions

View File

@@ -264,7 +264,7 @@
b.want_shop_area as wantShopArea,
b.accept_adjust_type as acceptAdjustType,
b.deadline as deadline
from hy_partner_intent_info b left join hy_partner_line_info a on a.id = b.partner_line_id
from hy_partner_line_info a right join hy_partner_intent_info b on a.id = b.partner_line_id
<where>
<if test="userId!=null and userId!=''">
and a.investment_manager = #{userId}