Commit d3f9ec47 authored by 赵啸非's avatar 赵啸非

添加申诉统计业务

parent 4c5df218
...@@ -171,7 +171,7 @@ public class PerformAttendAppealServiceImpl extends AbstractCRUDServiceImpl<Perf ...@@ -171,7 +171,7 @@ public class PerformAttendAppealServiceImpl extends AbstractCRUDServiceImpl<Perf
query.setCreateTimeEnd(DateUtil.endOfMonth(DateUtil.parse(appeal.getAppealTimeStart()).toJdkDate()).toDateStr()); query.setCreateTimeEnd(DateUtil.endOfMonth(DateUtil.parse(appeal.getAppealTimeStart()).toJdkDate()).toDateStr());
} }
query.setGroupList(Arrays.asList(groupName)); query.setGroupList(Arrays.asList(groupName));
query.setOrderColList(Arrays.asList(new OrderCol("number", OrderCol.DESCENDING), new OrderCol("month", OrderCol.DESCENDING), new OrderCol("day", OrderCol.DESCENDING), new OrderCol("createTime"))); query.setOrderColList(Arrays.asList(new OrderCol("number", OrderCol.DESCENDING)));
List<AppealInfo> statList = this.getDao().getStatList(query, pageInfo); List<AppealInfo> statList = this.getDao().getStatList(query, pageInfo);
return Rest.ok(statList); return Rest.ok(statList);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment