From f3282df38c009fba13df3e0e539448821d0886b8 Mon Sep 17 00:00:00 2001 From: 18516761980 <tqsxp@163.com> Date: 星期五, 30 九月 2022 13:59:46 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java | 14 +++++++------- src/main/resources/application.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java index b1b5780..4ff8547 100644 --- a/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java @@ -700,13 +700,13 @@ if (locMast.getLocSts().equals("F")) { locMast.setLocSts("R"); locMast.setModiTime(now); -// locMast.setPackStatus(5); //5:闈欑疆瀹屾垚 -// CombParam combParam = new CombParam(); -// combParam.setPackNo(locMast.getBarcode()); -// combParam.setLocno(locMast.getLocNo()); -// combParam.setPackSts(6); -// combParam.setRequestTime(DateUtils.convert(new Date())); -// postMesData(inpath,combParam); + locMast.setPackStatus(5); //5:闈欑疆瀹屾垚 + CombParam combParam = new CombParam(); + combParam.setPackNo(locMast.getBarcode()); + combParam.setLocno(locMast.getLocNo()); + combParam.setPackSts(6); + combParam.setRequestTime(DateUtils.convert(new Date())); + postMesData(inpath,combParam); if (!locMastService.updateById(locMast)) { throw new CoolException("棰勭害搴撲綅鐘舵�佸け璐ワ紝搴撲綅鍙凤細"+locMast.getLocNo()); diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d6bdb61..8d8f9ec 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -55,9 +55,9 @@ mes: url: 127.0.0.1:8080/test # 鍏ュ簱涓婃姤 - inPath: 127.0.0.1:8080/ynwms/open/asrs/rpv/test/open/auth + inPath: 172.28.15.251:7899/mes-pm/in/stock/condition/warehousing # 鍑哄簱涓婃姤 - outPath: 127.0.0.1:8080/ynwms/open/asrs/rpv/test/open/auth + outPath: 172.28.15.251:7899/mes-pm/in/stock/condition/exWarehouse # 鍚姩娴嬭瘯璇锋眰 startUpTestPACK: 127.0.0.1:8080/ynwms/open/asrs/rpv/test/open/auth #鏆傚仠娴嬭瘯 -- Gitblit v1.9.1