main-business/src/main/java/com/ruoyi/business/service/impl/ProductionMasterServiceImpl.java
@@ -77,7 +77,6 @@ IPage<ProductionMasterDto> dtoPage = new Page<>(); BeanUtils.copyProperties(entityPage, dtoPage, "records"); dtoPage.setRecords(dtoList); return dtoPage; } @@ -220,7 +219,6 @@ master.setLaborCost(totalLabor); master.setEnergyConsumptionCost(totalEnergy); master.setEquipmentDepreciation(totalDepreciation); master.setCoal(coalInfos.stream().map(CoalInfo::getCoal).collect(Collectors.joining(","))); master.setCoalId(coalIds.stream().map(String::valueOf).collect(Collectors.joining(","))); return master;