Commit 0e85000e by yangyang

服务管理三方接口调用处理(重庆)

parent f6225f3e
......@@ -180,7 +180,7 @@ public class TokenInterceptor implements HandlerInterceptor {
str = "请检查公司名称、ip是否对应";
} else {
QueryWrapper queryWrapper1 = new QueryWrapper();
queryWrapper1.eq("serviceName", token.getServiceName());
//queryWrapper1.eq("serviceName", token.getServiceName());
queryWrapper1.like("serviceUrl", request.getRequestURI());
List<String> serviceIds = getServiceIds(list);
queryWrapper1.in("xxzjbh", serviceIds);
......
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