bug修复

This commit is contained in:
苏竹红
2023-06-25 18:49:23 +08:00
parent 9982a384c7
commit dd8e5921fd
2 changed files with 2 additions and 2 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_line_info a right join hy_partner_intent_info b on a.id = b.partner_line_id
from hy_partner_line_info a left 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}