|
@@ -99,10 +99,10 @@ public class AttendanceServiceImpl implements AttendanceService {
|
|
List<String> dateListErr = new ArrayList<>(byMap.size());
|
|
List<String> dateListErr = new ArrayList<>(byMap.size());
|
|
List<String> dateList = new ArrayList<>(byMap.size());
|
|
List<String> dateList = new ArrayList<>(byMap.size());
|
|
if (isEmpty(byMap)) {
|
|
if (isEmpty(byMap)) {
|
|
- mapObj.put("leave", 1);
|
|
|
|
- mapObj.put("late", 2);
|
|
|
|
- mapObj.put("leaveOr", 3);
|
|
|
|
- mapObj.put("abnormal", 10);
|
|
|
|
|
|
+ mapObj.put("leave", 0);
|
|
|
|
+ mapObj.put("late", 0);
|
|
|
|
+ mapObj.put("leaveOr", 0);
|
|
|
|
+ mapObj.put("abnormal", 0);
|
|
mapObj.put("dateList", dateList);
|
|
mapObj.put("dateList", dateList);
|
|
mapObj.put("dateListErr", dateListErr);
|
|
mapObj.put("dateListErr", dateListErr);
|
|
return AjaxResult.success(mapObj);
|
|
return AjaxResult.success(mapObj);
|