Ver Fonte

sunguidong

zhangguidong há 2 anos atrás
pai
commit
effea3d922
1 ficheiros alterados com 1 adições e 1 exclusões
  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',0)
+            ->where('is_deleted',3)
             ->field('id,title,show_image,create_at,subtitle,type')
             ->order('id','DESC')
             ->paginate($listRows,'',['page'=>$page]);