qiangxuan 3 mesiacov pred
rodič
commit
5565f07d45

+ 1 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/storageBill/service/impl/StorageBillServiceImpl.java

@@ -1798,7 +1798,7 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
                     .mapToInt(details -> details.getStackAddr() != null && !details.getStackAddr().isEmpty() ? 4 : 1).sum();
             hotSendSum = hotSendSum + hotSendHeightSum;
             // 高线总出坯量    高线属于热送
-            double hotChargeHeightTotalWeight = rollClubTwoDetailsList.stream().mapToDouble(RollClubTwoDetails::getBlankOutput).sum();
+            double hotChargeHeightTotalWeight = rollHeightDetailsList.stream().mapToDouble(RollHeightDetails::getBlankOutput).sum();
             hotSendTotalWeight = hotSendTotalWeight + hotChargeHeightTotalWeight;
         }