查询会销报名的意向申请通过信息SQL错误修改
This commit is contained in:
@@ -543,6 +543,8 @@
|
||||
WHERE partner_line_id = #{lineId}
|
||||
AND participation_status >= 3
|
||||
AND participation_status != 7
|
||||
ORDER BY update_time DESC
|
||||
LIMIT 1
|
||||
) t1
|
||||
INNER JOIN hy_partner_interview_plan t2 ON t1.interview_plan_id = t2.id
|
||||
INNER JOIN enterprise_user t3 ON t2.interviewer = t3.user_id
|
||||
|
||||
Reference in New Issue
Block a user