From e9e8395519238d99052eb0d77eac525cf24cf9e8 Mon Sep 17 00:00:00 2001
From: Renpc-kilig <308442850@qq.com>
Date: Thu, 28 Oct 2021 20:33:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=9B=BE=E8=A1=A8=E7=BB=9F?=
=?UTF-8?q?=E8=AE=A1=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96=20=E5=9B=BE?=
=?UTF-8?q?=E8=A1=A8=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?(=E5=AE=8C=E6=88=90)=20=E6=96=B0=E5=A2=9E=E7=9D=A3=E5=8A=9E?=
=?UTF-8?q?=E9=A2=84=E8=AD=A6=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 24 +-
.../api/distribute/DistributeController.java | 2 +-
.../ReceiverUserAppController.java | 1 +
.../pojo/bos/receiveruser/ReceiverUserBO.java | 18 +
.../dtos/receiveruser/ReceiverUserDTO.java | 31 ++
.../ReceiverUserPatrolDTO.java | 20 +
.../pojo/pos/receiveruser/ReceiverUserPO.java | 18 +
.../pojo/vos/receiveruser/ReceiverUserVO.java | 20 +
.../distribute/IDistributeService.java | 2 +-
.../impl/DistributeServiceImpl.java | 466 +++++++++++++++---
.../impl/ReceiverUserServiceImpl.java | 9 +-
.../service/urge/impl/UrgeServiceImpl.java | 23 +-
.../tenlion/systemtask/utils/DateUtils.java | 156 ++++--
.../receiveruser/receiver-user-mapper.xml | 48 +-
.../receiver-user-patrol-mapper.xml | 2 +
.../templates/distribute/charts.html | 301 ++++++-----
.../templates/receiveruser/list.html | 83 +++-
17 files changed, 963 insertions(+), 261 deletions(-)
diff --git a/pom.xml b/pom.xml
index a1aa062..0fb97cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,17 +63,17 @@
-
+
-
+
org.quartz-scheduler
@@ -82,7 +82,7 @@
-
+
+
+
+ ink.wgink
+ basic-app
+ 1.0-SNAPSHOT
+
+
+ ink.wgink
+ login-app
+ 1.0-SNAPSHOT
+
+
diff --git a/src/main/java/cn/com/tenlion/systemtask/controller/api/distribute/DistributeController.java b/src/main/java/cn/com/tenlion/systemtask/controller/api/distribute/DistributeController.java
index 3300128..377c75b 100644
--- a/src/main/java/cn/com/tenlion/systemtask/controller/api/distribute/DistributeController.java
+++ b/src/main/java/cn/com/tenlion/systemtask/controller/api/distribute/DistributeController.java
@@ -213,7 +213,7 @@ public class DistributeController extends DefaultBaseController{
})
@ApiResponses({@ApiResponse(code = 400, message = "请求失败", response = ErrorResult.class)})
@GetMapping("bar-charts")
- public SuccessResultData> barCharts() throws ParseException {
+ public SuccessResultData