master
lujian 6 years ago
parent 2ae7a49d5f
commit 43ad13ecea

@ -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());

Loading…
Cancel
Save