diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml index 550574396..8ec3e11e8 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml @@ -268,6 +268,8 @@ and t1.deleted = 0 and application_approved = 1 -- 排除会销面试 and t2.interview_plan_id is null + -- 排除已结束的面试 + and t1.actual_end_time is null group by interview_date