From e7db396aaa05211069d93e9db13ddba8a76e4412 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期五, 29 五月 2026 17:25:55 +0800
Subject: [PATCH] 用户密码,加解密

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

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml
index 3c927aa..ab03a42 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceMedicalevaluationMapper.xml
@@ -226,7 +226,7 @@
             sb.termination_case = 0
             <if test="infoid != null">AND sb.ID = #{infoid}</if>
             <if test="inpatientno != null">AND sb.InpatientNo = #{inpatientno}</if>
-            <if test="urrentMedicalInstitution != null">AND sb.current_medical_institution = #{urrentMedicalInstitution}</if>
+            <if test="currentMedicalInstitution != null">AND sb.current_medical_institution = #{currentMedicalInstitution}</if>
             <if test="caseNo != null and caseNo != ''">AND sm.case_no = #{caseNo}</if>
             <if test="donorno != null and donorno != ''">AND sm.DonorNo = #{donorno}</if>
             <if test="diagnosisname != null and diagnosisname != ''">AND sm.DiagnosisName = #{diagnosisname}</if>
@@ -244,7 +244,7 @@
                 #{treatmenthospitalname}
             </if>
         </where>
-        order by sd.InpatientNo desc
+        order by sb.InpatientNo desc
 
         <if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if>
 

--
Gitblit v1.9.3