From 6e3d0a2097a4d841e941a84ec54780a67eb60ba1 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 10 七月 2026 09:22:56 +0800
Subject: [PATCH] Merge branch 'master' into master-任务组
---
smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
index 6f94251..6da61db 100644
--- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
@@ -90,7 +90,15 @@
* @param
* @return 缁撴灉
*/
- public int dealOutHospInfo();
+ public int dealOutHospInfo(String config);
+
+ /**
+ * 澶勭悊浠巋is鍙栨潵鐨勫嚭闄㈡暟鎹� 浠诲姟缁勭敓鎴�
+ *
+ * @param
+ * @return 缁撴灉
+ */
+ public int dealOutHospInfoBySchedule(String config);
/**
* 鑾峰彇鍑洪櫌锛屼綇闄紝闂ㄨ瘖鏈嶅姟浜烘
@@ -107,4 +115,12 @@
* @return
*/
public List<PatMedInhosp> getDocAndPat(PatMedInhosp patMedInhosp);
+
+ /**
+ * 澶勭悊浠巋is鍙栨潵鐨勬墜鏈俊鎭�
+ *
+ * @param
+ * @return 缁撴灉
+ */
+ public void addOperationSubTask(String config);
}
--
Gitblit v1.9.3