From 9cf5ea33a17c3f16c3c864ff5ff3182d29dea8f5 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 20 一月 2026 16:00:52 +0800
Subject: [PATCH] 【丽水】随访统计(人工、短信、微信)不统计不执行的数据

---
 smartor/src/main/java/com/smartor/service/IPatArchiveService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
index 0620bbc..036fcc9 100644
--- a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
@@ -97,4 +97,6 @@
     public List<PatArchiveOthreInfo> getPatientInfo(PatArchiveReq patArchiveReq);
 
     public List<PatArchiveOthreInfo> getPatientInfoQC(PatArchiveReq patArchiveReq);
+
+    public Long getPatientInfoQCCount(PatArchiveReq patArchiveReq);
 }

--
Gitblit v1.9.3