shish 3 лет назад
Родитель
Сommit
3eaefca774
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/ProductController.php

+ 1 - 0
app-ghs/controllers/ProductController.php

@@ -603,6 +603,7 @@ class ProductController extends BaseController
                     foreach ($staffList as $staff) {
                         $staffId = $staff->id ?? 0;
                         Yii::$app->redis->executeCommand('SET', ['cashier_' . $mainId . '_' . $staffId . '_may_refresh', 'yes']);
+                        Yii::$app->redis->executeCommand('SET', ['ghs_cashier_' . $mainId . '_' . $staffId . '_may_refresh', 'yes']);
                     }
                 }
             }