修改批量导入库存 -- 数字类型
This commit is contained in:
@@ -206,8 +206,8 @@ public class StockServiceImpl implements StockService {
|
|||||||
row.getCell(1).toString(),
|
row.getCell(1).toString(),
|
||||||
row.getCell(5).toString(),
|
row.getCell(5).toString(),
|
||||||
row.getCell(4).toString(),
|
row.getCell(4).toString(),
|
||||||
numStr,
|
aDouble.intValue(),
|
||||||
sku.getStockNumber(),
|
sku.getStockNumber().intValue(),
|
||||||
0
|
0
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user