From ce3a1c26186acd7a440570d9f6295f57f92bf85d Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 15 七月 2026 10:11:33 +0800
Subject: [PATCH] 【丽水】宣教超链接统计
---
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
index 70b2679..76e7d8d 100644
--- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2878,7 +2878,7 @@
<if test="sendstate != null">
AND sendstate = #{sendstate}
</if>
- <if test="isFinished != null and isFinished != '0'">
+ <if test="isFinished != null and isFinished == '1'">
AND finishtime is not null
</if>
<if test="starttime != null">AND starttime >= #{starttime}</if>
@@ -2955,10 +2955,10 @@
<if test="orgid != null and orgid != ''">
and orgid = #{orgid}
</if>
- <if test="sendstate != null and isFinished != '0'">
+ <if test="sendstate != null">
AND sendstate = #{sendstate}
</if>
- <if test="isFinished != null">
+ <if test="isFinished != null and isFinished == '1'">
AND finishtime is not null
</if>
<if test="hospitaldistrictcodes != null and hospitaldistrictcodes.size() > 0">
--
Gitblit v1.9.3