临期线索

This commit is contained in:
苏竹红
2023-07-05 20:17:52 +08:00
parent d5f02abb65
commit 16d89dd370

View File

@@ -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>