From aecd3f3e4e63770d2e23d1db2b63ab47d6dee5f1 Mon Sep 17 00:00:00 2001
From: 18516761980 <tqsxp@163.com>
Date: 星期五, 30 九月 2022 14:27:19 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
index 04e0c31..a2849a6 100644
--- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -213,10 +213,10 @@
     @Override
     public void onSale(CombParam param) {
         // 鑾峰彇搴撲綅鍙�
-        String locno = param.getLocno();
-        Node node = nodeService.selectByUuid(locno);
+        String locNo = param.getLocNo();
+        Node node = nodeService.selectByUuid(locNo);
         if (Cools.isEmpty(node)) {
-            throw new CoolException(param.getLocno() + ":搴撲綅涓嶅瓨鍦�");
+            throw new CoolException(param.getLocNo() + ":搴撲綅涓嶅瓨鍦�");
         }
 
         // 鑾峰彇鍟嗗搧鍒楄〃
@@ -232,7 +232,7 @@
                 throw new CoolException(combMat.getMatnr() + ":鍟嗗搧鎵瑰彿鏈夎锛�");
             }
             ManLocDetl manLocDetl = new ManLocDetl();
-            manLocDetl.setLocNo(locno);
+            manLocDetl.setLocNo(locNo);
             manLocDetl.setNodeId(node.getId());
             manLocDetl.setMatnr(combMat.getMatnr());
             manLocDetl.setBatch(combMat.getBatch());
@@ -644,7 +644,7 @@
 
         CombParam combParam = new CombParam();
         combParam.setPackNo(locMast.getBarcode());
-        combParam.setLocno(locMast.getLocNo());
+        combParam.setLocNo(locMast.getLocNo());
         combParam.setPackSts(1);
         combParam.setRequestTime(DateUtils.convert(new Date()));
         postMesData(inpath,combParam);
@@ -667,7 +667,7 @@
             CombParam combParam = new CombParam();
             combParam.setPackNo(testMast.getLocNo());
             combParam.setPackName(testMast.getUserId());
-            combParam.setLocno(testMast.getBarcode());
+            combParam.setLocNo(testMast.getBarcode());
             combParam.setRequestTime(DateUtils.convert(new Date()));
             return postMesData(startUpTestPACK,combParam);
         }catch (Exception e) {

--
Gitblit v1.9.1