Przeglądaj źródła

开工预付款2-6消掉多余空行

yangyj 1 rok temu
rodzic
commit
c4824487bd

+ 1 - 1
blade-service/blade-manager/src/main/java/org/springblade/manager/formula/impl/ExecutorMeter.java

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