From 3737362a7352ea38ba14f7e2290fd71df57a62d0 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期四, 01 一月 2026 15:21:01 +0800
Subject: [PATCH] 库位表缺少id报错,根据DDL修复
---
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