From 915e2aea2a8050b4b557ba82037b55d2e6c8de08 Mon Sep 17 00:00:00 2001 From: "lj7788@126.com" Date: Tue, 30 Sep 2025 15:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E5=9D=91=E7=9B=91=E6=B5=8B=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/ProjectPitMonitCfgMapper.xml | 5 +- yanzhu-ui-vue3/src/api/publics.js | 9 + .../src/components/BaiduMap/Map.vue | 70 ++++- .../views/bim/bimSetting/CustomViewpoint.vue | 143 +++------ .../views/device/pitAlarm/alarmDetailDlg.vue | 129 ++++---- .../src/views/device/pitAlarm/index.vue | 49 +-- .../src/views/device/pitConfig/index.vue | 104 +++---- .../views/device/pitData/surveyPointData.vue | 217 +++++++------- .../src/views/device/pitDevice/index.vue | 140 ++++++--- .../device/pitDeviceSurveyPoint/index.vue | 190 ++++-------- .../src/views/device/pitElement/index.vue | 86 +++--- .../src/views/device/pitElementItem/index.vue | 278 ++++-------------- .../src/views/device/pitSurveyPoint/index.vue | 172 +++-------- .../src/views/device/pitThreshold/index.vue | 94 ++++-- .../views/flowable/task/flowForm/index.vue | 60 ++-- .../src/views/manage/costOutput/costMonth.vue | 43 +-- .../src/views/manage/costOutput/costYear.vue | 42 +-- 17 files changed, 791 insertions(+), 1040 deletions(-) diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/device/ProjectPitMonitCfgMapper.xml b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/device/ProjectPitMonitCfgMapper.xml index c733ac3d..e5020122 100644 --- a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/device/ProjectPitMonitCfgMapper.xml +++ b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/device/ProjectPitMonitCfgMapper.xml @@ -25,10 +25,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select id, project_id, sub_dept_id, vendor_code, vendor_paramter, enabled, state, remark, is_del, create_by, create_time, update_by, update_time, projectName, deptName from ( - select a.*, pi.project_name as projectName, b.dept_name as deptName + select a.*, pi.project_name as projectName, '' as deptName from sur_project_pit_monit_cfg a - JOIN pro_project_info pi on pi.id=a.project_id - join sys_dept b on b.dept_id = a.sub_dept_id ) sur_project_pit_monit_cfg + JOIN pro_project_info pi on pi.id=a.project_id ) sur_project_pit_monit_cfg