Commit beb73730 by 杨昕

test

parent 9302d19e
Pipeline #11381 passed with stages
in 44 seconds
......@@ -183,6 +183,7 @@ class MediaModel extends Eloquent
if (!$recycleId){
throw new \Exception('回收站保存失败');
}
return $media_id;
}else{
$media = MediaModel::where("_id",$media_id)->first();
......
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