From 2b6aad0dabc78496e8eb7d49f7fb63d93cccb816 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 17 六月 2025 11:24:46 +0800
Subject: [PATCH] 设备日志页面添加设备故障时间段显示

---
 lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/DocRelativeMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/DocRelativeMapper.xml b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/DocRelativeMapper.xml
index 3d25f8a..ac06bb5 100644
--- a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/DocRelativeMapper.xml
+++ b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/DocRelativeMapper.xml
@@ -25,7 +25,7 @@
        WHERE
         nr.doc_id = #{docId}
          AND nr.delete_flag = 0
-         AND nr.attribution_type = 4
+         AND nr.attribution_type = 7
          AND nr.attribution_id = d.id
       );
     </select>

--
Gitblit v1.9.3