apply to compliance add condition

master
wangning 6 years ago
parent 29770d63d8
commit d03222cbf5

@ -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

Loading…
Cancel
Save