Commit 11573d14 by 杨昕

添加更改日志

parent c806bdfa
Pipeline #10244 passed with stages
in 43 seconds
...@@ -263,6 +263,8 @@ class MediaModel extends Eloquent ...@@ -263,6 +263,8 @@ class MediaModel extends Eloquent
throw new \Exception("更新失败"); throw new \Exception("更新失败");
} }
LogModel::addlog(["更新媒资信息=>".$id,$data]);
}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