| | |
| | | stockInRecordDto.setOilDepotId(stockInventoryDto.getOilDepotId()); |
| | | stockInRecordDto.setOilDepotName(stockInventoryDto.getOilDepotName()); |
| | | stockInRecordDto.setInboundCategory(stockInventoryDto.getInboundCategory()); |
| | | stockInRecordDto.setSalesLedgerId(stockInventoryDto.getSalesLedgerId()); |
| | | if (stockInventoryDto.getOilDepotId() != null && StringUtils.isEmpty(stockInRecordDto.getOilDepotName())) { |
| | | OilDepot oilDepot = oilDepotMapper.selectById(stockInventoryDto.getOilDepotId()); |
| | | if (oilDepot != null) { |