修改批量导入库存 -- 数字类型
This commit is contained in:
@@ -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
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user