Commit 35e06f90 by 杨昕

code format

parent 3193f893
Pipeline #10877 passed with stages
in 40 seconds
......@@ -617,7 +617,9 @@ class MediaModel extends Eloquent
'description' => $request->description??"",
'start_time' => $request->start_time,
'end_time' => $request->end_time,
'duration' => $request->duration??"0"
'duration' => $request->duration??"0",
"username" => "offcn",
"mis_uid" => "admin"
];
$id = MediaModel::insertGetId($data);
......
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