Browse Source

修改价格

shish 3 years ago
parent
commit
3eaefca774
1 changed files with 1 additions and 0 deletions
  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) {
                     foreach ($staffList as $staff) {
                         $staffId = $staff->id ?? 0;
                         $staffId = $staff->id ?? 0;
                         Yii::$app->redis->executeCommand('SET', ['cashier_' . $mainId . '_' . $staffId . '_may_refresh', 'yes']);
                         Yii::$app->redis->executeCommand('SET', ['cashier_' . $mainId . '_' . $staffId . '_may_refresh', 'yes']);
+                        Yii::$app->redis->executeCommand('SET', ['ghs_cashier_' . $mainId . '_' . $staffId . '_may_refresh', 'yes']);
                     }
                     }
                 }
                 }
             }
             }