main-business/src/main/java/com/ruoyi/business/service/impl/ProductionMasterServiceImpl.java
@@ -220,7 +220,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;