Commit c83587f6 by 杨昕

sfd

parent d1e5cd3e
Pipeline #9802 passed with stages
in 33 seconds
......@@ -22,7 +22,6 @@ class MediaCategoryModel extends Eloquent
public static function catgList($request){
try{
self::addMediaCatg($request);;
$catgList = MediaCategoryModel::get()->toArray();
}catch (\Exception $exception){
......@@ -42,7 +41,7 @@ class MediaCategoryModel extends Eloquent
try{
$data = [
'name' => $request->name??"百度1",
'name' => $request->name??"百度",
'status' => 0
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment