mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
perf: 优化用户流量消费队列(上万用户流量信息数秒即可处理完成
This commit is contained in:
@@ -363,7 +363,7 @@ class ServerService
|
||||
->where('ips',"like", "%\"$nodeIp\"%")
|
||||
->first();
|
||||
default:
|
||||
return false;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user