auto sync data, remove crontab

This commit is contained in:
2020-12-22 14:57:13 +07:00
parent bba20c9c17
commit 3f289ddc9d
11 changed files with 122 additions and 15 deletions

View File

@@ -48,7 +48,6 @@ class ControlLogsController extends Controller {
$dataProvider->query->andWhere(["list_management.type" => $type]);
if ($gender !== "all")
$dataProvider->query->andWhere(["list_management.gender" => $gender]);
$dataProvider->query->orderBy(["time" => SORT_DESC]);
return $this->render('index', [
'searchModel' => $searchModel,