mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
feat: 开始平台导出查询
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
use app\model\Admin;
|
||||
use app\model\AdminPermission;
|
||||
use app\model\Nav;
|
||||
use app\model\SystemConfig;
|
||||
use app\model\UploadFiles;
|
||||
use League\Flysystem\Util\MimeType;
|
||||
@@ -317,3 +318,8 @@ function show_time_ago($timestamp)
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
function list_post_platform()
|
||||
{
|
||||
return Nav::where('type', 12)->order('sort asc')->cache(30)->select();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user