From 3ce27b7faf8850d101a1511a685250fe562dca18 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 15 九月 2025 11:38:28 +0800
Subject: [PATCH] 起落架DNC项目更改sql 更改yml配置

---
 src/main/resources/com.lxzn.nc.dao/DocInfoMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/com.lxzn.nc.dao/DocInfoMapper.xml b/src/main/resources/com.lxzn.nc.dao/DocInfoMapper.xml
index 2e4fad6..2f3559f 100644
--- a/src/main/resources/com.lxzn.nc.dao/DocInfoMapper.xml
+++ b/src/main/resources/com.lxzn.nc.dao/DocInfoMapper.xml
@@ -4,7 +4,7 @@
     <delete id="deleteByDocId">
         delete from nc_doc_info where doc_id = #{docId}
     </delete>
-    <select id="findDocExtList" parameterType="String" resultType="DocInfo">
+    <select id="findDocExtList" parameterType="String" resultType="com.lxzn.framework.domain.nc.DocInfo">
         select
         u.doc_id
         ,r.classification_id
@@ -36,7 +36,7 @@
     </select>
 
 
-    <select id="findDeviceDocExtList" parameterType="String" resultType="DocInfo">
+    <select id="findDeviceDocExtList" parameterType="String" resultType="com.lxzn.framework.domain.nc.DocInfo">
         select
         u.doc_id
         ,r.classification_id
@@ -70,7 +70,7 @@
         ${ew.customSqlSegment}
     </select>
 
-    <select id="findByAttrAndDocName" parameterType="Map" resultType="DocInfo">
+    <select id="findByAttrAndDocName" parameterType="Map" resultType="com.lxzn.framework.domain.nc.DocInfo">
         select r.doc_id
         ,r.attribution_id
         ,r.attribution_type
@@ -89,7 +89,7 @@
         where d.delete_flag=0 and d.doc_name=#{docName} and d.doc_suffix=#{docSuffix}
     </select>
 
-    <select id="getByDocAttrAndDocId" parameterType="Map" resultType="DocInfo">
+    <select id="getByDocAttrAndDocId" parameterType="Map" resultType="com.lxzn.framework.domain.nc.DocInfo">
         select r.doc_id
         ,r.attribution_id
         ,r.attribution_type
@@ -109,7 +109,7 @@
         where d.delete_flag=0
     </select>
 
-    <select id="getByDocId" parameterType="String" resultType="DocInfo">
+    <select id="getByDocId" parameterType="String" resultType="com.lxzn.framework.domain.nc.DocInfo">
         select r.doc_id
         ,r.attribution_id
         ,r.attribution_type

--
Gitblit v1.9.3