From 7ca6d7d7da579f9a32c7d253eccb0f4e1ba6b6ef Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 20 一月 2026 14:01:55 +0800
Subject: [PATCH] 【丽水】/smartor/patarchive/patInfoByContion、/smartor/patarchive/exportPatInfo、/smartor/patarchive/getPatientInfoQC 调整sql,不关联pat_archivetag
---
smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
index 0fe819f..efae19c 100644
--- a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
@@ -4,6 +4,7 @@
import com.smartor.domain.PatArchiveOthreInfo;
import com.smartor.domain.PatArchiveReq;
import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -22,6 +23,8 @@
* @return 鎮h�呮。妗�
*/
public PatArchive selectPatArchiveByPatid(Long patid);
+
+ List<PatArchive> selectPatArchiveByPatnos(@Param("patnos") List<String> patnos);
/**
* 鏌ヨ鎮h�呮。妗堝垪琛�
@@ -83,6 +86,10 @@
public List<PatArchiveOthreInfo> selectPatArchiveInfoByPhysicalQC(PatArchiveReq patArchive);
+ public Long countPatArchiveInfoByInhospQC(PatArchiveReq patArchive);
+ public Long countPatArchiveInfoByOuthospQC(PatArchiveReq patArchive);
+
+ public Long countPatArchiveInfoByPhysicalQC(PatArchiveReq patArchive);
}
--
Gitblit v1.9.3