浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
75a74f60f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -134,7 +134,7 @@ class Index extends Api
 
         $video = Db::name('store_article')
             ->where($where)
-            ->where('is_deleted',3)
+            ->where('is_deleted',0)
             ->field('id,title,show_image,create_at,subtitle,type')
             ->order('id','DESC')
             ->paginate($listRows,'',['page'=>$page]);