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++; } }