From 25fb6d7ba484738ebe9c577eba4f3596520caf60 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 08 三月 2024 18:54:55 +0800
Subject: [PATCH] yxh
---
ruoyi-project/src/main/resources/mapper/project/ServiceDonateorganMapper.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDonateorganMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDonateorganMapper.xml
index 1ac7204..6bb212e 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceDonateorganMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDonateorganMapper.xml
@@ -22,6 +22,7 @@
<result property="reallocationreason" column="ReallocationReason"/>
<result property="transplantdoct" column="TransplantDoct"/>
<result property="transplanttime" column="TransplantTime"/>
+ <result property="estimatedtime" column="EstimatedTime"/>
<result property="isbiopsybefore" column="IsBiopsyBefore"/>
<result property="isbiopsyafter" column="IsBiopsyAfter"/>
<result property="ismarginalorgan" column="IsMarginalOrgan"/>
@@ -37,7 +38,7 @@
<result property="applicantusername" column="ApplicantUserName"/>
<result property="applicanttime" column="ApplicantTime"/>
<result property="checkuserid" column="CheckUserID"/>
- <result property="caseno" column="CaseNo" />
+ <result property="caseno" column="CaseNo"/>
<result property="checkusername" column="CheckUserName"/>
<result property="checktime" column="CheckTime"/>
<result property="checksuggestion" column="CheckSuggestion"/>
@@ -112,6 +113,7 @@
CheckTime,
CheckSuggestion,
AllocationStatus,
+ EstimatedTime,
Name,
Sex,
IDCardType,
@@ -153,6 +155,7 @@
<if test="organstate != null ">and OrganState = #{organstate}</if>
<if test="organnumber != null and organnumber != ''">and OrganNumber = #{organnumber}</if>
<if test="organgettime != null ">and OrganGetTime = #{organgettime}</if>
+ <if test="estimatedtime != null ">and EstimatedTime = #{estimatedtime}</if>
<if test="organgetdoct != null and organgetdoct != ''">and OrganGetDoct = #{organgetdoct}</if>
<if test="gainhospitalno != null and gainhospitalno != ''">and GainHospitalNo = #{gainhospitalno}</if>
<if test="gainhospitalname != null and gainhospitalname != ''">and GainHospitalName like concat('%',
--
Gitblit v1.9.3