zhangguidong hace 2 años
padre
commit
75a74f60f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]);