|
@@ -160,7 +160,7 @@ public class ContractLegalFinalApprovalServiceImpl extends ServiceImpl<ContractL
|
|
|
accountInfoQuery.setAcctType("5");
|
|
|
List<AccountInfoQueryResp> accountInfoQueryResps = smbApiService.accountInfoQuery(accountInfoQuery, financingFromInvestors.getOpenId());
|
|
|
if(CollectionUtil.isEmpty(accountInfoQueryResps)){
|
|
|
- throw new BusinessException(CodeUtil.FAIL,"为查询到账户信息");
|
|
|
+ throw new BusinessException(CodeUtil.FAIL,"未查询到账户信息");
|
|
|
}
|
|
|
AccountInfoQueryResp accountInfoQueryResp = accountInfoQueryResps.get(0);
|
|
|
|