Commit 50ec722d by 杨昕

code format

parent 14f51baa
Pipeline #10246 passed with stages
in 41 seconds
...@@ -187,7 +187,7 @@ class MediaModel extends Eloquent ...@@ -187,7 +187,7 @@ class MediaModel extends Eloquent
$id = MediaModel::insertGetId($data); $id = MediaModel::insertGetId($data);
LogModel::addlog(["添加媒资信息"=> $data]); LogModel::addlog(["添加媒资信息"=> $data,['媒资ID为:=> '.$id]]);
}catch (\Exception $exception){ }catch (\Exception $exception){
throw new DatabaseException($exception->getMessage()); throw new DatabaseException($exception->getMessage());
} }
......
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