shish 3 gadi atpakaļ
vecāks
revīzija
3eaefca774
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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']);
                     }
                 }
             }