From 82de5a307466894bbb0258f8a63a26a7bb96d80d Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期四, 16 十月 2025 09:55:35 +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