作者 Cool
1 个管道 的构建 通过 耗费 9 秒

搜索接口优化

@@ -231,9 +231,9 @@ class Index extends Api @@ -231,9 +231,9 @@ class Index extends Api
231 $tiao['b.is_up'] = ['eq',1]; 231 $tiao['b.is_up'] = ['eq',1];
232 232
233 $where['user_id'] = $user_id; 233 $where['user_id'] = $user_id;
234 - $where['folder_id'] = 0;  
235 -  
236 - $tiao['a.folder_id'] = 0; 234 +// $where['folder_id'] = 0;
  235 +//
  236 +// $tiao['a.folder_id'] = 0;
237 $tiao['a.user_id'] = $user_id; 237 $tiao['a.user_id'] = $user_id;
238 238
239 //自己的笔记文件 239 //自己的笔记文件