From 0ab2ae12ce7a40b3436374cf8071055bd0aa0aff Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期二, 26 五月 2026 11:12:52 +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