rkljw 5 miesięcy temu
rodzic
commit
518d4966d6
3 zmienionych plików z 535 dodań i 2 usunięć
  1. 1 1
      app/JsonRpc/NewsService.php
  2. 1 1
      runtime/hyperf.pid
  3. 533 0
      runtime/logs/hyperf.log

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -58,7 +58,7 @@ class NewsService implements NewsServiceInterface
             array_push($where, ['category.name','like','%'.$data['name'].'%']);
         }
         var_dump($where);
-       $result =  Category::where($where)->get();
+       $result =  Category::where($where)->select('category.*','category.id as category_id')->get();
         if(empty($result)){
             return Result::error("没有栏目数据");
         }

+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-8853
+14161

+ 533 - 0
runtime/logs/hyperf.log

@@ -1325,3 +1325,536 @@
 [2024-11-06T01:36:49.228929+00:00] sql.INFO: [13.94] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
 [2024-11-06T01:36:49.232688+00:00] sql.INFO: [1.79] select count(*) as aggregate from `category` [] []
 [2024-11-06T01:36:50.694605+00:00] sql.INFO: [3.54] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:06:45.531360+00:00] sql.INFO: [14.42] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T03:06:45.578673+00:00] sql.INFO: [3.02] select count(*) as aggregate from `category` [] []
+[2024-11-06T03:06:48.213436+00:00] sql.INFO: [26.87] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T03:06:48.224853+00:00] sql.INFO: [5.4] select count(*) as aggregate from `category` [] []
+[2024-11-06T03:07:21.678804+00:00] sql.INFO: [11.61] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T03:07:21.682490+00:00] sql.INFO: [2] select count(*) as aggregate from `category` [] []
+[2024-11-06T03:08:03.720723+00:00] sql.INFO: [4.69] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:08:07.618797+00:00] sql.INFO: [3.24] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-06T03:08:10.631743+00:00] sql.INFO: [3.55] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-06T03:08:10.715492+00:00] sql.INFO: [2.28] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:08:10.760836+00:00] sql.INFO: [2.77] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:12:02.742888+00:00] sql.INFO: [31.98] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T03:12:02.749736+00:00] sql.INFO: [3.35] select count(*) as aggregate from `category` [] []
+[2024-11-06T03:12:04.329406+00:00] sql.INFO: [5.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:04.348530+00:00] sql.INFO: [21.9] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-06T03:12:07.045034+00:00] sql.INFO: [9.57] select * from `category` where (`id` = '3') limit 1 [] []
+[2024-11-06T03:12:07.090041+00:00] sql.INFO: [4.78] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:07.130661+00:00] sql.INFO: [3.78] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:12:09.574601+00:00] sql.INFO: [4.43] select * from `category` where (`id` = '41') limit 1 [] []
+[2024-11-06T03:12:09.635783+00:00] sql.INFO: [5.93] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:09.689073+00:00] sql.INFO: [3.43] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:12:12.101280+00:00] sql.INFO: [4.93] select * from `category` where (`id` = '2') limit 1 [] []
+[2024-11-06T03:12:12.145791+00:00] sql.INFO: [5.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:15.183541+00:00] sql.INFO: [6.41] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-06T03:12:15.249462+00:00] sql.INFO: [4.24] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:15.308460+00:00] sql.INFO: [2.42] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:12:22.757328+00:00] sql.INFO: [6.08] select * from `category` where (`id` = '43') limit 1 [] []
+[2024-11-06T03:12:22.826134+00:00] sql.INFO: [3.35] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:36.693102+00:00] sql.INFO: [8.6] select * from `category` where (`id` = '3') limit 1 [] []
+[2024-11-06T03:12:36.764235+00:00] sql.INFO: [10.51] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:12:36.814184+00:00] sql.INFO: [3.23] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:14:14.886159+00:00] sql.INFO: [22.18] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T03:14:14.890043+00:00] sql.INFO: [2.32] select count(*) as aggregate from `category` [] []
+[2024-11-06T03:15:01.188598+00:00] sql.INFO: [19.57] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:01.198962+00:00] sql.INFO: [7.14] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:05.277166+00:00] sql.INFO: [145.8] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:05.283036+00:00] sql.INFO: [3.63] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:10.079402+00:00] sql.INFO: [52.88] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:10.093915+00:00] sql.INFO: [10.01] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:12.330883+00:00] sql.INFO: [25.95] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:12.337249+00:00] sql.INFO: [3.88] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:16.337298+00:00] sql.INFO: [88.59] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:16.343484+00:00] sql.INFO: [5.01] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:20.098125+00:00] sql.INFO: [10.34] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:20.104129+00:00] sql.INFO: [4.07] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:24.636068+00:00] sql.INFO: [13.38] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-06T03:15:24.644787+00:00] sql.INFO: [21.65] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:24.692987+00:00] sql.INFO: [8.42] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:24.718207+00:00] sql.INFO: [5.27] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:24.734734+00:00] sql.INFO: [4.29] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:24.743647+00:00] sql.INFO: [3.27] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:24.767660+00:00] sql.INFO: [5.35] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:26.791796+00:00] sql.INFO: [16.87] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:26.802131+00:00] sql.INFO: [6.14] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:30.090551+00:00] sql.INFO: [4.8] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:30.091654+00:00] sql.INFO: [4.14] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T03:15:30.116888+00:00] sql.INFO: [4.75] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:30.132207+00:00] sql.INFO: [4.48] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:30.147453+00:00] sql.INFO: [4.68] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:30.155711+00:00] sql.INFO: [2.84] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:30.178626+00:00] sql.INFO: [5.49] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:31.888328+00:00] sql.INFO: [9.79] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:31.894201+00:00] sql.INFO: [4.21] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:35.514627+00:00] sql.INFO: [6.01] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:35.516329+00:00] sql.INFO: [7.71] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '539') limit 1 [] []
+[2024-11-06T03:15:35.546474+00:00] sql.INFO: [6.88] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:35.565072+00:00] sql.INFO: [5.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:35.582903+00:00] sql.INFO: [3.96] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:35.593010+00:00] sql.INFO: [3.61] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:35.616928+00:00] sql.INFO: [5.61] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:38.383879+00:00] sql.INFO: [20.77] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:38.390897+00:00] sql.INFO: [3.87] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:41.491476+00:00] sql.INFO: [8.91] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '532') limit 1 [] []
+[2024-11-06T03:15:41.493476+00:00] sql.INFO: [10.92] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:41.516286+00:00] sql.INFO: [5.32] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:41.531027+00:00] sql.INFO: [4.61] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:41.549455+00:00] sql.INFO: [4.59] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:41.558925+00:00] sql.INFO: [3.15] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:41.579356+00:00] sql.INFO: [5.28] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:43.806014+00:00] sql.INFO: [16.92] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:43.818487+00:00] sql.INFO: [7.25] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:46.809447+00:00] sql.INFO: [89.28] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:15:46.817673+00:00] sql.INFO: [5.29] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:15:49.163256+00:00] sql.INFO: [6.66] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:49.164070+00:00] sql.INFO: [6.97] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '26') limit 1 [] []
+[2024-11-06T03:15:49.202901+00:00] sql.INFO: [4.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:49.217852+00:00] sql.INFO: [4.49] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:49.239993+00:00] sql.INFO: [5.21] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:15:49.248455+00:00] sql.INFO: [4.45] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:15:49.275322+00:00] sql.INFO: [5.79] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:16:08.715989+00:00] sql.INFO: [19.9] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:16:08.724175+00:00] sql.INFO: [4.98] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:16:19.543858+00:00] sql.INFO: [5.06] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:19.545212+00:00] sql.INFO: [5.03] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '539') limit 1 [] []
+[2024-11-06T03:16:19.570968+00:00] sql.INFO: [4.71] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:19.586482+00:00] sql.INFO: [4.49] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:19.601710+00:00] sql.INFO: [4.83] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:19.613299+00:00] sql.INFO: [4.6] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:16:19.632875+00:00] sql.INFO: [4.29] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:16:21.380903+00:00] sql.INFO: [8.48] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:16:21.387494+00:00] sql.INFO: [4.37] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:16:24.204319+00:00] sql.INFO: [12.52] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:24.211176+00:00] sql.INFO: [9.65] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T03:16:24.242983+00:00] sql.INFO: [4.73] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:24.256134+00:00] sql.INFO: [3.23] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:24.272888+00:00] sql.INFO: [4.56] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:16:24.278449+00:00] sql.INFO: [3.57] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:16:24.310188+00:00] sql.INFO: [8.65] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:19:37.413364+00:00] sql.INFO: [10.81] update `article` set `title` = '刘佳伟开盘特朗普当买1赔1.2哈哈姐1赔13', `islink` = '', `linkurl` = 'http://www.baidu.com/xinwen/telangpu/1920.html', `cat_arr_id` = '"[5]"', `level` = '1', `imgurl` = 'http://192.168.1.201:9501/image/20241106/1730863115803759.jpg', `keyword` = '开盘,特朗普', `introduce` = '特朗普', `author` = '刘佳伟', `hits` = '109821', `is_original` = '0', `copyfrom` = '百度', `fromurl` = '', `status` = '1', `id` = '538', `catid` = '5', `tag` = '', `article`.`updated_at` = '2024-11-06 03:19:37' where (`id` = '538') [] []
+[2024-11-06T03:19:37.447099+00:00] sql.INFO: [3.09] update `article_data` set `content` = '<p>特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普特朗普</p>', `article_data`.`updated_at` = '2024-11-06 03:19:37' where (`article_id` = '538') [] []
+[2024-11-06T03:19:38.081813+00:00] sql.INFO: [39.79] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:19:38.087247+00:00] sql.INFO: [3.35] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:19:41.245327+00:00] sql.INFO: [7.7] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:41.254521+00:00] sql.INFO: [12.77] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T03:19:41.302075+00:00] sql.INFO: [9.09] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:41.337451+00:00] sql.INFO: [3.2] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:41.353098+00:00] sql.INFO: [2.66] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:41.365346+00:00] sql.INFO: [2.36] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T03:19:41.378998+00:00] sql.INFO: [2.42] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T03:19:54.958272+00:00] sql.INFO: [9] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:19:54.964015+00:00] sql.INFO: [3.72] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:19:57.616416+00:00] sql.INFO: [5.62] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:57.617750+00:00] sql.INFO: [6.89] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T03:19:57.648739+00:00] sql.INFO: [6.04] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:57.665879+00:00] sql.INFO: [3.01] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:57.680700+00:00] sql.INFO: [2.79] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:19:57.693168+00:00] sql.INFO: [2.13] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T03:19:57.710186+00:00] sql.INFO: [3.89] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T03:20:06.756245+00:00] sql.INFO: [17.9] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:20:06.761078+00:00] sql.INFO: [2.9] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:20:10.632978+00:00] sql.INFO: [9.38] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T03:20:10.634492+00:00] sql.INFO: [11.09] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:20:10.669097+00:00] sql.INFO: [3.35] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:20:10.682643+00:00] sql.INFO: [2.84] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:20:10.721879+00:00] sql.INFO: [3.19] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:20:10.725318+00:00] sql.INFO: [2.32] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T03:20:10.758281+00:00] sql.INFO: [3.17] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T03:21:14.048619+00:00] sql.INFO: [12.97] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:21:14.053392+00:00] sql.INFO: [2.9] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:19.554433+00:00] sql.INFO: [84.01] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:21:19.560159+00:00] sql.INFO: [3.53] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:21.657478+00:00] sql.INFO: [92.5] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 10 [] []
+[2024-11-06T03:21:21.662590+00:00] sql.INFO: [3.42] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:25.880573+00:00] sql.INFO: [4.67] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:25.891378+00:00] sql.INFO: [14.22] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '16') limit 1 [] []
+[2024-11-06T03:21:25.928042+00:00] sql.INFO: [3.41] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:25.941325+00:00] sql.INFO: [2.74] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:25.955876+00:00] sql.INFO: [2.81] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:25.970662+00:00] sql.INFO: [2.23] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:21:25.982361+00:00] sql.INFO: [2.4] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:21:28.170929+00:00] sql.INFO: [29.56] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:21:28.182568+00:00] sql.INFO: [6.03] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:29.313285+00:00] sql.INFO: [27.32] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:21:29.326197+00:00] sql.INFO: [7.1] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:30.827056+00:00] sql.INFO: [191.12] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 530 [] []
+[2024-11-06T03:21:30.832190+00:00] sql.INFO: [4.35] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:32.518826+00:00] sql.INFO: [199.49] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 520 [] []
+[2024-11-06T03:21:32.525915+00:00] sql.INFO: [4.17] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:35.950761+00:00] sql.INFO: [221.94] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 510 [] []
+[2024-11-06T03:21:35.956713+00:00] sql.INFO: [4.03] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:39.274795+00:00] sql.INFO: [10.32] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:39.274804+00:00] sql.INFO: [10.45] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '29') limit 1 [] []
+[2024-11-06T03:21:39.302150+00:00] sql.INFO: [4.72] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:39.323323+00:00] sql.INFO: [4.45] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:39.339579+00:00] sql.INFO: [3.07] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:21:39.350332+00:00] sql.INFO: [2.8] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:21:39.372440+00:00] sql.INFO: [4.09] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:21:42.084008+00:00] sql.INFO: [8.8] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:21:42.089067+00:00] sql.INFO: [3] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:45.682713+00:00] sql.INFO: [26.04] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 50 [] []
+[2024-11-06T03:21:45.688656+00:00] sql.INFO: [3.4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:47.271126+00:00] sql.INFO: [915.92] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 530 [] []
+[2024-11-06T03:21:47.275292+00:00] sql.INFO: [3.21] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:21:48.123755+00:00] sql.INFO: [788.93] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 520 [] []
+[2024-11-06T03:21:48.130541+00:00] sql.INFO: [4.35] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:21.909758+00:00] sql.INFO: [4.7] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:21.912131+00:00] sql.INFO: [5.97] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '10') limit 1 [] []
+[2024-11-06T03:22:21.955922+00:00] sql.INFO: [6.79] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:21.975129+00:00] sql.INFO: [3.23] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:21.996181+00:00] sql.INFO: [3.17] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:22.009658+00:00] sql.INFO: [5.57] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:22:22.027771+00:00] sql.INFO: [3.32] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:22:25.454692+00:00] sql.INFO: [21] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:22:25.465552+00:00] sql.INFO: [5.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:27.845231+00:00] sql.INFO: [179.8] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 530 [] []
+[2024-11-06T03:22:27.849278+00:00] sql.INFO: [3.22] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:29.214954+00:00] sql.INFO: [182.61] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 510 [] []
+[2024-11-06T03:22:29.220884+00:00] sql.INFO: [3.54] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:33.723648+00:00] sql.INFO: [12.6] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:33.726112+00:00] sql.INFO: [14.94] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '29') limit 1 [] []
+[2024-11-06T03:22:33.755234+00:00] sql.INFO: [4.8] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:33.775152+00:00] sql.INFO: [4.01] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:33.792832+00:00] sql.INFO: [3.59] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:33.801076+00:00] sql.INFO: [3.52] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:22:33.823468+00:00] sql.INFO: [4.37] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T03:22:37.223933+00:00] sql.INFO: [16.53] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:22:37.232697+00:00] sql.INFO: [4.93] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:40.062231+00:00] sql.INFO: [150.69] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:22:40.067823+00:00] sql.INFO: [3.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:45.023054+00:00] sql.INFO: [103.11] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 10 [] []
+[2024-11-06T03:22:45.028486+00:00] sql.INFO: [3.5] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-06T03:22:49.066071+00:00] sql.INFO: [13.11] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '16') limit 1 [] []
+[2024-11-06T03:22:49.068603+00:00] sql.INFO: [15.1] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:49.097879+00:00] sql.INFO: [6.29] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:49.120971+00:00] sql.INFO: [4.83] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:49.139505+00:00] sql.INFO: [3.86] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T03:22:49.149993+00:00] sql.INFO: [2.4] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:22:49.172063+00:00] sql.INFO: [3.58] select * from `category` where (`pid` = '2') [] []
+[2024-11-06T03:22:53.028551+00:00] sql.INFO: [29.89] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T03:22:53.035535+00:00] sql.INFO: [3.69] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:11:53.788343+00:00] sql.INFO: [20.84] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:11:53.792833+00:00] sql.INFO: [2.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:14:43.658361+00:00] sql.INFO: [42.15] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:14:43.670712+00:00] sql.INFO: [6.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:14:57.905474+00:00] sql.INFO: [3.81] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:14:57.916106+00:00] sql.INFO: [11.46] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-06T05:14:57.960505+00:00] sql.INFO: [4.02] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:14:57.974378+00:00] sql.INFO: [2.58] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:14:57.988785+00:00] sql.INFO: [3.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:14:57.996944+00:00] sql.INFO: [2.28] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:14:58.025268+00:00] sql.INFO: [5.33] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:14:59.726196+00:00] sql.INFO: [22.43] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:14:59.739115+00:00] sql.INFO: [6.16] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:15:15.101726+00:00] sql.INFO: [4.49] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:15.106466+00:00] sql.INFO: [6.15] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T05:15:15.145583+00:00] sql.INFO: [5.07] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:15.161578+00:00] sql.INFO: [4.7] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:15.181483+00:00] sql.INFO: [3.95] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:15.190410+00:00] sql.INFO: [3.29] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:15:15.213869+00:00] sql.INFO: [3.96] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:15:18.866146+00:00] sql.INFO: [59.08] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:15:18.873406+00:00] sql.INFO: [5.15] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:15:21.878143+00:00] sql.INFO: [14.45] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:21.882741+00:00] sql.INFO: [18.54] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T05:15:21.919380+00:00] sql.INFO: [5.98] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:21.937059+00:00] sql.INFO: [2.95] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:21.954137+00:00] sql.INFO: [3.09] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:21.963138+00:00] sql.INFO: [2.39] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:15:21.990129+00:00] sql.INFO: [5.14] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:15:29.928642+00:00] sql.INFO: [17.26] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T05:15:29.930215+00:00] sql.INFO: [18.97] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:29.977418+00:00] sql.INFO: [9.16] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:30.009322+00:00] sql.INFO: [5.92] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:30.029435+00:00] sql.INFO: [4.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:15:30.041263+00:00] sql.INFO: [3.18] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:15:30.076501+00:00] sql.INFO: [7.91] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:19:40.444714+00:00] sql.INFO: [44.11] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:19:40.451778+00:00] sql.INFO: [4.58] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:19:43.341117+00:00] sql.INFO: [8.28] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:43.352293+00:00] sql.INFO: [18.65] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T05:19:43.414944+00:00] sql.INFO: [12.42] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:43.438274+00:00] sql.INFO: [4.24] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:43.454820+00:00] sql.INFO: [3.13] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:43.482100+00:00] sql.INFO: [5.39] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:19:43.507283+00:00] sql.INFO: [5.96] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:19:51.298851+00:00] sql.INFO: [6.65] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:51.300330+00:00] sql.INFO: [6.76] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T05:19:51.355839+00:00] sql.INFO: [10.8] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:51.379431+00:00] sql.INFO: [5.18] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:51.396485+00:00] sql.INFO: [3.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:19:51.409123+00:00] sql.INFO: [2.84] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:19:51.441088+00:00] sql.INFO: [6.74] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:20:17.077328+00:00] sql.INFO: [33.49] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:20:17.089613+00:00] sql.INFO: [7.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:20:20.652340+00:00] sql.INFO: [9.63] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:21:46.166627+00:00] sql.INFO: [6.92] insert into `article` (`title`, `islink`, `linkurl`, `cat_arr_id`, `level`, `imgurl`, `keyword`, `introduce`, `author`, `hits`, `is_original`, `copyfrom`, `fromurl`, `status`, `catid`, `ip`, `admin_user_id`) values ('刘佳伟买特朗普上位不幸失败,目前已怒亏20个w', '0', 'www.baidu.com', '[1]', '3', 'http://192.168.1.201:9501/image/20241106/1730870473200923.jpg', '特朗普', '特朗普特朗普', '刘佳伟', '1946', '0', '百度', '', '1', '1', '172.17.0.1', '73') [] []
+[2024-11-06T05:21:46.174190+00:00] sql.INFO: [6.69] insert into `article_data` (`article_id`, `content`) values ('541', '<p>特朗普特朗普特朗普特朗普特朗普特朗普特朗普</p>') [] []
+[2024-11-06T05:21:46.840453+00:00] sql.INFO: [20.22] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:21:46.851402+00:00] sql.INFO: [6.09] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:22:23.649582+00:00] sql.INFO: [9.34] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:23.657821+00:00] sql.INFO: [13.59] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:22:23.703892+00:00] sql.INFO: [9.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:23.732156+00:00] sql.INFO: [4.14] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:23.750017+00:00] sql.INFO: [4.35] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:23.761982+00:00] sql.INFO: [3.04] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:22:23.786871+00:00] sql.INFO: [6.03] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:22:37.642575+00:00] sql.INFO: [10.93] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:37.647511+00:00] sql.INFO: [5.61] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:22:37.711574+00:00] sql.INFO: [9.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:37.735622+00:00] sql.INFO: [5.21] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:37.770224+00:00] sql.INFO: [7.47] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:22:37.784723+00:00] sql.INFO: [2.81] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:22:37.854656+00:00] sql.INFO: [11.74] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:23:08.959527+00:00] sql.INFO: [11.46] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:23:08.961453+00:00] sql.INFO: [10.05] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:23:09.024736+00:00] sql.INFO: [9.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:23:09.047863+00:00] sql.INFO: [4.72] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:23:09.073494+00:00] sql.INFO: [3.91] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:23:09.085527+00:00] sql.INFO: [2.62] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:23:09.145656+00:00] sql.INFO: [12.5] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:24:26.221429+00:00] sql.INFO: [9.98] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:26.221451+00:00] sql.INFO: [9.87] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:24:26.262452+00:00] sql.INFO: [3.44] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:26.279858+00:00] sql.INFO: [3.12] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:26.304218+00:00] sql.INFO: [3.37] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:26.313443+00:00] sql.INFO: [2.52] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:24:26.340428+00:00] sql.INFO: [3.37] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:24:46.887355+00:00] sql.INFO: [6.6] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:46.889377+00:00] sql.INFO: [8.73] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:24:46.940414+00:00] sql.INFO: [3.77] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:46.953750+00:00] sql.INFO: [2.45] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:46.979663+00:00] sql.INFO: [2.63] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:24:46.992426+00:00] sql.INFO: [2.32] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:24:47.020210+00:00] sql.INFO: [2.93] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:25:03.862528+00:00] sql.INFO: [5.67] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:25:03.867934+00:00] sql.INFO: [4.36] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:25:03.943754+00:00] sql.INFO: [7.26] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:25:03.963629+00:00] sql.INFO: [3.63] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:25:03.986329+00:00] sql.INFO: [3.38] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:25:03.994233+00:00] sql.INFO: [2.04] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:25:04.033117+00:00] sql.INFO: [6.19] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:28:19.391917+00:00] sql.INFO: [11.05] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:28:19.392932+00:00] sql.INFO: [12.08] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:28:19.441005+00:00] sql.INFO: [4.58] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:28:19.455653+00:00] sql.INFO: [4.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:28:19.483106+00:00] sql.INFO: [4.27] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:28:19.499260+00:00] sql.INFO: [3.65] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:28:19.533158+00:00] sql.INFO: [4.81] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:29:23.920250+00:00] sql.INFO: [8.36] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:23.923987+00:00] sql.INFO: [8.6] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:29:24.018335+00:00] sql.INFO: [11.69] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:24.050310+00:00] sql.INFO: [3.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:24.070909+00:00] sql.INFO: [3.72] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:24.082961+00:00] sql.INFO: [3.57] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:29:24.125153+00:00] sql.INFO: [6.64] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:29:31.654994+00:00] sql.INFO: [3.59] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:31.656089+00:00] sql.INFO: [4.33] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:29:31.706557+00:00] sql.INFO: [5.33] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:31.754079+00:00] sql.INFO: [7.17] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:31.799191+00:00] sql.INFO: [7.22] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:31.812311+00:00] sql.INFO: [7.82] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:29:31.858314+00:00] sql.INFO: [2.98] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:29:59.029320+00:00] sql.INFO: [11.01] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:29:59.038879+00:00] sql.INFO: [9.01] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:59.091133+00:00] sql.INFO: [9.8] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:59.110579+00:00] sql.INFO: [2.26] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:59.136824+00:00] sql.INFO: [2.72] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:29:59.147805+00:00] sql.INFO: [3.25] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:29:59.178199+00:00] sql.INFO: [2.65] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:30:35.652611+00:00] sql.INFO: [9.13] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:30:35.654354+00:00] sql.INFO: [10.13] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:30:35.706881+00:00] sql.INFO: [6.31] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:30:35.727991+00:00] sql.INFO: [3.22] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:30:35.756726+00:00] sql.INFO: [2.28] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:30:35.781383+00:00] sql.INFO: [2.3] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:30:35.825459+00:00] sql.INFO: [2.84] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:32:32.956258+00:00] sql.INFO: [41.36] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:32:32.957367+00:00] sql.INFO: [42.24] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:33.035908+00:00] sql.INFO: [14.31] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:33.071464+00:00] sql.INFO: [5.92] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:33.092038+00:00] sql.INFO: [3.75] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:33.111085+00:00] sql.INFO: [4.08] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:32:33.156412+00:00] sql.INFO: [9.95] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:32:38.719881+00:00] sql.INFO: [12.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:38.725475+00:00] sql.INFO: [8.53] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:32:38.810342+00:00] sql.INFO: [7.07] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:38.831946+00:00] sql.INFO: [4.75] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:38.859757+00:00] sql.INFO: [4.42] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:32:38.875991+00:00] sql.INFO: [4.39] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:32:38.921929+00:00] sql.INFO: [4.31] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:39:34.055097+00:00] sql.INFO: [28.01] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:39:34.066652+00:00] sql.INFO: [7.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:39:37.411959+00:00] sql.INFO: [6.2] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:39:37.418458+00:00] sql.INFO: [12.69] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:39:37.478988+00:00] sql.INFO: [8.42] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:39:37.499506+00:00] sql.INFO: [4.58] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:39:37.518432+00:00] sql.INFO: [4.83] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:39:37.527835+00:00] sql.INFO: [3.79] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:39:37.553986+00:00] sql.INFO: [4.63] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:41:36.538345+00:00] sql.INFO: [16.95] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:41:36.539221+00:00] sql.INFO: [17.41] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:41:36.583217+00:00] sql.INFO: [2.16] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:41:36.596799+00:00] sql.INFO: [1.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:41:36.617822+00:00] sql.INFO: [2.2] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:41:36.627236+00:00] sql.INFO: [2.45] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:41:36.655698+00:00] sql.INFO: [2.33] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:42:34.378876+00:00] sql.INFO: [6.11] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:42:34.381996+00:00] sql.INFO: [9.27] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:42:34.425735+00:00] sql.INFO: [5.37] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:42:34.445294+00:00] sql.INFO: [1.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:42:34.467454+00:00] sql.INFO: [1.95] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:42:34.477447+00:00] sql.INFO: [1.56] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:42:34.506461+00:00] sql.INFO: [3.17] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:43:05.079688+00:00] sql.INFO: [3.44] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:43:05.081783+00:00] sql.INFO: [5.32] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:43:05.115319+00:00] sql.INFO: [2.27] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:43:05.128476+00:00] sql.INFO: [1.7] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:43:05.150935+00:00] sql.INFO: [2.29] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:43:05.168953+00:00] sql.INFO: [1.89] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:43:05.186796+00:00] sql.INFO: [1.74] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:14.267510+00:00] sql.INFO: [9.61] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:48:14.267539+00:00] sql.INFO: [10.48] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:14.313503+00:00] sql.INFO: [3.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:14.327152+00:00] sql.INFO: [3.16] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:14.354638+00:00] sql.INFO: [3.1] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:14.364711+00:00] sql.INFO: [2.89] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:14.397459+00:00] sql.INFO: [3.39] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:22.285336+00:00] sql.INFO: [8.93] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:22.289169+00:00] sql.INFO: [7.42] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:48:22.377545+00:00] sql.INFO: [10.35] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:22.404496+00:00] sql.INFO: [4.45] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:22.430429+00:00] sql.INFO: [5.81] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:22.445979+00:00] sql.INFO: [5.34] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:22.480488+00:00] sql.INFO: [6] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:46.106662+00:00] sql.INFO: [12.05] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:46.118554+00:00] sql.INFO: [5.11] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:48:46.198532+00:00] sql.INFO: [4.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:46.213306+00:00] sql.INFO: [3.24] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:46.246698+00:00] sql.INFO: [3.62] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:46.254654+00:00] sql.INFO: [2.77] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:46.279359+00:00] sql.INFO: [3.47] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:51.394409+00:00] sql.INFO: [7.68] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:51.397858+00:00] sql.INFO: [6.5] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:48:51.464828+00:00] sql.INFO: [6.18] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:51.482699+00:00] sql.INFO: [2.98] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:51.510562+00:00] sql.INFO: [4.77] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:48:51.519041+00:00] sql.INFO: [2.93] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:48:51.564242+00:00] sql.INFO: [9.21] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:49:05.005897+00:00] sql.INFO: [7.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.005898+00:00] sql.INFO: [7.67] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:49:05.058606+00:00] sql.INFO: [11.1] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.080113+00:00] sql.INFO: [3.05] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.102807+00:00] sql.INFO: [4.4] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.112914+00:00] sql.INFO: [3.45] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:49:05.125943+00:00] sql.INFO: [2.87] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:49:05.446081+00:00] sql.INFO: [8.49] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.446298+00:00] sql.INFO: [7.45] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:49:05.500437+00:00] sql.INFO: [4.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.515481+00:00] sql.INFO: [3.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.544895+00:00] sql.INFO: [5.88] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:49:05.548469+00:00] sql.INFO: [3.51] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:49:05.598430+00:00] sql.INFO: [9.47] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:17.999424+00:00] sql.INFO: [11] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:18.001333+00:00] sql.INFO: [12.7] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:56:18.093716+00:00] sql.INFO: [3.46] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:18.110311+00:00] sql.INFO: [2.74] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:18.143307+00:00] sql.INFO: [3.01] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:18.157646+00:00] sql.INFO: [2.51] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:18.190140+00:00] sql.INFO: [2.9] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:21.663792+00:00] sql.INFO: [12.98] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:56:21.670552+00:00] sql.INFO: [3.68] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:56:23.505844+00:00] sql.INFO: [8.91] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:23.507461+00:00] sql.INFO: [9.63] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:56:23.550941+00:00] sql.INFO: [2.9] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:23.565535+00:00] sql.INFO: [2.75] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:23.593831+00:00] sql.INFO: [2.92] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:23.605338+00:00] sql.INFO: [2.75] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:23.630207+00:00] sql.INFO: [3.37] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:25.969072+00:00] sql.INFO: [8.32] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:56:25.973747+00:00] sql.INFO: [2.63] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:56:28.194853+00:00] sql.INFO: [3.85] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:28.205441+00:00] sql.INFO: [6.42] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-06T05:56:28.252355+00:00] sql.INFO: [3.09] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:28.265726+00:00] sql.INFO: [2.34] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:28.279759+00:00] sql.INFO: [2.65] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:28.289174+00:00] sql.INFO: [2.59] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:28.314948+00:00] sql.INFO: [2.53] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:30.427786+00:00] sql.INFO: [9.75] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:56:30.433221+00:00] sql.INFO: [2.87] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:56:32.883007+00:00] sql.INFO: [3.96] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:32.887290+00:00] sql.INFO: [5.63] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-06T05:56:32.925424+00:00] sql.INFO: [2.44] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:32.939400+00:00] sql.INFO: [2.89] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:32.958348+00:00] sql.INFO: [2.97] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:32.976036+00:00] sql.INFO: [2.27] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:56:32.993357+00:00] sql.INFO: [2.68] select * from `category` where (`pid` = '5') [] []
+[2024-11-06T05:56:38.494396+00:00] sql.INFO: [7.41] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:56:38.498795+00:00] sql.INFO: [2.48] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:56:40.538044+00:00] sql.INFO: [4.36] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:40.540667+00:00] sql.INFO: [5.14] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:56:40.609621+00:00] sql.INFO: [3.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:40.631791+00:00] sql.INFO: [4.93] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:40.650103+00:00] sql.INFO: [2.42] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:40.659438+00:00] sql.INFO: [2.14] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:40.686417+00:00] sql.INFO: [3.01] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:42.788556+00:00] sql.INFO: [6.94] update `article` set `title` = '刘佳伟买特朗普上位不幸失败,目前已怒亏20个w', `islink` = '', `linkurl` = 'www.baidu.com', `cat_arr_id` = '"[1]"', `level` = '3', `imgurl` = 'http://192.168.1.201:9501/image/20241106/1730870473200923.jpg', `keyword` = '特朗普', `introduce` = '特朗普特朗普', `author` = '刘佳伟', `hits` = '1946', `is_original` = '1', `copyfrom` = '百度', `fromurl` = '', `status` = '1', `id` = '541', `catid` = '1', `tag` = '', `article`.`updated_at` = '2024-11-06 05:56:42' where (`id` = '541') [] []
+[2024-11-06T05:56:42.795384+00:00] sql.INFO: [6.03] update `article_data` set `content` = '<p>特朗普特朗普特朗普特朗普特朗普特朗普特朗普</p>', `article_data`.`updated_at` = '2024-11-06 05:56:42' where (`article_id` = '541') [] []
+[2024-11-06T05:56:43.403147+00:00] sql.INFO: [8.07] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T05:56:43.409496+00:00] sql.INFO: [4.33] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T05:56:45.575239+00:00] sql.INFO: [4.88] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:45.577204+00:00] sql.INFO: [4.74] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '541') limit 1 [] []
+[2024-11-06T05:56:45.622651+00:00] sql.INFO: [6.88] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:45.643359+00:00] sql.INFO: [3.67] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:45.661856+00:00] sql.INFO: [3.05] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T05:56:45.671819+00:00] sql.INFO: [2.02] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T05:56:45.696377+00:00] sql.INFO: [4.14] select * from `category` where (`pid` = '1') [] []
+[2024-11-06T06:14:13.250897+00:00] sql.INFO: [22.92] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T06:14:13.256610+00:00] sql.INFO: [3.65] select count(*) as aggregate from `category` [] []
+[2024-11-06T06:14:41.874819+00:00] sql.INFO: [22.7] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:14:41.883518+00:00] sql.INFO: [5.47] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:21:55.764789+00:00] sql.INFO: [16.98] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:21:55.769505+00:00] sql.INFO: [2.58] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:21:58.622086+00:00] sql.INFO: [11.52] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T06:29:53.262752+00:00] sql.INFO: [11.96] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:29:53.274864+00:00] sql.INFO: [1.69] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:29:54.349594+00:00] sql.INFO: [1.96] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T06:33:26.298475+00:00] sql.INFO: [23.86] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T06:33:26.305837+00:00] sql.INFO: [4.53] select count(*) as aggregate from `category` [] []
+[2024-11-06T06:35:19.662942+00:00] sql.INFO: [30.51] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:35:19.670387+00:00] sql.INFO: [4.1] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:35:20.986715+00:00] sql.INFO: [9.39] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T06:36:22.039998+00:00] sql.INFO: [11.22] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:36:22.044013+00:00] sql.INFO: [1.98] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:41:23.853194+00:00] sql.INFO: [12.41] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:41:23.858122+00:00] sql.INFO: [3.05] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:41:28.322803+00:00] sql.INFO: [6.26] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T06:42:01.255696+00:00] sql.INFO: [3.18] insert into `article` (`title`, `islink`, `linkurl`, `cat_arr_id`, `level`, `imgurl`, `keyword`, `introduce`, `author`, `hits`, `is_original`, `copyfrom`, `fromurl`, `status`, `catid`, `ip`, `admin_user_id`) values ('1', '0', '', '[1]', '1', '', '1', '1', '1', '0', '1', '', '', '0', '1', '172.17.0.1', '73') [] []
+[2024-11-06T06:42:01.263068+00:00] sql.INFO: [2.79] insert into `article_data` (`article_id`, `content`) values ('542', '<p>1</p>') [] []
+[2024-11-06T06:42:01.884640+00:00] sql.INFO: [6.97] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:42:01.890551+00:00] sql.INFO: [3.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:46:31.819981+00:00] sql.INFO: [24.13] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:46:31.826433+00:00] sql.INFO: [4.33] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:46:36.420848+00:00] sql.INFO: [24.65] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:46:36.433520+00:00] sql.INFO: [7.53] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:46:38.435825+00:00] sql.INFO: [12.69] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T06:47:01.411385+00:00] sql.INFO: [19.77] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T06:47:01.418022+00:00] sql.INFO: [4.44] select count(*) as aggregate from `category` [] []
+[2024-11-06T06:47:04.739326+00:00] sql.INFO: [13.25] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T06:47:04.747180+00:00] sql.INFO: [4.78] select count(*) as aggregate from `category` [] []
+[2024-11-06T06:50:15.489576+00:00] sql.INFO: [20.23] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:50:15.496046+00:00] sql.INFO: [4.48] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T06:50:16.984105+00:00] sql.INFO: [6.05] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T06:50:30.985873+00:00] sql.INFO: [3.17] insert into `article` (`title`, `islink`, `linkurl`, `cat_arr_id`, `level`, `imgurl`, `keyword`, `introduce`, `author`, `hits`, `is_original`, `copyfrom`, `fromurl`, `status`, `catid`, `ip`, `admin_user_id`) values ('1', '0', '', '[1]', '1', '', '1', '1', '1', '0', '1', '', '', '0', '1', '172.17.0.1', '73') [] []
+[2024-11-06T06:50:30.989300+00:00] sql.INFO: [3.04] insert into `article_data` (`article_id`, `content`) values ('543', '<p>1</p>') [] []
+[2024-11-06T06:50:31.600688+00:00] sql.INFO: [8.34] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T06:50:31.605359+00:00] sql.INFO: [2.89] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T07:11:57.225524+00:00] sql.INFO: [19.08] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-06T07:11:57.232739+00:00] sql.INFO: [5.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-06T07:11:58.433991+00:00] sql.INFO: [9.55] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T07:19:11.864385+00:00] sql.INFO: [11.77] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T07:21:51.538985+00:00] sql.INFO: [12.39] select * from `category` where (`pid` = '0') [] []
+[2024-11-06T08:06:14.309985+00:00] sql.INFO: [18.11] select `category`.*, `district`.`name` as `city_name`, `department`.`name` as `department_name` from `category` left join `district` on `category`.`city_id` = `district`.`id` left join `department` on `category`.`department_id` = `department`.`id` order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-06T08:06:14.313243+00:00] sql.INFO: [1.41] select count(*) as aggregate from `category` [] []