Commit bb31f4f7 by 杨昕

添加处理未包含封面图片的数据

parent 599070db
Pipeline #18768 passed with stages
in 2 minutes 16 seconds
...@@ -1153,7 +1153,7 @@ class MediaModel extends Eloquent ...@@ -1153,7 +1153,7 @@ class MediaModel extends Eloquent
$match = [ $match = [
'status' => "1", 'status' => "1",
"screen" => ["\$ne" => 'null'] "screen_shot" => ["\$ne" => 'null']
]; ];
if (isset($request->start_time) && !empty($request->start_time)) { if (isset($request->start_time) && !empty($request->start_time)) {
......
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