统计考勤列表bug修复
This commit is contained in:
parent
cd61d61d19
commit
3cd79fdc81
@ -188,6 +188,8 @@ public class WorkerDailyAttendanceStatisticsV2Controller {
|
||||
if (StrUtil.isNotBlank(month)) {
|
||||
startTime = DateUtil.beginOfMonth(DateUtil.parseDate(month + "-01"));
|
||||
endTime = DateUtil.endOfMonth(DateUtil.parseDate(month + "-01"));
|
||||
param.put("startTime", DateUtil.formatDate(startTime));
|
||||
param.put("endTime", DateUtil.formatDate(endTime));
|
||||
}
|
||||
IPage<WorkerInfo> workerInfoList = workerInfoService.selectWorkerInfoList(param);
|
||||
List<String> personSnList = workerInfoList.getRecords().stream().map(WorkerInfo::getPersonSn).collect(Collectors.toList());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user