|
@@ -639,7 +639,7 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
});
|
|
|
dataList.stream().filter(t->t.getFormName()!=null&&t.getFormName().contains("暂定金")).findFirst().ifPresent(t->{
|
|
|
t.setFormName("暂定金额");
|
|
|
- t.setChapterSeq("");
|
|
|
+ t.setChapterSeq("暂定金额");
|
|
|
});
|
|
|
Map<InterimPaymentCertificate, Map<Function<InterimPaymentCertificate, String>, Consumer<String>>> summaryConfigMap = new HashMap<>();
|
|
|
InterimPaymentCertificate xj = new InterimPaymentCertificate("小计", true);
|