perf: 优化用户流量消费队列(上万用户流量信息数秒即可处理完成

This commit is contained in:
xboard
2023-11-21 15:59:06 +08:00
parent 9d2da393d7
commit 8db622eee4
4 changed files with 51 additions and 56 deletions

View File

@@ -363,7 +363,7 @@ class ServerService
->where('ips',"like", "%\"$nodeIp\"%")
->first();
default:
return false;
return null;
}
}
}