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]);