临期线索
This commit is contained in:
@@ -276,6 +276,7 @@
|
|||||||
ifnull(sum(if(start_time>#{startTime} and end_time <![CDATA[<]]> #{endTime},1,0)),0) as lastSevenDayInterviewCount
|
ifnull(sum(if(start_time>#{startTime} and end_time <![CDATA[<]]> #{endTime},1,0)),0) as lastSevenDayInterviewCount
|
||||||
FROM hy_partner_interview_plan
|
FROM hy_partner_interview_plan
|
||||||
where interviewer = #{userId}
|
where interviewer = #{userId}
|
||||||
|
and deleted = 0
|
||||||
and application_approved = 1
|
and application_approved = 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user