Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
俞扬
2023-07-05 21:05:05 +08:00

View File

@@ -264,6 +264,7 @@
<if test="currentDate!=null and currentDate!=''"> <if test="currentDate!=null and currentDate!=''">
and interview_date BETWEEN #{currentDate} and #{endDate} and interview_date BETWEEN #{currentDate} and #{endDate}
</if> </if>
and deleted = 0 and application_approved = 1
</where> </where>
group by interview_date group by interview_date
</select> </select>
@@ -275,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>