Commit 9b8de738 by 杨昕

test

parent 802b87a6
Pipeline #18818 passed with stages
in 1 minute 5 seconds
......@@ -1152,7 +1152,7 @@ class MediaModel extends Eloquent
$match = [
'status' => "1",
"screen_shot" => null,
"media_audio" => ["\$ne" => 'audio']
"media_audio" => ["\$ne" => null]
];
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