|
|
@ -774,6 +774,7 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
|
|
|
|
throw new InvalidShortIdException();
|
|
|
|
throw new InvalidShortIdException();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
JSONObject params = new JSONObject();
|
|
|
|
JSONObject params = new JSONObject();
|
|
|
|
|
|
|
|
params.put("client_moniker", client.getString("client_moniker"));
|
|
|
|
params.put("is_send_client", 1);
|
|
|
|
params.put("is_send_client", 1);
|
|
|
|
List<Integer> resultTypes = Arrays.asList(RiskResultTypeEnum.SEND_EMAIL_TO_BD.getResultType(),
|
|
|
|
List<Integer> resultTypes = Arrays.asList(RiskResultTypeEnum.SEND_EMAIL_TO_BD.getResultType(),
|
|
|
|
RiskResultTypeEnum.MATERIAL_NOT_PASS.getResultType());
|
|
|
|
RiskResultTypeEnum.MATERIAL_NOT_PASS.getResultType());
|
|
|
|