From 6e2e56de2850204f51642ee3f3b4aff2b04af87c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 26 七月 2023 11:03:26 +0800
Subject: [PATCH] 功能修改

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

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailSharedMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailSharedMapper.xml
index b0276bc..b2019d2 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailSharedMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailSharedMapper.xml
@@ -4,7 +4,7 @@
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ruoyi.project.mapper.ServiceFunddetailSharedMapper">
     
-    <resultMap type="ServiceFunddetailShared" id="ServiceFunddetailSharedResult">
+    <resultMap type="com.ruoyi.project.domain.ServiceFunddetailShared" id="ServiceFunddetailSharedResult">
         <result property="id"    column="ID"    />
         <result property="fundid"    column="fundID"    />
         <result property="orderno"    column="OrderNo"    />
@@ -46,7 +46,7 @@
         <result property="donorno"    column="DonorNo"    />
         <result property="donorname"    column="DonorName"    />
         <result property="recordstatus"    column="RecordStatus"    />
-        <result property="delFlag"    column="del_flag"    />
+        <result property="del_flag"    column="del_flag"    />
         <result property="createBy"    column="create_by"    />
         <result property="createTime"    column="create_time"    />
         <result property="updateBy"    column="update_by"    />
@@ -66,7 +66,7 @@
         select ID, fundID, OrderNo, ItemID, ItemCode, ItemName, ItemType, ApplyType, ApplyTypeName, BeneficiaryName, BeneficiaryNo, UnitName, UnitNo, UnitUserNo, Title, IDCardType, IDCardNo, Sex, FamilyRelations, Phone, DepositBank, BankCardNo, BranchBankName, AnnexBankCard, AnnexRegistForm, Quantity, Price, Amount, TaxAmount, TaxedAmount, PrepaidAmount, paidAmount, paidTime, payTerm, InvoiceCount, AttachCount, Remark, InfoId, DonorNo, DonorName, RecordStatus, del_flag, create_by, create_time, update_by, update_time, uploadflag, uploadtime, SERVICESSCOPE, SERVICESSCOPENAME, SERVICETYPE, SERVICETYPENAME, REIMBURSEMENTAMOUNT, jine, liyou from service_funddetail_shared
     </sql>
 
-    <select id="selectServiceFunddetailSharedList" parameterType="ServiceFunddetailShared" resultMap="ServiceFunddetailSharedResult">
+    <select id="selectServiceFunddetailSharedList" parameterType="com.ruoyi.project.domain.ServiceFunddetailShared" resultMap="ServiceFunddetailSharedResult">
         <include refid="selectServiceFunddetailSharedVo"/>
         <where>
             <if test="fundid != null "> and fundID = #{fundid}</if>

--
Gitblit v1.9.3