修改批量导入库存 -- 数字类型

This commit is contained in:
GYJ 2024-06-27 15:08:52 +08:00
parent 1167bec54a
commit 1fa57bf5f9
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ public class StockServiceImpl implements StockService {
row.getCell(1).toString(),
row.getCell(5).toString(),
row.getCell(4).toString(),
numStr,
sku.getStockNumber(),
aDouble.intValue(),
sku.getStockNumber().intValue(),
0
));
}