Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
<if test="currentDate!=null and currentDate!=''">
|
||||
and interview_date BETWEEN #{currentDate} and #{endDate}
|
||||
</if>
|
||||
and deleted = 0 and application_approved = 1
|
||||
</where>
|
||||
group by interview_date
|
||||
</select>
|
||||
@@ -275,6 +276,7 @@
|
||||
ifnull(sum(if(start_time>#{startTime} and end_time <![CDATA[<]]> #{endTime},1,0)),0) as lastSevenDayInterviewCount
|
||||
FROM hy_partner_interview_plan
|
||||
where interviewer = #{userId}
|
||||
and deleted = 0
|
||||
and application_approved = 1
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user