From 97c6a268766387d9c6834c23c9da3fdf63f3dc3f Mon Sep 17 00:00:00 2001
From: tzsk <Administrator@qq.com>
Date: 星期三, 07 二月 2024 11:26:48 +0800
Subject: [PATCH] Changes

---
 src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java
index c2860f1..9df60a7 100644
--- a/src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java
@@ -34,19 +34,19 @@
 
     public void initLocFloor3() {
         //3妤� 1-33鎺� 1-14鍒� 8灞� ------>  1-33鎺� 1-17鍒� 8灞�
-        this.insertBatch(getLocMastList(1, 33, 1, 17, 1, 8, 3));
+//        this.insertBatch(getLocMastList(1, 33, 1, 17, 1, 8, 3));
+//
+//        //3妤� 1-27鎺� 15-34鍒� 8灞� ------>  1-26鎺� 18-25鍒� 8灞�
+//        this.insertBatch(getLocMastList(1, 27, 18, 25, 1, 8, 3));
+//
+//        //3妤� 1-25鎺� 35-46鍒� 8灞� ------>  1-25鎺� 26-35鍒� 8灞�
+//        this.insertBatch(getLocMastList(1, 25, 26, 35, 1, 8, 3));
+//
+//        //3妤� 3-25鎺� 47-60鍒� 8灞� ------>  1-23鎺� 36-70鍒� 8灞�
+//        this.insertBatch(getLocMastList(1, 23, 36, 70, 1, 8, 3));
 
-        //3妤� 1-27鎺� 15-34鍒� 8灞� ------>  1-26鎺� 18-25鍒� 8灞�
-        this.insertBatch(getLocMastList(1, 27, 18, 25, 1, 8, 3));
-
-        //3妤� 1-25鎺� 35-46鍒� 8灞� ------>  1-25鎺� 26-35鍒� 8灞�
-        this.insertBatch(getLocMastList(1, 25, 26, 35, 1, 8, 3));
-
-        //3妤� 3-25鎺� 47-60鍒� 8灞� ------>  1-23鎺� 36-70鍒� 8灞�
-        this.insertBatch(getLocMastList(1, 23, 36, 70, 1, 8, 3));
-
-        //3妤� 4-25鎺� 61-70鍒� 8灞�
-        //this.insertBatch(getLocMastList(4, 25, 61, 70, 1, 8, 3));
+        //3妤� 3-23鎺� 71-72鍒� 8灞�
+        this.insertBatch(getLocMastList(3, 23, 71, 72, 1, 8, 3));
 
     }
 
@@ -137,9 +137,10 @@
         this.baseMapper.updateLocType2(locType2,locRule.getRowBeg(),locRule.getRowEnd(),locRule.getBayBeg(),locRule.getBayEnd(),locRule.getLevBeg(),locRule.getLevEnd(),locRule.getFloor());
     }
 
-    public void updateLocStsByLocNo(String locNo, String locSts) {
+    public void updateLocStsByLocNo(String locNo, String locSts, String barcode) {
         AgvLocMast agvLocMast = this.selectById(locNo);
         agvLocMast.setLocSts(locSts);
+        agvLocMast.setBarcode(barcode);
         this.updateById(agvLocMast);
     }
 

--
Gitblit v1.9.1