From ec4be3ab73ccfcdc57a019ac146bd3147133b87d Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 06 二月 2026 15:04:58 +0800
Subject: [PATCH] 【丽水】首次、再次随访人数调整

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

diff --git a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
index f9abd3e..c517013 100644
--- a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
@@ -1042,7 +1042,6 @@
         where 1=1
         and del_flag = 0
         and service_type=2
-
         and visit_count > 1
         <if test="orgid != null and orgid != ''">
             and orgid = #{orgid}

--
Gitblit v1.9.3