From 785ce007ce4b7b2119a99aacc95cefe9da09e32e Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期二, 04 七月 2023 16:49:09 +0800 Subject: [PATCH] 优化出入库逻辑,调整节点事件 --- igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 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 774ea94..3d907db 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 @@ -47,7 +47,7 @@ * @return * @throws Exception */ - String inoutStop(InoutParam param); + String inoutStop(InoutParam param) throws Exception; /** * 鏍规嵁鏁版嵁娣诲姞锛� @@ -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搴忓彿 @@ -254,7 +236,7 @@ * @return * @throws Exception */ - String updateCheckData(InoutCheckData data); + String updateCheckData(InoutData data); /** * 鑾峰彇绮瀹氫环 -- Gitblit v1.9.3