|
@@ -772,6 +772,8 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
LinkedHashMap<Integer, List<MaterialAdjust>> materialAdjustMap = tec.meterInfo.getMaterialAdjustListMap();
|
|
|
dataList.add(jgtz);
|
|
|
InterimPaymentCertificate hj = new InterimPaymentCertificate("合计", true);
|
|
|
+ addGetSetConfig(hj, summaryConfigMap, InterimPaymentCertificate::getContractAmount, hj::setContractAmount);
|
|
|
+ addGetSetConfig(hj, summaryConfigMap, InterimPaymentCertificate::getRevisedAmount, hj::setRevisedAmount);
|
|
|
dataList.add(hj);
|
|
|
dataList.add(new InterimPaymentCertificate("索赔金额", MINUS_ONE));
|
|
|
dataList.add(new InterimPaymentCertificate("违约罚金", MINUS_ONE));
|