fix findClientByMoniker

master
luoyang 6 years ago
parent 38f51e2b81
commit 8f1432f6e2

@ -399,7 +399,7 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
if (clientMoniker == null) { if (clientMoniker == null) {
return; return;
} }
JSONObject client = clientMapper.findClientByMoniker(clientMoniker); JSONObject client = clientMapper.findClientByMonikerAll(clientMoniker);
if (client == null) { if (client == null) {
throw new InvalidShortIdException(); throw new InvalidShortIdException();
} }

Loading…
Cancel
Save