From 1d9c00b1fb1a8e6473fc8625470c7616866bb803 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 23 十月 2025 10:52:45 +0800
Subject: [PATCH] 13
---
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