From bb0f7c0a494f7d60b88fb2a7268d8920c723fe1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Fri, 9 Aug 2024 02:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 2 +- .../java/com/ruoyi/quartz/task/RyTask.java | 2 +- .../views/device/towerDataCollide/index.vue | 4 +- .../src/views/device/towerDataLimit/index.vue | 4 +- .../src/views/device/towerDataLocal/index.vue | 2 +- .../src/views/device/towerDataRound/index.vue | 4 +- .../src/views/device/towerDataRun/index.vue | 4 +- .../views/device/towerProjectConfig/index.vue | 28 +++++ .../src/main/resources/application.yml | 2 +- .../web/controller/TowerCraneController.java | 103 ++++++++++++++++++ .../ruoyi/api/TowerCraneApiController.java | 18 ++- .../jh/device/domain/DevTowerDataRound.java | 24 ++++ .../jh/device/domain/DevTowerDataRun.java | 12 ++ .../device/domain/DevTowerProjectConfig.java | 68 +++++++++++- .../mapper/DevTowerDataRoundMapper.java | 8 ++ .../device/mapper/DevTowerDataRunMapper.java | 10 ++ .../mapper/DevTowerProjectConfigMapper.java | 9 ++ .../service/IDevTowerDataRunService.java | 8 ++ .../IDevTowerProjectConfigService.java | 9 ++ .../impl/DevTowerDataRunServiceImpl.java | 60 +++++++++- .../DevTowerProjectConfigServiceImpl.java | 10 ++ .../mapper/device/DevTowerDataRoundMapper.xml | 21 +++- .../mapper/device/DevTowerDataRunMapper.xml | 16 ++- .../device/DevTowerProjectConfigMapper.xml | 30 ++++- 24 files changed, 438 insertions(+), 20 deletions(-) create mode 100644 yanzhu-bigscreen/src/main/java/com/yanzhu/jh/bigscreen/web/controller/TowerCraneController.java diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 73a50cfe..8cdba68b 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -24,7 +24,7 @@ spring: # 国际化资源文件路径 basename: i18n/messages profiles: - active: druid + active: prod # 文件上传 servlet: multipart: diff --git a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java index c7b38564..84e085d0 100644 --- a/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java +++ b/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java @@ -55,7 +55,7 @@ public class RyTask } /** - * 检查塔基设备状态 + * 监测塔基设备状态 */ public void findDeviceTowerOnline() { diff --git a/ruoyi-ui/src/views/device/towerDataCollide/index.vue b/ruoyi-ui/src/views/device/towerDataCollide/index.vue index a3eab7f5..07b080a6 100644 --- a/ruoyi-ui/src/views/device/towerDataCollide/index.vue +++ b/ruoyi-ui/src/views/device/towerDataCollide/index.vue @@ -101,9 +101,9 @@ - + diff --git a/ruoyi-ui/src/views/device/towerDataLimit/index.vue b/ruoyi-ui/src/views/device/towerDataLimit/index.vue index 57c8bba2..5f5e5ce4 100644 --- a/ruoyi-ui/src/views/device/towerDataLimit/index.vue +++ b/ruoyi-ui/src/views/device/towerDataLimit/index.vue @@ -124,9 +124,9 @@ - + diff --git a/ruoyi-ui/src/views/device/towerDataLocal/index.vue b/ruoyi-ui/src/views/device/towerDataLocal/index.vue index 7359e4ff..541f1a0b 100644 --- a/ruoyi-ui/src/views/device/towerDataLocal/index.vue +++ b/ruoyi-ui/src/views/device/towerDataLocal/index.vue @@ -112,7 +112,7 @@ diff --git a/ruoyi-ui/src/views/device/towerDataRound/index.vue b/ruoyi-ui/src/views/device/towerDataRound/index.vue index 648cabec..b6e29de5 100644 --- a/ruoyi-ui/src/views/device/towerDataRound/index.vue +++ b/ruoyi-ui/src/views/device/towerDataRound/index.vue @@ -259,9 +259,9 @@ - + - + + + + + + +