Commit 9d2fcd9f authored by 赵啸非's avatar 赵啸非

添加首页统计模块 统计近一周

parent 3343e0bd
......@@ -211,10 +211,10 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
PhQueueStatQuery statThirtyQuery = new PhQueueStatQuery();
statThirtyQuery.setTimeStart(DateUtil.offsetDay(new Date(), -30).toDateStr());
statThirtyQuery.setTimeEnd(DateUtil.today());
statThirtyQuery.setHallName("");
statThirtyQuery.setWindowFromnum("");
statThirtyQuery.setSectionName("");
statThirtyQuery.setBusiness("");
statThirtyQuery.setHallNameList(Arrays.asList(""));
statThirtyQuery.setWindowFromnumList(Arrays.asList(""));
statThirtyQuery.setSectionNameList(Arrays.asList(""));
statThirtyQuery.setBusinessList(Arrays.asList(""));
statThirtyQuery.setGroupList(Arrays.asList("year", "month", "day"));
List<PhQueueStatEntity> thirtyStatList = phQueueStatService.find(statThirtyQuery, pageInfo, getContext()).getList();
if (!ObjectUtils.isEmpty(thirtyStatList)) {
......@@ -233,10 +233,10 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
statThirtyQuery.setTimeEnd(DateUtil.today());
log.info(statThirtyQuery.getTimeStart()+"---"+statThirtyQuery.getTimeEnd());
statThirtyQuery.setHallName("");
statThirtyQuery.setWindowFromnum("");
statThirtyQuery.setSectionName("");
statThirtyQuery.setPjOption("");
statThirtyQuery.setHallNameList(Arrays.asList(""));
statThirtyQuery.setWindowFromnumList(Arrays.asList(""));
statThirtyQuery.setSectionNameList(Arrays.asList(""));
statThirtyQuery.setPjOptionList(Arrays.asList(""));
statThirtyQuery.setGroupList(Arrays.asList("year", "month", "day"));
List<PjEvaluateStatEntity> thirtyStatList = pjEvaluateStatService.find(statThirtyQuery, pageInfo, getContext()).getList();
......
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