| | |
| | | for (SparePartCancellingStocksDetail entity : sparePartCancellingStocksDetailList) { |
| | | entity.setStatus(CommonConstant.STATUS_0); |
| | | SparePart sparePart = sparePartService.getById(entity.getSparePartId()); |
| | | entity.setAuxiliaryQuantity(entity.getMainQuantity() * Double.parseDouble(sparePart.getConversionRatio())); |
| | | /* entity.setAuxiliaryQuantity(entity.getMainQuantity() * Double.parseDouble(sparePart.getConversionRatio()));*/ |
| | | //外键设置 |
| | | entity.setSparePartCancellingId(sparePartCancellingStocks.getId()); |
| | | sparePartCancellingStocksDetailMapper.insert(entity); |