From f09bed2ddaaf824e8baea23c093432c4235e3bb4 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期四, 12 六月 2025 11:47:23 +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