|
@@ -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;
|
|
|
}
|
|
|
|