From 48d56c0780ddcd28a19f306064e1dd21f0c425c0 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 11 三月 2024 18:23:23 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-project/src/main/resources/mapper/project/ServiceDocumentfilesMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDocumentfilesMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDocumentfilesMapper.xml
index af2abe4..2b60550 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceDocumentfilesMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDocumentfilesMapper.xml
@@ -4,7 +4,7 @@
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ruoyi.project.mapper.ServiceDocumentfilesMapper">
     
-    <resultMap type="ServiceDocumentfiles" id="ServiceDocumentfilesResult">
+    <resultMap type="com.ruoyi.project.domain.ServiceDocumentfiles" id="ServiceDocumentfilesResult">
         <result property="id"    column="id"    />
         <result property="doctype"    column="doctype"    />
         <result property="filename"    column="filename"    />
@@ -31,7 +31,7 @@
         select id, doctype, filename, filetype, fileurl, status, provinceno, provincename, cityno, cityname, townno, townname, source, uploadtime, remark, del_flag, create_by, create_time, update_by, update_time from service_documentfiles
     </sql>
 
-    <select id="selectServiceDocumentfilesList" parameterType="ServiceDocumentfiles" resultMap="ServiceDocumentfilesResult">
+    <select id="selectServiceDocumentfilesList" parameterType="com.ruoyi.project.domain.ServiceDocumentfiles" resultMap="ServiceDocumentfilesResult">
         <include refid="selectServiceDocumentfilesVo"/>
         <where>
             del_flag = 0

--
Gitblit v1.9.3