moshaorui 19 часов назад
Родитель
Сommit
e56827b614
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Distributor/Controllers/SmmPostLogController.php

+ 1 - 0
app/Distributor/Controllers/SmmPostLogController.php

@@ -55,6 +55,7 @@ class SmmPostLogController extends AdminController
             $grid->disableCreateButton();
             $grid->disableDeleteButton();
             $grid->disableEditButton();
+            $grid->model()->where('dist_id', getDistributorId())->orderBy('id', 'desc');
         });
     }