From 8611fa1fb659af4b9c4f894926ceb273b978a133 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期二, 30 六月 2026 15:59:34 +0800
Subject: [PATCH] 供者转运登记作废状态异常处理
---
ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
index de7c323..a930bb3 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceDonationwitnessMapper.xml
@@ -179,7 +179,9 @@
<if test="operationdoctor != null and operationdoctor != ''">and st.OperationDoctor = #{operationdoctor}
</if>
<if test="infoid != null">and sd.ID = #{infoid}</if>
+ <if test="witnessState != null">and st.witness_state = #{witnessState}</if>
</where>
+ order by sd.InpatientNo desc
<if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if>
</select>
--
Gitblit v1.9.3