Commit 65e50a5f by 杨昕

rollback

parent 9b8de738
Pipeline #18819 passed with stages
in 1 minute 3 seconds
......@@ -1152,7 +1152,7 @@ class MediaModel extends Eloquent
$match = [
'status' => "1",
"screen_shot" => null,
"media_audio" => ["\$ne" => null]
"media_audio" => ["\$ne" => 'audio']
];
if (isset($request->media_id) && !empty($request->media_id)) {
......
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