From d925f91a9600a539fbeb117dec33a2241ef9f9d3 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 14 八月 2025 11:07:41 +0800 Subject: [PATCH] 更新sql文件夹 --- 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