From 6923315545b3f97c86719148f85dac1220a14a63 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 14 一月 2026 19:23:54 +0800
Subject: [PATCH] agv空托入库接口以及机器人组站点配置

---
 src/main/java/com/zy/common/entity/NodeExcelListener.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/zy/common/entity/NodeExcelListener.java b/src/main/java/com/zy/common/entity/NodeExcelListener.java
index 7cd45bf..daebcc2 100644
--- a/src/main/java/com/zy/common/entity/NodeExcelListener.java
+++ b/src/main/java/com/zy/common/entity/NodeExcelListener.java
@@ -73,7 +73,7 @@
                 if (nodeMapper.insert(wareHouse) == 0) {
                     throw new CoolException("淇濆瓨浠撳簱鏁版嵁澶辫触");
                 }
-                total ++;
+                total++;
             }
 
             // 搴撳尯
@@ -98,7 +98,7 @@
                     if (nodeMapper.insert(area) == 0) {
                         throw new CoolException("淇濆瓨搴撳尯鏁版嵁澶辫触");
                     }
-                    total ++;
+                    total++;
                 }
 
                 // 璐т綅
@@ -123,7 +123,7 @@
                         if (nodeMapper.insert(allo) == 0) {
                             throw new CoolException("淇濆瓨璐т綅鏁版嵁澶辫触");
                         }
-                        total ++;
+                        total++;
                     }
                 }
 

--
Gitblit v1.9.1