mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
文章可设置类型用于不同而类型
This commit is contained in:
@@ -23,7 +23,7 @@ class Category extends Model
|
||||
* @param string $id
|
||||
* @return void
|
||||
*/
|
||||
public static function getListLevel($id = '')
|
||||
public static function getListLevel($id = '',$type = 1)
|
||||
{
|
||||
|
||||
if(empty(self::$allCategory)){
|
||||
|
||||
Reference in New Issue
Block a user