From 8b3cc6c44c82c6a0b172f389b9e03c98101ba0a7 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 08 一月 2026 11:25:45 +0800
Subject: [PATCH] 【市一】全院首页数据调整

---
 smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
index 540e215..978ba36 100644
--- a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
@@ -1003,8 +1003,8 @@
         service_subtask
         <where>
             del_flag = 0
-            and service_type=2
-            and is_visit_again = 0
+            and service_type = 2
+            and is_visit_again = 2
             <if test="orgid != null">
                 AND orgid = #{orgid}
             </if>
@@ -1033,7 +1033,7 @@
         service_subtask
         <where>
             del_flag = 0
-            and service_type=2
+            and service_type = 2
             and is_visit_again = 1
             <if test="orgid != null">
                 AND orgid = #{orgid}

--
Gitblit v1.9.3