From f80df09d8dee5c731cb42d4e3d18f627e32bdaea Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 19 十月 2023 09:51:47 +0800
Subject: [PATCH] 代码提交

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

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceOrganallocationMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceOrganallocationMapper.xml
index b02a67b..ac1d167 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceOrganallocationMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceOrganallocationMapper.xml
@@ -49,7 +49,7 @@
                                                   LEFT JOIN base_organization on base_organization.OrganizationID = service_donatebaseinfo.TreatmentHospitalNo
     </sql>
 
-    <select id="selectServiceOrganallocationList" parameterType="ServiceOrganallocation" resultMap="ServiceOrganallocationResult">
+    <select id="selectServiceOrganallocationList" parameterType="com.ruoyi.project.domain.ServiceOrganallocation" resultMap="ServiceOrganallocationResult">
         <include refid="selectServiceOrganallocationVo"/>
         <where>
             <if test="organid != null "> and service_organallocation.OrganID = #{organid}</if>

--
Gitblit v1.9.3