From f282cbb3b22ab8c0cf3d5b9e58ab18af381e4d22 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 13 三月 2026 11:05:24 +0800
Subject: [PATCH] 【丽水】出院随访查询,统计没有同步excep
---
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
index 0cc9e60..0ab42de 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2246,6 +2246,9 @@
<if test="guid != null and guid != ''">
AND guid = #{guid}
</if>
+ <if test="excep != null ">
+ AND excep = #{excep}
+ </if>
<if test="visitCount != null and visitCount == 1">
AND visit_count = 1
</if>
--
Gitblit v1.9.3