|
|
@@ -72,8 +72,8 @@ class BookItemGhsClass extends BaseClass
|
|
|
if (!empty($staffList)) {
|
|
|
foreach ($staffList as $staff) {
|
|
|
$staffId = $staff->id ?? 0;
|
|
|
- $params = $cgOrderId . '-' . $staffId;
|
|
|
- Yii::$app->redis->executeCommand('SADD', [$cacheKey, $params]);
|
|
|
+ $ele = $cgOrderId . '-' . $staffId;
|
|
|
+ Yii::$app->redis->executeCommand('SADD', [$cacheKey, $ele]);
|
|
|
}
|
|
|
}
|
|
|
$cacheKey = 'ghs_cg_order_guest_refresh_seat_' . $bookSn;
|