|
@@ -645,7 +645,7 @@
|
|
select work_shift_id as workShiftId,
|
|
select work_shift_id as workShiftId,
|
|
count(distinct(attendance_date)) as dayCount
|
|
count(distinct(attendance_date)) as dayCount
|
|
from business_work_schedule_attendance
|
|
from business_work_schedule_attendance
|
|
- where person_id=47592
|
|
|
|
|
|
+ where person_id=#{personId}
|
|
and record_time>=#{startDate}
|
|
and record_time>=#{startDate}
|
|
and record_time<=#{endDate}
|
|
and record_time<=#{endDate}
|
|
and result_<>0
|
|
and result_<>0
|