From 94462d19bb33abe9654781d791ae0163a3e0e37e Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 27 一月 2026 16:29:07 +0800
Subject: [PATCH] 【丽水】微信已发送、已领取视为发送成功,不再进行补偿 改为 当前发送方式为微信的,且下一发送方式为短信的,微信发送状态为已发送、已领取的,跳过短信步骤
---
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