From 1c0dbad152362ac704a27ecfc5b5d08247385d87 Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期二, 21 十月 2025 17:12:48 +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