소스 검색

dev分支忽略文件

the_bug 5 달 전
부모
커밋
c744dfc48d
8개의 변경된 파일33개의 추가작업 그리고 201개의 파일을 삭제
  1. 0 18
      .env
  2. 2 0
      .gitignore
  3. 31 0
      bin/hyperf.php
  4. 0 1
      runtime/container/aspects.cache
  5. 0 0
      runtime/container/classes.cache
  6. 0 0
      runtime/container/scan.cache
  7. 0 1
      runtime/hyperf.pid
  8. 0 181
      runtime/logs/hyperf.log

+ 0 - 18
.env

@@ -1,18 +0,0 @@
-APP_NAME=news_producer
-APP_ENV=dev
-
-
-DB_DRIVER=mysql
-DB_HOST=101.254.114.211
-DB_PORT=13306
-DB_DATABASE=hyperf
-DB_USERNAME=root
-DB_PASSWORD=xKmapDpKCxMMSkbe
-DB_CHARSET=utf8mb4
-DB_COLLATION=utf8mb4_unicode_ci
-DB_PREFIX=
-
-REDIS_HOST=101.254.114.211
-REDIS_AUTH=YPWWnFnNebc7427B
-REDIS_PORT=26739
-REDIS_DB=0

+ 2 - 0
.gitignore

@@ -16,3 +16,5 @@ bin-release/
 # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
 # should NOT be excluded as they contain compiler settings and other important
 # information for Eclipse / Flash Builder.
+runtime
+/.env

+ 31 - 0
bin/hyperf.php

@@ -0,0 +1,31 @@
+#!/usr/bin/env php
+<?php
+/**
+ * This file is part of Hyperf.
+ *
+ * @link     https://www.hyperf.io
+ * @document https://hyperf.wiki
+ * @contact  group@hyperf.io
+ * @license  https://github.com/hyperf/hyperf/blob/master/LICENSE
+ */
+ini_set('display_errors', 'on');
+ini_set('display_startup_errors', 'on');
+ini_set('memory_limit', '1G');
+
+error_reporting(E_ALL);
+
+! defined('BASE_PATH') && define('BASE_PATH', dirname(__DIR__, 1));
+
+require BASE_PATH . '/vendor/autoload.php';
+
+! defined('SWOOLE_HOOK_FLAGS') && define('SWOOLE_HOOK_FLAGS', Hyperf\Engine\DefaultOption::hookFlags());
+
+// Self-called anonymous function that creates its own scope and keep the global namespace clean.
+(function () {
+    Hyperf\Di\ClassLoader::init();
+    /** @var Psr\Container\ContainerInterface $container */
+    $container = require BASE_PATH . '/config/container.php';
+
+    $application = $container->get(Hyperf\Contract\ApplicationInterface::class);
+    $application->run();
+})();

+ 0 - 1
runtime/container/aspects.cache

@@ -1 +0,0 @@
-a:8:{i:0;s:35:"Hyperf\Cache\Aspect\CacheableAspect";i:1;s:36:"Hyperf\Cache\Aspect\CacheAheadAspect";i:2;s:36:"Hyperf\Cache\Aspect\CacheEvictAspect";i:3;s:34:"Hyperf\Cache\Aspect\CachePutAspect";i:4;s:35:"Hyperf\Cache\Aspect\FailCacheAspect";i:5;s:36:"Hyperf\Config\Annotation\ValueAspect";i:6;s:44:"Hyperf\DbConnection\Aspect\TransactionAspect";i:7;s:33:"Hyperf\Di\Annotation\InjectAspect";}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
runtime/container/classes.cache


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
runtime/container/scan.cache


+ 0 - 1
runtime/hyperf.pid

@@ -1 +0,0 @@
-21951

+ 0 - 181
runtime/logs/hyperf.log

@@ -1,181 +0,0 @@
-[2024-10-28T09:19:22.425365+00:00] sql.INFO: [8.16] select * from `category` where (`pid` = '0' and `category`.`name` like '%sa%') [] []
-[2024-10-28T09:19:23.932164+00:00] sql.INFO: [3.85] select * from `category` where (`pid` = '0' and `category`.`name` like '%san%') [] []
-[2024-10-28T09:19:25.594721+00:00] sql.INFO: [5.64] select * from `category` where (`pid` = '0' and `category`.`name` like '%san%') [] []
-[2024-10-28T09:19:26.302275+00:00] sql.INFO: [2.31] select * from `category` where (`pid` = '0' and `category`.`name` like '%sannong %') [] []
-[2024-10-28T09:19:26.955566+00:00] sql.INFO: [14.88] select * from `category` where (`pid` = '0' and `category`.`name` like '%sannon%') [] []
-[2024-10-28T09:19:30.277954+00:00] sql.INFO: [3.66] select * from `category` where (`pid` = '0' and `category`.`name` like '%三农%') [] []
-[2024-10-28T09:20:42.957341+00:00] sql.INFO: [16.46] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:20:42.960700+00:00] sql.INFO: [1.35] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:20:50.061214+00:00] sql.INFO: [18.99] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` order by `article`.`id` desc limit 10 offset 10 [] []
-[2024-10-28T09:20:50.066286+00:00] sql.INFO: [2.05] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:21:30.505188+00:00] sql.INFO: [7.85] 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-10-28T09:21:30.508374+00:00] sql.INFO: [1.28] select count(*) as aggregate from `category` [] []
-[2024-10-28T09:21:31.723785+00:00] sql.INFO: [2.1] select * from `category` where (`pid` = '0') [] []
-[2024-10-28T09:22:14.520423+00:00] sql.INFO: [6.66] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:22:14.523783+00:00] sql.INFO: [1.18] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:23:41.330394+00:00] sql.INFO: [92.39] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:23:41.346166+00:00] sql.INFO: [1.79] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:30:05.455611+00:00] sql.INFO: [15.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-10-28T09:30:05.458772+00:00] sql.INFO: [1.08] select count(*) as aggregate from `category` [] []
-[2024-10-28T09:30:31.187444+00:00] sql.INFO: [25.53] 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-10-28T09:30:31.191557+00:00] sql.INFO: [1.12] select count(*) as aggregate from `category` [] []
-[2024-10-28T09:35:56.762161+00:00] sql.INFO: [12.17] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:35:56.765863+00:00] sql.INFO: [1.44] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:36:40.526749+00:00] sql.INFO: [11.29] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 10 [] []
-[2024-10-28T09:36:40.530191+00:00] sql.INFO: [1.21] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:44:00.034063+00:00] sql.INFO: [12.58] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:44:00.037791+00:00] sql.INFO: [1.5] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:44:19.228731+00:00] sql.INFO: [6.89] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:44:19.232045+00:00] sql.INFO: [1.36] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:44:28.172028+00:00] sql.INFO: [13.78] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:44:28.177518+00:00] sql.INFO: [1.86] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:47:12.603134+00:00] sql.INFO: [26.94] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:47:12.609128+00:00] sql.INFO: [2.02] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:47:56.180069+00:00] sql.INFO: [6.11] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:47:56.183781+00:00] sql.INFO: [1.14] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:48:47.552614+00:00] sql.INFO: [11.21] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:48:47.558361+00:00] sql.INFO: [2.06] select count(*) as aggregate from `article` [] []
-[2024-10-28T09:59:31.273413+00:00] sql.INFO: [8.26] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T09:59:31.276597+00:00] sql.INFO: [1.21] select count(*) as aggregate from `article` [] []
-[2024-10-28T10:01:41.907784+00:00] sql.INFO: [16.13] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T10:01:41.913900+00:00] sql.INFO: [2.31] select count(*) as aggregate from `article` [] []
-[2024-10-28T10:01:56.976205+00:00] sql.INFO: [6.23] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-28T10:01:56.979928+00:00] sql.INFO: [1.39] select count(*) as aggregate from `article` [] []
-[2024-10-28T10:11:01.574355+00:00] sql.INFO: [5.79] select * from `category` where (`pid` = '0') [] []
-[2024-10-28T10:12:33.978283+00:00] sql.INFO: [6.73] select * from `category` where (`pid` = '0') [] []
-[2024-10-28T10:15:45.796213+00:00] sql.INFO: [6.69] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T00:45:12.074297+00:00] sql.INFO: [12.16] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T00:45:12.077776+00:00] sql.INFO: [1.12] select count(*) as aggregate from `article` [] []
-[2024-10-29T00:45:17.287355+00:00] sql.INFO: [10.05] 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-10-29T00:45:17.291775+00:00] sql.INFO: [2.26] select count(*) as aggregate from `category` [] []
-[2024-10-29T00:45:19.787894+00:00] sql.INFO: [11.3] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T00:45:19.792318+00:00] sql.INFO: [1.57] select count(*) as aggregate from `article` [] []
-[2024-10-29T01:48:07.980493+00:00] sql.INFO: [14.03] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where `status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T01:48:07.983844+00:00] sql.INFO: [1.17] select count(*) as aggregate from `article` [] []
-[2024-10-29T09:00:41.948762+00:00] sql.INFO: [9.86] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T09:00:41.948145+00:00] sql.INFO: [7.31] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '46') limit 1 [] []
-[2024-10-29T09:00:48.280668+00:00] sql.INFO: [12.19] 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-10-29T09:00:48.284793+00:00] sql.INFO: [1.62] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:00:55.555995+00:00] sql.INFO: [17.27] 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-10-29T09:00:55.559668+00:00] sql.INFO: [1.42] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:01:07.960431+00:00] sql.INFO: [3.12] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T09:01:07.978925+00:00] sql.INFO: [25.18] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '26') limit 1 [] []
-[2024-10-29T09:01:08.063541+00:00] sql.INFO: [3.72] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T09:01:14.868187+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-10-29T09:01:14.871654+00:00] sql.INFO: [1.45] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:01:23.482052+00:00] sql.INFO: [7.03] 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-10-29T09:01:23.485541+00:00] sql.INFO: [1.45] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:01:30.954322+00:00] sql.INFO: [17.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-10-29T09:01:30.957828+00:00] sql.INFO: [1.39] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:01:56.232084+00:00] sql.INFO: [7.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-10-29T09:01:56.236473+00:00] sql.INFO: [1.9] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:03.346836+00:00] sql.INFO: [12.25] 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-10-29T09:02:03.350330+00:00] sql.INFO: [1.5] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:09.223098+00:00] sql.INFO: [15.54] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = 'ttt') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:09.225073+00:00] sql.INFO: [1.52] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = 'ttt') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:14.769084+00:00] sql.INFO: [2.54] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` = '政策') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:14.771333+00:00] sql.INFO: [1.79] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` = '政策') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:16.896859+00:00] sql.INFO: [18.73] 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-10-29T09:02:16.902299+00:00] sql.INFO: [2.68] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:22.169010+00:00] sql.INFO: [15.28] 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-10-29T09:02:22.175594+00:00] sql.INFO: [2.85] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:28.224924+00:00] sql.INFO: [2.55] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:28.227198+00:00] sql.INFO: [1.53] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:29.990221+00:00] sql.INFO: [3.75] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试标题333%') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:29.993495+00:00] sql.INFO: [2.22] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试标题333%') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:31.911679+00:00] sql.INFO: [15.5] 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-10-29T09:02:31.915234+00:00] sql.INFO: [1.41] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:41.051071+00:00] sql.INFO: [22.24] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:41.055845+00:00] sql.INFO: [3.04] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:42.468662+00:00] sql.INFO: [2.93] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` = '政策法规') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:42.471011+00:00] sql.INFO: [1.72] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` = '政策法规') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:48.003280+00:00] sql.INFO: [14.42] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:48.007027+00:00] sql.INFO: [2.34] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:02:51.066200+00:00] sql.INFO: [16.33] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:02:51.071712+00:00] sql.INFO: [3.6] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:03:22.196688+00:00] sql.INFO: [20.69] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:03:22.200740+00:00] sql.INFO: [2.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` = '政策法规') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:03:30.618198+00:00] sql.INFO: [11.54] 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-10-29T09:03:30.622462+00:00] sql.INFO: [1.74] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:12:12.676217+00:00] sql.INFO: [11.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-10-29T09:12:12.688168+00:00] sql.INFO: [1.37] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:11.806411+00:00] sql.INFO: [13.16] 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-10-29T09:20:11.809954+00:00] sql.INFO: [1.51] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:23.421594+00:00] sql.INFO: [7.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 0 [] []
-[2024-10-29T09:20:23.425170+00:00] sql.INFO: [1.48] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:41.661876+00:00] sql.INFO: [13.52] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` like '%政策法规%') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:20:41.666116+00:00] sql.INFO: [2.54] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` like '%政策法规%') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:48.719811+00:00] sql.INFO: [2.64] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:20:48.722608+00:00] sql.INFO: [2.11] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:51.192995+00:00] sql.INFO: [19.69] 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-10-29T09:20:51.196531+00:00] sql.INFO: [1.37] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:54.033088+00:00] sql.INFO: [2.46] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:20:54.035501+00:00] sql.INFO: [1.81] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:20:58.900658+00:00] sql.INFO: [19.76] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` like '%三农之窗%') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:20:58.908323+00:00] sql.INFO: [4.17] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`category`.`name` like '%三农之窗%') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:01.231370+00:00] sql.INFO: [2.44] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:21:01.233705+00:00] sql.INFO: [1.74] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:10.798102+00:00] sql.INFO: [2.8] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:21:10.800554+00:00] sql.INFO: [1.69] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:12.145609+00:00] sql.INFO: [21.44] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:21:12.152764+00:00] sql.INFO: [2.4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:13.845599+00:00] sql.INFO: [2.8] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:21:13.848228+00:00] sql.INFO: [1.9] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:16.218120+00:00] sql.INFO: [21.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-10-29T09:21:16.221336+00:00] sql.INFO: [1.3] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:24.512045+00:00] sql.INFO: [10.39] 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-10-29T09:21:24.515673+00:00] sql.INFO: [1.53] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:33.293708+00:00] sql.INFO: [19.12] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:21:33.301073+00:00] sql.INFO: [2.44] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:47.526636+00:00] sql.INFO: [2.85] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:21:47.529162+00:00] sql.INFO: [1.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:21:51.260291+00:00] sql.INFO: [17.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-10-29T09:21:51.268266+00:00] sql.INFO: [2.27] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:22:12.733192+00:00] sql.INFO: [2.22] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T09:22:12.759196+00:00] sql.INFO: [2.25] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '27') limit 1 [] []
-[2024-10-29T09:22:12.790151+00:00] sql.INFO: [1.88] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T09:22:14.857522+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-10-29T09:22:14.862267+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-10-29T09:22:25.824271+00:00] sql.INFO: [2.07] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:22:25.826248+00:00] sql.INFO: [1.53] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:22:29.366043+00:00] sql.INFO: [2.43] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:22:29.368309+00:00] sql.INFO: [1.66] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:23:07.261730+00:00] sql.INFO: [11.85] 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-10-29T09:23:07.265793+00:00] sql.INFO: [1.87] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:23:44.047946+00:00] sql.INFO: [20.27] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:23:44.140840+00:00] sql.INFO: [1.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:23:48.566358+00:00] sql.INFO: [2.02] select * from `category` where (`pid` = '0') [] []
-[2024-10-29T09:23:52.279250+00:00] sql.INFO: [2.41] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:23:52.281932+00:00] sql.INFO: [2.01] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:30.093008+00:00] sql.INFO: [11.71] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:30.105191+00:00] sql.INFO: [1.48] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:36.738753+00:00] sql.INFO: [6.91] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:36.741449+00:00] sql.INFO: [1.44] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '0') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:41.301885+00:00] sql.INFO: [15.07] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:41.306200+00:00] sql.INFO: [1.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:46.675499+00:00] sql.INFO: [8.14] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '404') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:46.681374+00:00] sql.INFO: [4.5] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '404') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:49.549899+00:00] sql.INFO: [14.1] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:49.554894+00:00] sql.INFO: [2.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '0') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:53.077221+00:00] sql.INFO: [55.52] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:53.080866+00:00] sql.INFO: [1.49] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '1') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:56.794524+00:00] sql.INFO: [8.76] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:56.799155+00:00] sql.INFO: [2.51] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:24:58.980471+00:00] sql.INFO: [5] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:24:58.982697+00:00] sql.INFO: [1.29] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:25:03.527973+00:00] sql.INFO: [8.39] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:25:03.533152+00:00] sql.INFO: [2.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`status` = '') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:26:13.708584+00:00] sql.INFO: [9.77] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:26:13.718880+00:00] sql.INFO: [1.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:27:00.157389+00:00] sql.INFO: [11.5] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:27:00.170016+00:00] sql.INFO: [2.18] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `category`.`name` like '%政策%' and `article`.`author` = '刘佳伟') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:27:32.565812+00:00] sql.INFO: [10.27] 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-10-29T09:27:32.570833+00:00] sql.INFO: [2.3] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:27:52.861929+00:00] sql.INFO: [7.26] 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-10-29T09:27:52.865368+00:00] sql.INFO: [1.32] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:27:58.082385+00:00] sql.INFO: [6.64] 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-10-29T09:27:58.086077+00:00] sql.INFO: [1.52] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
-[2024-10-29T09:28:55.645367+00:00] sql.INFO: [12.89] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:28:55.653581+00:00] sql.INFO: [1.47] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
-[2024-10-29T09:29:02.340079+00:00] sql.INFO: [6.03] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
-[2024-10-29T09:29:02.347505+00:00] sql.INFO: [2.27] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%刘佳伟%' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.