From 0293e06edd011d6921ec2cc08392042f5765dfb8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 18 九月 2025 13:35:54 +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