|
|
|
@ -213,8 +213,8 @@ public class DeliverFinishReportListener implements ReportService {
|
|
|
|
|
for (QualityDeliverEntity entity : value) { |
|
|
|
|
Long id = entity.getId(); |
|
|
|
|
QualityDeliverEntity entity1 = valueMap.get(id); |
|
|
|
|
if (ObjectUtil.isNotEmpty(entity.getCostCategoryId()) && priceMap.containsKey(entity.getCostCategoryId())) { |
|
|
|
|
ExpenseDispatchPriceCategoryVO expenseDispatchPriceCategoryVO = priceMap.get(entity.getCostCategoryId()); |
|
|
|
|
if (ObjectUtil.isNotEmpty(entity1.getCostCategoryId()) && priceMap.containsKey(entity1.getCostCategoryId())) { |
|
|
|
|
ExpenseDispatchPriceCategoryVO expenseDispatchPriceCategoryVO = priceMap.get(entity1.getCostCategoryId()); |
|
|
|
|
String cost = expenseDispatchPriceCategoryVO.getCost(); |
|
|
|
|
Integer unit = expenseDispatchPriceCategoryVO.getUnit(); |
|
|
|
|
if (StrUtil.isNotEmpty(cost)) { |
|
|
|
|