From fe02f176b512a9d6a4e12437d929e04e99bb7567 Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期三, 04 二月 2026 16:17:26 +0800
Subject: [PATCH] 报表调整,新增统计图,入库时需要移动附件位置
---
src/main/resources/mapper/PhysicalDetailMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/PhysicalDetailMapper.xml b/src/main/resources/mapper/PhysicalDetailMapper.xml
index 04c2e02..9726e1b 100644
--- a/src/main/resources/mapper/PhysicalDetailMapper.xml
+++ b/src/main/resources/mapper/PhysicalDetailMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.zbooksoft.gdmis.dao.PhysicalDetailMapper">
<select id="selectDistinctParentPhysicalInfo" parameterType="Long"
resultType="com.zbooksoft.gdmis.data.vo.ParentPhysicalInfo">
- select distinct file_id, archival_code, file_title
+ select distinct file_id, project_num, project_name
FROM UTL_PHYSICAL_DETAIL
WHERE (form_id = 0 or form_id is null)
and create_user_id = #{createUserId}
@@ -11,7 +11,7 @@
<select id="selectDistinctParentPhysicalInfoByFormId" parameterType="Long"
resultType="com.zbooksoft.gdmis.data.vo.ParentPhysicalInfo">
- select distinct file_id, archival_code, file_title
+ select distinct file_id, project_num, project_name
FROM UTL_PHYSICAL_DETAIL
WHERE form_id = #{formId}
</select>
--
Gitblit v1.9.1