From 12b233973efbc5429b99b02049da915e02093f97 Mon Sep 17 00:00:00 2001 From: liukewei Date: Wed, 20 Dec 2023 16:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=90=E6=82=A3=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=9F=A5=E8=AF=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ehs/EhsHiddenDangerMapper.xml | 6 +++--- ruoyi-ui/src/views/ehs/ehsHiddenDanger/index.vue | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/ehs/EhsHiddenDangerMapper.xml b/ruoyi-system/src/main/resources/mapper/ehs/EhsHiddenDangerMapper.xml index 3c2da28..1682d46 100644 --- a/ruoyi-system/src/main/resources/mapper/ehs/EhsHiddenDangerMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/ehs/EhsHiddenDangerMapper.xml @@ -65,10 +65,10 @@ and hidden_danger_type = #{hiddenDangerType} and FIND_IN_SET( #{assistDept}, assist_dept ) and area_id = #{areaId} - + AND - - FIND_IN_SET(#{item}, hiddenDanger_Label) + + FIND_IN_SET(#{item}, hidden_danger_label) diff --git a/ruoyi-ui/src/views/ehs/ehsHiddenDanger/index.vue b/ruoyi-ui/src/views/ehs/ehsHiddenDanger/index.vue index f8d8573..b60926d 100644 --- a/ruoyi-ui/src/views/ehs/ehsHiddenDanger/index.vue +++ b/ruoyi-ui/src/views/ehs/ehsHiddenDanger/index.vue @@ -137,8 +137,8 @@ /> - - + +