...
|
...
|
@@ -67,7 +67,7 @@ func (ptr *PGWorkerAttendanceReportService) Report(cid, oid int, report *domain. |
|
|
productCalendar, _ = productCalendarRepository.FindOne(map[string]interface{}{"companyId": cid, "orgId": oid, "workStationId": workStation.WorkStationId})
|
|
|
}
|
|
|
|
|
|
beginTime := report.ActionTime.Add(-time.Hour * 13)
|
|
|
beginTime := report.ActionTime.Add(-time.Hour * 16)
|
|
|
endTime := report.ActionTime
|
|
|
_, records, _ := attendanceRecordDao.WorkerAttendanceRecords(cid, oid, worker.UserId, "", beginTime, endTime)
|
|
|
for i := 0; i < len(records); i++ {
|
...
|
...
|
|