From c2e58f7e1554cb23cb63877517b072942735bfdf Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 01 三月 2024 19:26:51 +0800 Subject: [PATCH] 代码提交 --- ruoyi-project/src/main/resources/mapper/project/ServiceDonatecomporganMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDonatecomporganMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDonatecomporganMapper.xml index 4f6387d..83c2ffa 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceDonatecomporganMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDonatecomporganMapper.xml @@ -39,6 +39,7 @@ <result property="createTime" column="create_time"/> <result property="updateBy" column="update_by"/> <result property="updateTime" column="update_time"/> + <result property="caseno" column="caseno"/> </resultMap> <sql id="selectServiceDonatecomporganVo"> @@ -53,6 +54,7 @@ TransplantHospitalNo, TransplantHospitalName, Name, + caseno, Sex, IDCardType, IDCardNo, @@ -98,6 +100,7 @@ </if> <if test="name != null and name != ''">and Name like concat('%', #{name}, '%')</if> <if test="sex != null ">and Sex = #{sex}</if> + <if test="caseno != null ">and caseno = #{caseno}</if> <if test="idcardtype != null ">and IDCardType = #{idcardtype}</if> <if test="idcardno != null and idcardno != ''">and IDCardNo = #{idcardno}</if> <if test="age != null ">and Age = #{age}</if> -- Gitblit v1.9.3