|
@@ -860,6 +860,7 @@ public class ExecutorMeter extends FormulaExecutor {
|
|
|
payItemZj.add(new InterimPaymentCertificate("违约罚金",MINUS_ONE));
|
|
|
payItemZj.add(new InterimPaymentCertificate("迟付款利息"));
|
|
|
InterimPaymentCertificate startPay =new InterimPaymentCertificate("动员预付款");
|
|
|
+ startPay.setContractAmount(StringUtils.handleNull(tec.meterInfo.getBaseInfo().getDyTotalAmount()));
|
|
|
if(tec.meterInfo.getStartPayFormAll()!=null){
|
|
|
List<StartPayForm> startPayForm = tec.getMeterInfo().getStartPayFormAll();
|
|
|
if(startPayForm.size()>0){
|