From 38eed874fc4cf74789d438b78381bd26448ceb3f Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 03 七月 2025 18:50:41 +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