按线路分单
This commit is contained in:
parent
e63eb847a6
commit
20baf88f6e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue