|
@@ -698,7 +698,6 @@ public class SwdlServiceImpl extends GenericProvider implements SwdlService {
|
|
|
//Map<String, Object> initUserEveryDayStats = initUserStatsEveryDay(userRecords);//考勤概况
|
|
//Map<String, Object> initUserEveryDayStats = initUserStatsEveryDay(userRecords);//考勤概况
|
|
|
|
|
|
|
|
userStats.put("user_id_", userId); // 添加用户ID到结果中
|
|
userStats.put("user_id_", userId); // 添加用户ID到结果中
|
|
|
- //initUserEveryDayStats.put("user_id_", userId); // 添加用户ID到结果中
|
|
|
|
|
|
|
|
|
|
// 按日期分组
|
|
// 按日期分组
|
|
|
Map<String, List<Map<String, Object>>> recordsByDate = new HashMap<>();
|
|
Map<String, List<Map<String, Object>>> recordsByDate = new HashMap<>();
|