|
@ -242,12 +242,19 @@ public class PayPaymentServiceImpl extends ServiceImpl<PayPaymentMapper,PayPayme |
|
|
payPayment.setSupplierCode(vtbSub.getSupplierCode()); |
|
|
payPayment.setSupplierCode(vtbSub.getSupplierCode()); |
|
|
payPayment.setSupplierName(vtbSub.getSupplierName()); |
|
|
payPayment.setSupplierName(vtbSub.getSupplierName()); |
|
|
payPayment.setCostApplyId(vtbSub.getCostApplyId()); |
|
|
payPayment.setCostApplyId(vtbSub.getCostApplyId()); |
|
|
|
|
|
if(1==paymentBo.getRelease()){ |
|
|
|
|
|
payPayment.setPayAmount(notPayAmount); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}else if(verificationList.size()>0) { |
|
|
}else if(verificationList.size()>0) { |
|
|
VtbVerification vtbMain = verificationList.get(0); |
|
|
VtbVerification vtbMain = verificationList.get(0); |
|
|
payPayment.setSupplierId(vtbMain.getSupplierId()); |
|
|
payPayment.setSupplierId(vtbMain.getSupplierId()); |
|
|
payPayment.setSupplierCode(vtbMain.getSupplierCode()); |
|
|
payPayment.setSupplierCode(vtbMain.getSupplierCode()); |
|
|
payPayment.setSupplierName(vtbMain.getSupplierName()); |
|
|
payPayment.setSupplierName(vtbMain.getSupplierName()); |
|
|
payPayment.setCostApplyId(vtbMain.getCostApplyId()); |
|
|
payPayment.setCostApplyId(vtbMain.getCostApplyId()); |
|
|
|
|
|
if(1==paymentBo.getRelease()){ |
|
|
|
|
|
payPayment.setPayAmount(notPayAmount); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|