From 517ecf9879052b2f3fbad25c0469935cc45553a7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 25 七月 2024 18:24:24 +0800 Subject: [PATCH] 变更 --- ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml index e2696ba..22e321b 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml @@ -95,16 +95,14 @@ `service_medicalevaluation`.`update_by` AS `updateby`, `service_medicalevaluation`.`update_time` AS `updatetime` FROM - `service_donatebaseinfo` LEFT JOIN `service_medicalevaluation` ON `service_donatebaseinfo`.`ID` = `service_medicalevaluation`.`InfoID` LEFT JOIN `base_organization` ON `base_organization`.`OrganizationID` = `service_donatebaseinfo`.`TreatmentHospitalNo` - - <where> - service_medicalevaluation.del_flag != 1 + service_medicalevaluation.del_flag = 0 + and service_donatebaseinfo.del_flag = 0 <if test="name != null and name != ''"> and `service_donatebaseinfo`.Name like concat('%', #{name}, '%')</if> <if test="donorno != null and donorno != ''"> and `service_donatebaseinfo`.`DonorNo` = #{donorno}</if> <if test="idcardno != null and idcardno != ''"> and `service_donatebaseinfo`.`IDCardNo` = #{idcardno}</if> -- Gitblit v1.9.3