|
|
@ -586,7 +586,7 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
|
}); |
|
|
|
} else if ("007".equals(costTypeKey)) { |
|
|
|
Future future1 = pool.submit(() -> { |
|
|
|
loanBePadsincereApplyFeign.pushAdvancesVoucher(finPaymentrecord.getBusSid(), finPaymentrecord.getSid()); |
|
|
|
loanBePadsincereApplyFeign.pushAdvancesVoucher(finPaymentrecord.getApplySid(), finPaymentrecord.getSid()); |
|
|
|
}); |
|
|
|
} else if ("008".equals(costTypeKey) || "资方结清款".equals(finPaymentrecord.getCostTypeValue())) { |
|
|
|
if (StringUtils.isNotBlank(finPaymentrecord.getPayBankAccount())) { |
|
|
|