按线路分单

This commit is contained in:
jianghanbo 2024-10-14 11:42:51 +08:00
parent e63eb847a6
commit 20baf88f6e
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class Orders {
* @throws \Exception
*/
public static function poolUser($status, $thirdProductId) {
// $status .= $thirdProductId;
$status .= $thirdProductId;
if (empty(self::$redisPool[$status])) {
self::$redisPool[$status] = Redis::hGetAll('CRM:Pool:' . $status);
$users = self::users($thirdProductId);