|
|
|
@ -3471,6 +3471,9 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
if (client == null) {
|
|
|
|
|
throw new InvalidShortIdException();
|
|
|
|
|
}
|
|
|
|
|
if(client.getIntValue("approve_result")==1){
|
|
|
|
|
throw new BadRequestException("The merchant has been passed");
|
|
|
|
|
}
|
|
|
|
|
client.putAll(clientConfigService.find(client.getIntValue("client_id")));
|
|
|
|
|
|
|
|
|
|
// 提交合规启用银行、费率验证 add by Tayl0r 2017/06/13
|
|
|
|
|