From cecda1744d6510ad7ca6d0a3ca6fb9a992c5a8a3 Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Fri, 17 Mar 2023 16:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../mapper/basetyre/BaseCarMapper.xml | 1 + ruoyi-ui/.env.development | 2 +- ruoyi-ui/index.html | 2 +- ruoyi-ui/package.json | 9 +- ruoyi-ui/src/api/report/report.js | 10 + ruoyi-ui/src/views/dashboard/BarChart.vue | 2 +- ruoyi-ui/src/views/dashboard/LineChart.vue | 3 +- ruoyi-ui/src/views/dashboard/PanelGroup.vue | 3 +- ruoyi-ui/src/views/dashboard/PieChart.vue | 2 +- ruoyi-ui/src/views/dashboard/RaddarChart.vue | 2 +- ruoyi-ui/src/views/dashboard/Temp.vue | 135 ++++++++++ ruoyi-ui/src/views/index.vue | 20 +- .../src/views/report/temppresspeed/index.vue | 255 +++++++++++++++--- 14 files changed, 388 insertions(+), 60 deletions(-) create mode 100644 ruoyi-ui/src/api/report/report.js create mode 100644 ruoyi-ui/src/views/dashboard/Temp.vue diff --git a/pom.xml b/pom.xml index 5016d24..7452730 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ruoyi http://www.ruoyi.vip - 若依管理系统 + 雄鹰轮胎智慧互联云平台 3.8.5 diff --git a/ruoyi-basetyre/src/main/resources/mapper/basetyre/BaseCarMapper.xml b/ruoyi-basetyre/src/main/resources/mapper/basetyre/BaseCarMapper.xml index 9eac325..4499370 100644 --- a/ruoyi-basetyre/src/main/resources/mapper/basetyre/BaseCarMapper.xml +++ b/ruoyi-basetyre/src/main/resources/mapper/basetyre/BaseCarMapper.xml @@ -141,6 +141,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and bc.id = #{id} and bc.is_delete = #{isDelete} and bc.car_queue_id = #{queueId} + and bc.car_queue_id = #{queueId}