@@ -698,7 +698,7 @@
count(*) as total
from business_work_schedule_attendance
where
- attendance_date>=#{startDate}
+ attendance_date>=DATE_FORMAT(#{startDate}, '%Y-%m-%d')
and
del_flag=0
group by person_schedule_id,work_shift_id,classify_