|
@@ -40,15 +40,15 @@ public class SMBNoticeInit {
|
|
|
loanInfo.setFailMsg(withdrawNotifyPayloadDto.getRemark());
|
|
|
}
|
|
|
getFinancingLoanInfoService().updateById(loanInfo);
|
|
|
- if ("02".equals(withdrawNotifyPayloadDto.getStatus())) {
|
|
|
- //如果提款成功后、需要向sop推送融资信息
|
|
|
- if (loanInfo.getcFinancingBasicInfoId() != null) {
|
|
|
- CFinancingBasicInfo financingBasicInfo = getFinancingBasicInfoService().getById(loanInfo.getcFinancingBasicInfoId());
|
|
|
- if (financingBasicInfo != null) {
|
|
|
- getPaymentApplyService().financingToSop(financingBasicInfo, ConstantUtil.JIANGSU_SUSHANG_BANK, loanInfo.getPayoutDate());
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+// if ("02".equals(withdrawNotifyPayloadDto.getStatus())) {
|
|
|
+// //如果提款成功后、需要向sop推送融资信息
|
|
|
+// if (loanInfo.getcFinancingBasicInfoId() != null) {
|
|
|
+// CFinancingBasicInfo financingBasicInfo = getFinancingBasicInfoService().getById(loanInfo.getcFinancingBasicInfoId());
|
|
|
+// if (financingBasicInfo != null) {
|
|
|
+// getPaymentApplyService().financingToSop(financingBasicInfo, ConstantUtil.JIANGSU_SUSHANG_BANK, loanInfo.getPayoutDate());
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
SMBNotifyRespDto respDto = new SMBNotifyRespDto();
|