|
|
@ -592,6 +592,10 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
|
if (finPaymentrecord.getCost() != null |
|
|
|
&& finPaymentrecord.getCost().compareTo(BigDecimal.ZERO) > 0) { |
|
|
|
ApPayBill.FPAYBILLENTRY fpaybillentry = new ApPayBill.FPAYBILLENTRY(); |
|
|
|
//手续费
|
|
|
|
if (null != finPaymentrecord.getPaymentCharges()) { |
|
|
|
fpaybillentry.setFHANDLINGCHARGEFOR(finPaymentrecord.getPaymentCharges().doubleValue()); |
|
|
|
} |
|
|
|
//应付金额
|
|
|
|
fpaybillentry.setFPAYTOTALAMOUNTFOR(finPaymentrecord.getCost().doubleValue()); |
|
|
|
//登账日期
|
|
|
@ -1098,4 +1102,4 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|