From 16e569f6d750529b9ff2626579c540d6b9792e25 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 09 三月 2026 16:11:14 +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