|
@@ -618,7 +618,7 @@ public class RiskServiceImpl implements RiskService {
|
|
|
param.setUserId(dyzUser.getUserId());
|
|
param.setUserId(dyzUser.getUserId());
|
|
|
param.setAppId(dyzUser.getAppId());
|
|
param.setAppId(dyzUser.getAppId());
|
|
|
param.setDitChId(dyzUser.getDitchId());
|
|
param.setDitChId(dyzUser.getDitchId());
|
|
|
- param.setBannedLimit(1);
|
|
|
|
|
|
|
+ param.setBannedLimit(1*24);
|
|
|
param.setOperator("系统风控");
|
|
param.setOperator("系统风控");
|
|
|
param.setBannedReason(tempName);
|
|
param.setBannedReason(tempName);
|
|
|
param.setOperatorName("系统风控");
|
|
param.setOperatorName("系统风控");
|
|
@@ -651,7 +651,7 @@ public class RiskServiceImpl implements RiskService {
|
|
|
param.setUserId(dyzUser.getUserId());
|
|
param.setUserId(dyzUser.getUserId());
|
|
|
param.setAppId(dyzUser.getAppId());
|
|
param.setAppId(dyzUser.getAppId());
|
|
|
param.setDitChId(dyzUser.getDitchId());
|
|
param.setDitChId(dyzUser.getDitchId());
|
|
|
- param.setBannedLimit(1);
|
|
|
|
|
|
|
+ param.setBannedLimit(1*24);
|
|
|
param.setOperator("系统风控");
|
|
param.setOperator("系统风控");
|
|
|
param.setBannedReason(tempName);
|
|
param.setBannedReason(tempName);
|
|
|
param.setOperatorName("系统风控");
|
|
param.setOperatorName("系统风控");
|