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

+ 1 - 1
app-ghs/controllers/NotifyController.php

@@ -49,7 +49,7 @@ class NotifyController extends BaseController
     {
         $get = Yii::$app->request->get();
         $staffId = $this->shopAdminId;
-        $where = ['mainId' => $this->mainId, 'staffId' => $staffId];
+        $where = ['staffId' => $staffId];
         $read = $get['read'] ?? '';
         if (is_numeric($read)) {
             $where['read'] = $read;