|
|
@@ -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']);
|
|
|
}
|
|
|
}
|
|
|
}
|