From 13f9867df6fc7de535670169c190df4ec9012968 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 05 二月 2026 10:56:04 +0800
Subject: [PATCH] 【市一】随访任务发送报错补充remark信息
---
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