Commit 7c689f6a by guojuxing

商会规则,部分商户进行运维用户过滤

parent ae7e255a
......@@ -311,7 +311,7 @@ public class ConfigRuleEnterpriseApiServiceImpl implements ConfigRuleEnterpriseA
Integer id = Integer.parseInt(str);
if (!enterpriseSet.contains(id.toString())) {
//不存在的商户或者没有权限的商户
//return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "部分商户数据错误,不存在的商户");
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "商户不存在或者没有权限");
}
enterpriseTempSet.add(str);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment