From 43a14ad6fbb68a9c0ce787acce28ce446aac13b0 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 13 七月 2023 14:14:51 +0800
Subject: [PATCH] 添加扦样信息

---
 igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java |   27 +++++++++------------------
 1 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java b/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java
index 23e0fca..ee10982 100644
--- a/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java
+++ b/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java
@@ -132,16 +132,6 @@
      */
     InoutData getFromInoutCache(InoutParam param);
 
-
-    /**
-     * 鎺ㄩ�佸ぇ灞�
-     *
-     * @param companyId
-     * @param deptId
-     * @param progress  鍙互涓虹┖
-     */
-    void notifyToScreen(String companyId, String deptId, String progress);
-
     /**
      * 蹇�熷畬鎴愭祦绋嬩腑鐨勮鍗�
      *
@@ -149,7 +139,6 @@
      * @return
      */
     String quickComplete(InoutData data) throws Exception;
-
 
     /**
      * 缂撳瓨涓幏鍙栧畬鎴愮殑娴佹按
@@ -189,13 +178,6 @@
      * @param param
      */
     void delInoutDataByLossOver(InoutParam param);
-
-    /**
-     * 灏嗗寲楠岀粨鏋滃瓨鍏ョ紦瀛樹腑
-     *
-     * @param data
-     */
-    void setCheckCache(InoutData data);
 
     /**
      * 鑾峰彇鍑哄叆搴撴祦姘碔D搴忓彿
@@ -272,4 +254,13 @@
      * @param id
      */
     void delFromCache(String deptId, String type, String id);
+
+    /**
+     * 鏍规嵁鍙傛暟鏌ヨ鏁版嵁锛屾祦绋嬩腑鐨勬暟鎹�
+     *
+     * @param param
+     * @return
+     * @throws Exception
+     */
+    InoutCheckData inoutDataByCheckId(InoutCheckParam param) throws Exception;
 }

--
Gitblit v1.9.3