|
@@ -168,7 +168,7 @@ public class ContractLegalFinalApprovalServiceImpl extends ServiceImpl<ContractL
|
|
|
|
|
|
financingFromInvestors.setRepaymentAccount(accountInfoQueryResp.getClientAcct());
|
|
|
financingFromInvestors.setRepaymentAccountName(accountInfoQueryResp.getAcctName());
|
|
|
- financingFromInvestors.setRepaymentAccountType(accountInfoQueryResp.getAcctType());
|
|
|
+ financingFromInvestors.setRepaymentAccountType("内部户");
|
|
|
financingFromInvestorsService.updateById(financingFromInvestors);
|
|
|
}
|
|
|
|