From 11684f85ba0efefcb1b421af58e6f8284d51e716 Mon Sep 17 00:00:00 2001
From: lige <bestlige@outlook.com>
Date: 星期三, 15 十一月 2023 17:50:19 +0800
Subject: [PATCH] 备忘录

---
 ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml b/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml
index ce187ce..16a0e9b 100644
--- a/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml
@@ -79,7 +79,7 @@
         <where>
             <if test="tjNum != null">and tj_number LIKE '%${tjNum}'</if>
             <if test="checkStatus != null and checkStatus==0 ">and status =288</if>
-            <if test="checkStatus != null and checkStatus==1 ">and status =401</if>
+            <if test="checkStatus != null and checkStatus==1 ">and status =401 or  status= 402 </if>
             <if test="compId != null ">and comp_id = #{compId}</if>
             <if test="beginTime != null and endTime != null ">and create_time BETWEEN #{beginTime} and #{endTime}</if>
             and  deleted =0

--
Gitblit v1.8.0