|
@@ -1097,7 +1097,7 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
});
|
|
|
}
|
|
|
InterimPaymentCertificate finalThblj = thblj;
|
|
|
- dataList.stream().filter(e->e.getFormName().equals("合计")).findFirst().ifPresent(t->{
|
|
|
+ dataList.stream().filter(e->e.getChapterSeq().equals("合计")).findFirst().ifPresent(t->{
|
|
|
finalThblj.setCurrentPeriodPay(multiFc.apply(t.getCurrentPeriodPay(),"10"));
|
|
|
});
|
|
|
|