rkljw 4 месяцев назад
Родитель
Сommit
2f4c0a54c4
100 измененных файлов с 3191 добавлено и 2600 удалено
  1. 22 0
      .env
  2. 0 2
      .gitignore
  3. 0 106
      app/JsonRpc/CollectorService.php
  4. 0 29
      app/JsonRpc/CollectorServiceInterface.php
  5. 91 0
      app/JsonRpc/NewsService.php
  6. 10 0
      app/JsonRpc/NewsServiceInterface.php
  7. 0 28
      app/Model/OldModel/Article.php
  8. 186 185
      composer.lock
  9. 1 0
      runtime/container/aspects.cache
  10. 0 0
      runtime/container/classes.cache
  11. 32 0
      runtime/container/proxy/App_Controller_AbstractController.proxy.php
  12. 31 0
      runtime/container/proxy/App_Controller_IndexController.proxy.php
  13. 0 0
      runtime/container/scan.cache
  14. 1920 0
      runtime/logs/hyperf.log
  15. 22 28
      vendor/composer/autoload_classmap.php
  16. 22 28
      vendor/composer/autoload_static.php
  17. 193 203
      vendor/composer/installed.json
  18. 268 268
      vendor/composer/installed.php
  19. 1 9
      vendor/composer/pcre/README.md
  20. 4 12
      vendor/composer/pcre/composer.json
  21. 0 22
      vendor/composer/pcre/extension.neon
  22. 0 142
      vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php
  23. 0 70
      vendor/composer/pcre/src/PHPStan/PregMatchFlags.php
  24. 0 65
      vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php
  25. 0 105
      vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php
  26. 0 91
      vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php
  27. 0 112
      vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php
  28. 0 2
      vendor/composer/pcre/src/Regex.php
  29. 0 15
      vendor/composer/semver/CHANGELOG.md
  30. 2 2
      vendor/composer/semver/composer.json
  31. 11 0
      vendor/composer/semver/phpstan-baseline.neon
  32. 1 1
      vendor/composer/semver/src/CompilingMatcher.php
  33. 0 5
      vendor/composer/semver/src/VersionParser.php
  34. 1 8
      vendor/doctrine/annotations/README.md
  35. 1 1
      vendor/doctrine/annotations/UPGRADE.md
  36. 3 3
      vendor/doctrine/annotations/composer.json
  37. 1 8
      vendor/doctrine/annotations/docs/en/index.rst
  38. 3 10
      vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
  39. 3 3
      vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
  40. 3 5
      vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
  41. 2 3
      vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php
  42. 15 0
      vendor/doctrine/annotations/psalm.xml
  43. 0 5
      vendor/fidry/cpu-core-counter/.envrc
  44. 10 34
      vendor/fidry/cpu-core-counter/README.md
  45. 0 179
      vendor/fidry/cpu-core-counter/src/CpuCoreCounter.php
  46. 2 4
      vendor/fidry/cpu-core-counter/src/Finder/CpuInfoFinder.php
  47. 0 69
      vendor/fidry/cpu-core-counter/src/Finder/EnvVariableFinder.php
  48. 2 5
      vendor/fidry/cpu-core-counter/src/Finder/NProcFinder.php
  49. 4 7
      vendor/fidry/cpu-core-counter/src/Finder/ProcOpenBasedFinder.php
  50. 0 87
      vendor/fidry/cpu-core-counter/src/ParallelisationResult.php
  51. 0 122
      vendor/friendsofphp/php-cs-fixer/CHANGELOG.md
  52. 7 14
      vendor/friendsofphp/php-cs-fixer/composer.json
  53. 10 12
      vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php
  54. 90 1
      vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php
  55. 0 14
      vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php
  56. 3 3
      vendor/friendsofphp/php-cs-fixer/src/Cache/Cache.php
  57. 3 3
      vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandler.php
  58. 1 1
      vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidFixerConfigurationException.php
  59. 7 7
      vendor/friendsofphp/php-cs-fixer/src/Console/Application.php
  60. 20 28
      vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php
  61. 8 8
      vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php
  62. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListSetsCommand.php
  63. 7 7
      vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php
  64. 2 2
      vendor/friendsofphp/php-cs-fixer/src/Console/Command/WorkerCommand.php
  65. 16 16
      vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php
  66. 9 9
      vendor/friendsofphp/php-cs-fixer/src/Console/Output/ErrorOutput.php
  67. 4 4
      vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/DotsOutput.php
  68. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputFactory.php
  69. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JunitReporter.php
  70. 3 3
      vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterFactory.php
  71. 4 4
      vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/TextReporter.php
  72. 3 3
      vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterFactory.php
  73. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/TextReporter.php
  74. 2 2
      vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClient.php
  75. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Console/WarningsDetector.php
  76. 3 3
      vendor/friendsofphp/php-cs-fixer/src/Differ/DiffConsoleFormatter.php
  77. 4 7
      vendor/friendsofphp/php-cs-fixer/src/DocBlock/Annotation.php
  78. 6 22
      vendor/friendsofphp/php-cs-fixer/src/DocBlock/TypeExpression.php
  79. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/DocLexer.php
  80. 2 2
      vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Tokens.php
  81. 5 5
      vendor/friendsofphp/php-cs-fixer/src/Documentation/FixerDocumentGenerator.php
  82. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Documentation/RuleSetDocumentationGenerator.php
  83. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Error/SourceExceptionFactory.php
  84. 1 1
      vendor/friendsofphp/php-cs-fixer/src/FileReader.php
  85. 0 48
      vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractPhpUnitFixer.php
  86. 1 1
      vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractShortOperatorFixer.php
  87. 18 33
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php
  88. 7 18
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoMixedEchoPrintFixer.php
  89. 15 15
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/RandomApiMigrationFixer.php
  90. 0 1
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/SetTypeToCastFixer.php
  91. 7 18
      vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ArraySyntaxFixer.php
  92. 0 13
      vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php
  93. 2 6
      vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php
  94. 0 13
      vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php
  95. 0 13
      vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/AttributeEmptyParenthesesFixer.php
  96. 1 16
      vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/OrderedAttributesFixer.php
  97. 3 25
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php
  98. 34 61
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesPositionFixer.php
  99. 7 33
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/CurlyBracesPositionFixer.php
  100. 1 14
      vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NoTrailingCommaInSinglelineFixer.php

+ 22 - 0
.env

@@ -0,0 +1,22 @@
+APP_NAME=news_producer
+APP_ENV=dev
+HOST = http://101.254.114.211:13306/
+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
+
+AMQP_HOST=103.105.201.2
+AMQP_PORT=5673
+AMQP_USER=rabbitmq
+AMQP_PASSWORD=H8eDTAk6LY7EjJ8y

+ 0 - 2
.gitignore

@@ -14,8 +14,6 @@ bin-release/
 *.apk
 runtime
 runtime/*
-vendor
-vendor/
 # 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.

+ 0 - 106
app/JsonRpc/CollectorService.php

@@ -1,106 +0,0 @@
-<?php
-namespace App\JsonRpc;
-
-use App\Model\OldModel\Article as OldArticle;
-use App\Model\Article;
-use App\Model\Web;
-use Hyperf\DbConnection\Db;
-use Hyperf\RpcServer\Annotation\RpcService;
-use App\Tools\Result;
-
-
-#[RpcService(name: "CollectorService", protocol: "jsonrpc-http", server: "jsonrpc-http")]
-class CollectorService implements CollectorServiceInterface
-{
-    /**
-     * 添加网站
-     * @param array $data
-     * @return array|mixed
-     */
-    public function addWeb(array $data): array
-    {
-        $where = [
-            'name' => $data['name']
-        ];
-        $isweb = Web::where($where)->first();
-        if(empty($isweb)){
-            date_default_timezone_set('Asia/Shanghai');
-            $time = time();
-            $catetime = date('Y-m-d H:i:s', $time);
-            $data['created_at'] = $catetime;
-            $web = Web::insert($data);
-            
-        }else{
-            return Result::error('此网站已存在,不可重复添加!');
-        }
-        if(empty($web)){
-            return Result::error('添加失败');
-        }
-        return Result::success('添加成功');
-    }
-    /**
-     * 获取并搜索网站
-     * @param array $data
-     * @return array|mixed
-     */
-    public function getWeb(array $data): array
-    {
-        
-        if(isset($data['keyWord'])){
-            $where = [
-                ['name','like','%'.$data['keyWord'].'%']
-            ];
-            $webss = Web::where($where)->first();
-            if(empty($webss)){
-                return Result::error('未查找到相关网站!');
-            }
-        }else{
-            $web = Web::get();
-        }
-        
-        if(empty($web)){
-            return Result::error('您还未添加网站,请先去添加!');
-            
-        }
-        
-        return Result::success($web);
-    }
-    /**
-     * 修改网站
-     * @param array $data
-     * @return array|mixed
-     */
-    public function upWeb(array $data): array
-    {
-        $web = Web::where('id',$data['id'])->first();
-        if(empty($web)){
-            return Result::error('请输入正确的网站id!');
-            
-        }else{
-            $id = Web::where('id',$data['id'])->update($data);
-            if(empty($id)){
-                return Result::error('无法修改!');
-            }
-        }
-        return Result::success($id);
-    }
-    /**
-     * 删除网站
-     * @param array $data
-     * @return array|mixed
-     */
-    public function delWeb(array $data): array
-    {
-        $web = Web::where('id',$data['id'])->first();
-        if(empty($web)){
-            return Result::error('请输入正确的网站id!');
-            
-        }else{
-            $id = Web::where('id',$data['id'])->delete();
-            if(empty($id)){
-                return Result::error('无法删除!');
-            }
-        }
-        return Result::success($id);
-    }
-}

+ 0 - 29
app/JsonRpc/CollectorServiceInterface.php

@@ -1,29 +0,0 @@
-<?php
-namespace App\JsonRpc;
-interface CollectorServiceInterface
-{
-    
-    /**
-     * @param array $data
-     *  @return array
-    */
-    public function addWeb(array $data):array;
-    /**
-     * @param array $data
-     *  @return array
-    */
-    public function getWeb(array $data):array;
-     /**
-     * @param array $data
-     *  @return array
-    */
-    public function upWeb(array $data):array;
-    /**
-     * @param array $data
-     *  @return array
-    */
-    public function delWeb(array $data):array;
-
-}
-
-

+ 91 - 0
app/JsonRpc/NewsService.php

@@ -4,6 +4,7 @@ namespace App\JsonRpc;
 use App\Model\Article;
 use App\Model\ArticleData;
 use App\Model\Category;
+use App\Model\WebsiteCategory;
 use Hyperf\DbConnection\Db;
 use Hyperf\RpcServer\Annotation\RpcService;
 use App\Tools\Result;
@@ -278,4 +279,94 @@ class NewsService implements NewsServiceInterface
             return Result::error("查询失败",0);
         }
     }
+    /**
+     *  获取新闻
+     * @param array $data
+     * @return array
+    */
+    public function getWebsiteArticlett(array $data): array   
+    {
+    
+       $category = WebsiteCategory::where('website_id',$data['website_id'])->select('category_id')->get();
+       $category = $category->toArray();
+       $result= [];
+       if($category){
+            $category_ids = [];
+            foreach($category as $val){
+                array_push($category_ids,$val['category_id']);
+            }
+            if(isset($data['placeid'])){
+                $placeid=$data['placeid']-1;
+                $result=Article::where('status',1)->where('level',$data['level'])->whereIn("catid",$category_ids)->orderBy("created_at","desc")->offset($placeid)->limit($data['pageSize'])->get();
+            }else{
+                $result=Article::where('status',1)->where('level',$data['level'])->whereIn("catid",$category_ids)->orderBy("created_at","desc")->offset(0)->limit($data['pageSize'])->get();
+            }
+            if(empty($result)){
+                return Result::error("暂无头条新闻",0);
+            }            
+            return Result::success($result); 
+        }else{
+            return Result::error("本网站下暂无相关栏目",0);
+        }
+    }
+    /**
+     * 获取模块新闻
+     * @param array $data
+     * @return array
+    */
+   
+    public function getWebsiteModelArticles(array $data): array    
+    {
+        $catid=$data['catid'];
+        $category = WebsiteCategory::where('website_id',$data['website_id'])->where('category_id',$catid)->select('category_id')->get();
+        $category = $category->toArray();
+        if(!empty($category)){
+            $where=[
+                'status' => 1,
+                'catid' => $catid
+            ];
+            if($data['level']==1){
+                $level=[
+                    0=>'1',
+                    1=>'4',
+                    2=>'5'
+                ];
+                $result = Article::where($where)->whereIn('level',$level)->orderBy("created_at","desc")->limit($data['pagesize'])->get();
+            }elseif($data['level']==2){
+                $level='2';
+                $result = Article::where($where)->where('level',$level)->orderBy("created_at","desc")->limit($data['pagesize'])->get();
+
+            }else{
+                $level='3';
+                $result = Article::where($where)->where('level',$level)->orderBy("created_at","desc")->limit($data['pagesize'])->get();
+            }
+            $result= $result->toArray();
+            if(!empty($result) && isset($data['placeid']) && !empty($data['placeid'])){
+                $placeid=$data['placeid']-1;
+                if($level==2 || $level==3){
+                    $where =[
+                        'level' => $level
+                    ];
+                    $result = Article::where($where)
+                    ->orderBy("created_at","desc")
+                    ->offset($placeid)
+                    ->limit($data['pagesize'])->get();
+                }else{
+                    $result = Article::where($where)
+                    ->whereIn('level',$level)
+                    ->offset($placeid)
+                    ->orderBy("created_at","desc")
+                    ->limit($data['pagesize'])->get();
+                } 
+            }
+            if(empty($result)){
+                return Result::error("此栏目暂无相关新闻",0);
+            }
+        }else{
+            return Result::error("此网站暂无此栏目",0);
+        
+        }
+        return Result::success($result);  
+        
+    }
 }

+ 10 - 0
app/JsonRpc/NewsServiceInterface.php

@@ -74,5 +74,15 @@ interface NewsServiceInterface
      * @return array
      */
     public function upArticleStatus(array $data):array;
+    /**
+     * @param array $data
+     * @return array
+     */
+    public function getWebsiteArticlett(array $data):array;
+    /**
+     * @param array $data
+     * @return array
+     */
+    public function getWebsiteModelArticles(array $data):array;
 
 }

+ 0 - 28
app/Model/OldModel/Article.php

@@ -1,28 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace App\Model\OldModel;
-
-use Hyperf\DbConnection\Model\Model;
-
-/**
- */
-class Article extends Model
-{
-    /**
-     * The table associated with the model.
-     */
-    protected ?string $table = 'article';
-    protected ?string $connection = 'secondary';
-
-    /**
-     * The attributes that are mass assignable.
-     */
-    protected array $fillable = [];
-
-    /**
-     * The attributes that should be cast to native types.
-     */
-    protected array $casts = [];
-}

Разница между файлами не показана из-за своего большого размера
+ 186 - 185
composer.lock


+ 1 - 0
runtime/container/aspects.cache

@@ -0,0 +1 @@
+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


+ 32 - 0
runtime/container/proxy/App_Controller_AbstractController.proxy.php

@@ -0,0 +1,32 @@
+<?php
+
+declare (strict_types=1);
+/**
+ * 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
+ */
+namespace App\Controller;
+
+use Hyperf\Di\Annotation\Inject;
+use Hyperf\HttpServer\Contract\RequestInterface;
+use Hyperf\HttpServer\Contract\ResponseInterface;
+use Psr\Container\ContainerInterface;
+abstract class AbstractController
+{
+    use \Hyperf\Di\Aop\ProxyTrait;
+    use \Hyperf\Di\Aop\PropertyHandlerTrait;
+    function __construct()
+    {
+        $this->__handlePropertyHandler(__CLASS__);
+    }
+    #[Inject]
+    protected ContainerInterface $container;
+    #[Inject]
+    protected RequestInterface $request;
+    #[Inject]
+    protected ResponseInterface $response;
+}

+ 31 - 0
runtime/container/proxy/App_Controller_IndexController.proxy.php

@@ -0,0 +1,31 @@
+<?php
+
+declare (strict_types=1);
+/**
+ * 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
+ */
+namespace App\Controller;
+
+class IndexController extends AbstractController
+{
+    use \Hyperf\Di\Aop\ProxyTrait;
+    use \Hyperf\Di\Aop\PropertyHandlerTrait;
+    function __construct()
+    {
+        if (method_exists(parent::class, '__construct')) {
+            parent::__construct(...func_get_args());
+        }
+        $this->__handlePropertyHandler(__CLASS__);
+    }
+    public function index()
+    {
+        $user = $this->request->input('user', 'Hyperf');
+        $method = $this->request->getMethod();
+        return ['method' => $method, 'message' => "Hello {$user}."];
+    }
+}

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
runtime/container/scan.cache


+ 1920 - 0
runtime/logs/hyperf.log

@@ -0,0 +1,1920 @@
+[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') [] []
+[2024-10-29T09:39:11.661687+00:00] sql.INFO: [13.46] 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:39:11.673337+00:00] sql.INFO: [1.59] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-29T09:39:11.692313+00:00] sql.INFO: [8.62] 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:39:11.696252+00:00] sql.INFO: [1.56] 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:39:15.846649+00:00] sql.INFO: [4.73] 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:39:15.849241+00:00] sql.INFO: [1.41] 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:39:17.599638+00:00] sql.INFO: [16.97] 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:39:17.605614+00:00] sql.INFO: [2.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:39:20.280648+00:00] sql.INFO: [16.42] 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:39:20.284206+00:00] sql.INFO: [1.43] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:09:06.623377+00:00] sql.INFO: [11.73] 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-30T00:09:06.626861+00:00] sql.INFO: [1.33] select count(*) as aggregate from `category` [] []
+[2024-10-30T00:09:30.625978+00:00] sql.INFO: [15.51] 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-30T00:09:30.631583+00:00] sql.INFO: [3.51] select count(*) as aggregate from `category` [] []
+[2024-10-30T00:09:35.747428+00:00] sql.INFO: [20.29] 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-30T00:09:35.751857+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-10-30T00:09:40.744498+00:00] sql.INFO: [12.17] 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-30T00:09:40.748500+00:00] sql.INFO: [1.52] select count(*) as aggregate from `category` [] []
+[2024-10-30T00:09:43.127078+00:00] sql.INFO: [15.89] 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-30T00:09:43.139747+00:00] sql.INFO: [4] select count(*) as aggregate from `category` [] []
+[2024-10-30T00:09:50.321264+00:00] sql.INFO: [9.7] 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` where (`category`.`name` like '%权重预告排序越靠前%') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-10-30T00:09:50.325079+00:00] sql.INFO: [2.65] select count(*) as aggregate from `category` where (`category`.`name` like '%权重预告排序越靠前%') [] []
+[2024-10-30T00:10:05.338668+00:00] sql.INFO: [12.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-30T00:10:05.342081+00:00] sql.INFO: [1.44] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:10:17.686753+00:00] sql.INFO: [2.57] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:10:17.693984+00:00] sql.INFO: [8.38] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '27') limit 1 [] []
+[2024-10-30T00:10:17.735638+00:00] sql.INFO: [1.99] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:10:27.040940+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` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-10-30T00:10:27.045229+00:00] sql.INFO: [1.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:10:32.542411+00:00] sql.INFO: [33.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 10 [] []
+[2024-10-30T00:10:32.549458+00:00] sql.INFO: [2.45] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:10:36.647997+00:00] sql.INFO: [2.3] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:10:36.665963+00:00] sql.INFO: [18.54] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '7') limit 1 [] []
+[2024-10-30T00:10:36.692234+00:00] sql.INFO: [1.97] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:10:36.704681+00:00] sql.INFO: [1.75] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:10:36.716417+00:00] sql.INFO: [1.71] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:10:36.732958+00:00] sql.INFO: [1.6] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:10:36.740724+00:00] sql.INFO: [1.55] select * from `category` where (`pid` = '7') [] []
+[2024-10-30T00:10:36.776397+00:00] sql.INFO: [2.49] select * from `category` where (`pid` = '8') [] []
+[2024-10-30T00:10:36.799406+00:00] sql.INFO: [2.02] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:10:36.830159+00:00] sql.INFO: [2.22] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:10:47.432151+00:00] sql.INFO: [27.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 0 [] []
+[2024-10-30T00:10:47.435691+00:00] sql.INFO: [1.54] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:11:25.880476+00:00] sql.INFO: [4.58] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:11:25.902344+00:00] sql.INFO: [28.26] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '27') limit 1 [] []
+[2024-10-30T00:11:25.926521+00:00] sql.INFO: [2.02] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:12:41.273803+00:00] sql.INFO: [29.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-10-30T00:12:41.278227+00:00] sql.INFO: [2.36] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:12:45.581283+00:00] sql.INFO: [24.81] 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 10 [] []
+[2024-10-30T00:12:45.585490+00:00] sql.INFO: [1.28] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:12:54.101680+00:00] sql.INFO: [4.06] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:12:54.108562+00:00] sql.INFO: [10.91] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '7') limit 1 [] []
+[2024-10-30T00:12:54.141440+00:00] sql.INFO: [2] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:12:54.153456+00:00] sql.INFO: [1.61] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:12:54.164255+00:00] sql.INFO: [1.73] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:12:54.194092+00:00] sql.INFO: [1.74] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:12:54.205888+00:00] sql.INFO: [1.6] select * from `category` where (`pid` = '7') [] []
+[2024-10-30T00:12:54.264767+00:00] sql.INFO: [1.72] select * from `category` where (`pid` = '8') [] []
+[2024-10-30T00:12:54.303127+00:00] sql.INFO: [1.92] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:12:54.335225+00:00] sql.INFO: [3.25] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:13:55.144706+00:00] sql.INFO: [13.25] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:13:55.147359+00:00] sql.INFO: [8.64] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '7') limit 1 [] []
+[2024-10-30T00:13:55.193861+00:00] sql.INFO: [3.91] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:13:55.210035+00:00] sql.INFO: [1.78] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:13:55.221220+00:00] sql.INFO: [1.55] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:13:55.271170+00:00] sql.INFO: [3.69] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:13:55.280873+00:00] sql.INFO: [1.88] select * from `category` where (`pid` = '7') [] []
+[2024-10-30T00:13:55.389145+00:00] sql.INFO: [4.35] select * from `category` where (`pid` = '8') [] []
+[2024-10-30T00:13:55.414083+00:00] sql.INFO: [1.93] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:13:55.454015+00:00] sql.INFO: [1.84] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:16:48.599232+00:00] sql.INFO: [16.1] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:16:48.601634+00:00] sql.INFO: [18.46] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '7') limit 1 [] []
+[2024-10-30T00:16:48.686207+00:00] sql.INFO: [2.03] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:16:48.699417+00:00] sql.INFO: [1.75] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:16:48.716567+00:00] sql.INFO: [1.73] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:16:48.748125+00:00] sql.INFO: [1.77] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:16:48.758689+00:00] sql.INFO: [1.58] select * from `category` where (`pid` = '7') [] []
+[2024-10-30T00:16:48.843899+00:00] sql.INFO: [1.84] select * from `category` where (`pid` = '8') [] []
+[2024-10-30T00:16:48.890927+00:00] sql.INFO: [4.15] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:16:48.935566+00:00] sql.INFO: [4.08] select * from `category` where (`pid` = '5') [] []
+[2024-10-30T00:16:56.728313+00:00] sql.INFO: [18.71] 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-30T00:16:56.734373+00:00] sql.INFO: [2.66] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:16:59.315396+00:00] sql.INFO: [2.59] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:16:59.315884+00:00] sql.INFO: [3.11] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '26') limit 1 [] []
+[2024-10-30T00:16:59.352598+00:00] sql.INFO: [1.92] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:17:03.350997+00:00] sql.INFO: [15.24] 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-30T00:17:03.356078+00:00] sql.INFO: [2.29] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:17:05.891220+00:00] sql.INFO: [4.57] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:18:24.597322+00:00] sql.INFO: [13.43] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:18:44.786522+00:00] sql.INFO: [5.8] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:19:27.686182+00:00] sql.INFO: [9.71] 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', 'www.baidu.com', '[2]', '0', '', '', '', 'admin', '0', '0', '', '', '0', '2', '172.17.0.1', '73') [] []
+[2024-10-30T00:19:27.700794+00:00] sql.INFO: [8.53] insert into `article_data` (`article_id`, `content`) values ('28', '') [] []
+[2024-10-30T00:19:28.364036+00:00] sql.INFO: [16.4] 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-30T00:19:28.369095+00:00] sql.INFO: [2.45] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:19:39.720622+00:00] sql.INFO: [5.14] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:19:39.739805+00:00] sql.INFO: [21.56] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '28') limit 1 [] []
+[2024-10-30T00:19:39.798839+00:00] sql.INFO: [4.73] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:19:52.993409+00:00] sql.INFO: [14.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-30T00:19:52.999461+00:00] sql.INFO: [2.4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:20:34.759367+00:00] sql.INFO: [3.63] update `article` set `status` = '404', `article`.`updated_at` = '2024-10-30 00:20:34' where (`id` = '28') [] []
+[2024-10-30T00:20:34.795103+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-30T00:20:34.802122+00:00] sql.INFO: [2.75] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:20:39.831932+00:00] sql.INFO: [11.46] 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-30T00:20:39.835801+00:00] sql.INFO: [1.89] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:20:41.948349+00:00] sql.INFO: [2.84] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:16.801924+00:00] sql.INFO: [4.49] 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', 'https://www.baidu.com/liujiawei/news', '[1]', '0', '', '', '', 'admin', '0', '0', '', '', '0', '1', '172.17.0.1', '73') [] []
+[2024-10-30T00:21:16.805417+00:00] sql.INFO: [2.86] insert into `article_data` (`article_id`, `content`) values ('29', '') [] []
+[2024-10-30T00:21:17.432229+00:00] sql.INFO: [12.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-30T00:21:17.437067+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-30T00:21:28.767505+00:00] sql.INFO: [2.9] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:28.783050+00:00] sql.INFO: [16.24] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '29') limit 1 [] []
+[2024-10-30T00:21:28.814073+00:00] sql.INFO: [1.87] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:34.492910+00:00] sql.INFO: [6.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-10-30T00:21:34.497178+00:00] sql.INFO: [1.93] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:21:37.245485+00:00] sql.INFO: [2.52] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:37.245752+00:00] sql.INFO: [2.84] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '27') limit 1 [] []
+[2024-10-30T00:21:37.269215+00:00] sql.INFO: [2.41] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:39.400639+00:00] sql.INFO: [8.62] 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-30T00:21:39.404302+00:00] sql.INFO: [1.63] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T00:21:43.069998+00:00] sql.INFO: [2.31] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:43.070347+00:00] sql.INFO: [2.8] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '26') limit 1 [] []
+[2024-10-30T00:21:43.106693+00:00] sql.INFO: [2.26] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T00:21:46.485783+00:00] sql.INFO: [5.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 0 [] []
+[2024-10-30T00:21:46.489422+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-30T01:15:56.540664+00:00] sql.INFO: [10.48] 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-30T01:15:56.543897+00:00] sql.INFO: [1.21] select count(*) as aggregate from `category` [] []
+[2024-10-30T01:16:04.804836+00:00] sql.INFO: [23.68] 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-30T01:16:04.808532+00:00] sql.INFO: [1.58] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T01:16:44.123312+00:00] sql.INFO: [7.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-10-30T01:16:44.129030+00:00] sql.INFO: [2.84] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T01:18:36.885507+00:00] sql.INFO: [10.37] 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-30T01:18:36.888559+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-30T01:19:46.243684+00:00] sql.INFO: [27.71] 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-30T01:19:46.249561+00:00] sql.INFO: [2.39] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T01:19:48.010593+00:00] sql.INFO: [3.25] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '29') limit 1 [] []
+[2024-10-30T01:19:48.014129+00:00] sql.INFO: [6.59] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:19:48.036435+00:00] sql.INFO: [2.22] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:19:59.460281+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-30T01:19:59.465441+00:00] sql.INFO: [2.3] select count(*) as aggregate from `category` [] []
+[2024-10-30T01:20:00.378143+00:00] sql.INFO: [2.25] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-10-30T01:20:00.378646+00:00] sql.INFO: [2.33] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:20:00.412073+00:00] sql.INFO: [1.96] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:20:20.172112+00:00] sql.INFO: [3.79] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-10-30T01:20:20.219895+00:00] sql.INFO: [2.77] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:20:36.088016+00:00] sql.INFO: [10.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-30T01:20:36.091375+00:00] sql.INFO: [1.14] select count(*) as aggregate from `category` [] []
+[2024-10-30T01:20:36.985340+00:00] sql.INFO: [2.87] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:20:36.985366+00:00] sql.INFO: [2.91] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-10-30T01:20:37.021038+00:00] sql.INFO: [1.91] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T01:20:53.227956+00:00] sql.INFO: [14.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-10-30T01:20:53.233127+00:00] sql.INFO: [2.16] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T02:03:14.517994+00:00] sql.INFO: [15.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-30T02:03:14.521979+00:00] sql.INFO: [1.85] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T02:03:16.800688+00:00] sql.INFO: [4.69] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:03:19.247539+00:00] sql.INFO: [7.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-30T02:03:19.251659+00:00] sql.INFO: [1.94] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T02:03:21.706459+00:00] sql.INFO: [3.7] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:03:21.719412+00:00] sql.INFO: [8.12] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '29') limit 1 [] []
+[2024-10-30T02:03:21.749370+00:00] sql.INFO: [2] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:03:31.965266+00:00] sql.INFO: [9.34] 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-30T02:03:31.968361+00:00] sql.INFO: [1.21] select count(*) as aggregate from `category` [] []
+[2024-10-30T02:03:32.811390+00:00] sql.INFO: [9.84] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:03:32.812365+00:00] sql.INFO: [10.62] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-10-30T02:03:32.859927+00:00] sql.INFO: [3.9] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:03:46.295787+00:00] sql.INFO: [9.23] 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-30T02:03:46.299782+00:00] sql.INFO: [1.67] select count(*) as aggregate from `category` [] []
+[2024-10-30T02:03:47.906768+00:00] sql.INFO: [2.24] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:03:51.071423+00:00] sql.INFO: [5.32] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-10-30T02:03:51.117650+00:00] sql.INFO: [5.62] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:04:08.277769+00:00] sql.INFO: [13.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-10-30T02:04:08.289160+00:00] sql.INFO: [4.1] select count(*) as aggregate from `category` [] []
+[2024-10-30T02:04:11.878246+00:00] sql.INFO: [25.38] 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-30T02:04:11.881937+00:00] sql.INFO: [1.6] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T02:04:14.026476+00:00] sql.INFO: [3.81] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T02:04:14.026656+00:00] sql.INFO: [4.15] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '29') limit 1 [] []
+[2024-10-30T02:04:14.055489+00:00] sql.INFO: [2.93] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:04:30.011437+00:00] sql.INFO: [69.69] 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-30T08:04:30.085753+00:00] sql.INFO: [3] select count(*) as aggregate from `category` [] []
+[2024-10-30T08:04:30.986432+00:00] sql.INFO: [6.62] 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-30T08:04:30.989136+00:00] sql.INFO: [1.13] select count(*) as aggregate from `category` [] []
+[2024-10-30T08:04:34.245121+00:00] sql.INFO: [8.88] 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-30T08:04:34.247803+00:00] sql.INFO: [1.11] select count(*) as aggregate from `category` [] []
+[2024-10-30T08:04:38.010678+00:00] sql.INFO: [14.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-30T08:04:38.016795+00:00] sql.INFO: [2.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T08:04:41.532337+00:00] sql.INFO: [9.47] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:08:31.684099+00:00] sql.INFO: [8.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 0 [] []
+[2024-10-30T08:08:31.686957+00:00] sql.INFO: [1.19] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T08:08:33.927357+00:00] sql.INFO: [3.03] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:09:25.597280+00:00] sql.INFO: [2.17] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:18:46.444019+00:00] sql.INFO: [5.82] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:18:55.064754+00:00] sql.INFO: [2.2] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:20:19.800601+00:00] sql.INFO: [6.68] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:22:03.377799+00:00] sql.INFO: [5.55] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:23:10.110741+00:00] sql.INFO: [6.99] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:23:25.155999+00:00] sql.INFO: [2.51] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:23:54.619233+00:00] sql.INFO: [2.93] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:24:35.192576+00:00] sql.INFO: [2.12] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:28:57.970029+00:00] sql.INFO: [6.09] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:29:00.184413+00:00] sql.INFO: [2.32] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:29:05.557334+00:00] sql.INFO: [2.15] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:29:43.362933+00:00] sql.INFO: [1.99] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:30:59.002242+00:00] sql.INFO: [5] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:31:26.081902+00:00] sql.INFO: [2.12] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:31:40.446276+00:00] sql.INFO: [2.37] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:36:41.337775+00:00] sql.INFO: [6.09] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:37:11.668571+00:00] sql.INFO: [2.07] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T08:54:05.817942+00:00] sql.INFO: [8.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-10-30T08:54:05.820844+00:00] sql.INFO: [1.2] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T09:46:02.710284+00:00] sql.INFO: [10.4] 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-30T09:46:02.713597+00:00] sql.INFO: [1.55] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T09:46:04.410685+00:00] sql.INFO: [2.26] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T09:46:47.797355+00:00] sql.INFO: [8.7] 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 ('测试数据001', '1', 'http://www.baidu.com', '[1]', '0', '', '', '', '刘德华', '0', '0', '', '', '0', '1', '172.17.0.1', '73') [] []
+[2024-10-30T09:46:47.819657+00:00] sql.INFO: [15.16] insert into `article_data` (`article_id`, `content`) values ('30', '') [] []
+[2024-10-30T09:46:48.421640+00:00] sql.INFO: [7.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-30T09:46:48.424746+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-30T09:55:04.747527+00:00] sql.INFO: [11.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-10-30T09:55:04.750289+00:00] sql.INFO: [1.15] select count(*) as aggregate from `category` [] []
+[2024-10-30T09:55:18.078258+00:00] sql.INFO: [2.09] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T09:55:51.200188+00:00] sql.INFO: [2.1] insert into `category` (`name`, `is_url`, `web_url`, `department_arr_id`, `city_arr_id`, `sort`, `seo_title`, `seo_keywords`, `seo_description`, `pid_arr`, `pid`, `city_id`, `department_id`) values ('测试数据', '0', '', '[712]', '[33]', '0', '错了', '错了', '错了', '[1]', '1', '33', '712') [] []
+[2024-10-30T09:55:51.239594+00:00] sql.INFO: [7.03] 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-30T09:55:51.242877+00:00] sql.INFO: [1.35] select count(*) as aggregate from `category` [] []
+[2024-10-30T09:56:15.177315+00:00] sql.INFO: [8.54] 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-30T09:56:15.180340+00:00] sql.INFO: [1.39] select count(*) as aggregate from `category` [] []
+[2024-10-30T09:56:20.502888+00:00] sql.INFO: [7.65] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T09:56:41.524417+00:00] sql.INFO: [6.95] 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-30T09:56:41.527769+00:00] sql.INFO: [1.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-30T09:58:40.374273+00:00] sql.INFO: [7.6] 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-30T09:58:40.377462+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-30T09:58:43.273998+00:00] sql.INFO: [5.78] select * from `category` where (`pid` = '0') [] []
+[2024-10-30T09:58:43.291714+00:00] sql.INFO: [27.73] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-10-30T09:58:43.311241+00:00] sql.INFO: [1.83] select * from `category` where (`pid` = '0') [] []
+[2024-10-31T01:41:25.280240+00:00] sql.INFO: [10.76] 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-31T01:41:25.284428+00:00] sql.INFO: [2.16] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T01:42:12.436649+00:00] sql.INFO: [37.04] 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-31T01:42:12.439883+00:00] sql.INFO: [1.28] select count(*) as aggregate from `category` [] []
+[2024-10-31T02:04:39.448793+00:00] sql.INFO: [21.95] 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-31T02:04:39.454950+00:00] sql.INFO: [2.78] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T02:05:23.611204+00:00] sql.INFO: [15.91] 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-31T02:05:23.618120+00:00] sql.INFO: [3.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T02:07:46.875719+00:00] sql.INFO: [9.35] 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-31T02:07:46.878923+00:00] sql.INFO: [1.58] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T02:36:20.534980+00:00] sql.INFO: [9.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-10-31T02:36:20.538596+00:00] sql.INFO: [1.71] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T02:37:00.215704+00:00] sql.INFO: [5.63] 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-31T02:37:00.218909+00:00] sql.INFO: [1.46] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T02:37:27.717990+00:00] sql.INFO: [26.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 0 [] []
+[2024-10-31T02:37:27.721662+00:00] sql.INFO: [1.93] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T03:09:48.631926+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-10-31T03:09:48.635316+00:00] sql.INFO: [1.66] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T05:25:11.459005+00:00] sql.INFO: [8.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 0 [] []
+[2024-10-31T05:25:11.462370+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-31T05:25:22.939790+00:00] sql.INFO: [7.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-10-31T05:25:22.945322+00:00] sql.INFO: [2.96] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:22:01.926960+00:00] sql.INFO: [9.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-31T06:22:01.930705+00:00] sql.INFO: [1.89] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:30:31.851994+00:00] sql.INFO: [9.58] 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-31T06:30:31.854577+00:00] sql.INFO: [1.07] select count(*) as aggregate from `category` [] []
+[2024-10-31T06:33:37.068796+00:00] sql.INFO: [12.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-31T06:33:37.073312+00:00] sql.INFO: [2.18] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:39:24.974311+00:00] sql.INFO: [16.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 0 [] []
+[2024-10-31T06:39:24.978303+00:00] sql.INFO: [1.79] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:41:53.543744+00:00] sql.INFO: [16.67] 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-31T06:41:53.547435+00:00] sql.INFO: [1.79] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:43:24.093659+00:00] sql.INFO: [13.1] 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-31T06:43:24.097175+00:00] sql.INFO: [1.86] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:43:39.122779+00:00] sql.INFO: [8.44] 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-31T06:43:39.127155+00:00] sql.INFO: [2.13] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:43:59.024080+00:00] sql.INFO: [14.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-10-31T06:43:59.029019+00:00] sql.INFO: [2.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:43:59.660937+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-10-31T06:43:59.664587+00:00] sql.INFO: [1.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:47:00.128964+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-10-31T06:47:00.132297+00:00] sql.INFO: [1.59] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:58:58.244150+00:00] sql.INFO: [23.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 0 [] []
+[2024-10-31T06:58:58.250960+00:00] sql.INFO: [2.98] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T06:59:05.173647+00:00] sql.INFO: [17.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-10-31T06:59:05.180960+00:00] sql.INFO: [3.25] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-10-31T08:10:53.213228+00:00] sql.INFO: [9.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-10-31T08:10:53.217138+00:00] sql.INFO: [1.96] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T01:59:50.118855+00:00] sql.INFO: [12.63] 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-01T01:59:50.122627+00:00] sql.INFO: [1.88] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T01:59:54.371792+00:00] sql.INFO: [29.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-01T01:59:54.379024+00:00] sql.INFO: [3.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:07:59.204201+00:00] sql.INFO: [10.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-01T02:07:59.208848+00:00] sql.INFO: [2.47] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:08:09.649901+00:00] sql.INFO: [11.55] 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-01T02:08:09.655924+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-01T02:08:20.093440+00:00] sql.INFO: [14.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-01T02:08:20.099435+00:00] sql.INFO: [2.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:10:15.245137+00:00] sql.INFO: [8.46] 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-01T02:10:15.248516+00:00] sql.INFO: [1.66] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:37:06.496842+00:00] sql.INFO: [10.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-11-01T02:37:06.500547+00:00] sql.INFO: [1.84] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:37:57.993189+00:00] sql.INFO: [6.35] 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-01T02:37:57.996893+00:00] sql.INFO: [1.99] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:39:08.074016+00:00] sql.INFO: [11.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-01T02:39:08.078679+00:00] sql.INFO: [2.8] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:39:08.552325+00:00] sql.INFO: [19.83] 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-01T02:39:08.556277+00:00] sql.INFO: [1.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:39:36.647883+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-01T02:39:36.652155+00:00] sql.INFO: [2.4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:39:37.034712+00:00] sql.INFO: [7.1] 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-01T02:39:37.038229+00:00] sql.INFO: [1.75] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:40:27.674752+00:00] sql.INFO: [7.62] 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-01T02:40:27.678523+00:00] sql.INFO: [2.02] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:40:28.240047+00:00] sql.INFO: [7.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-01T02:40:28.243398+00:00] sql.INFO: [1.7] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:45:09.352640+00:00] sql.INFO: [10] 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-01T02:45:09.357010+00:00] sql.INFO: [2.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:45:11.491895+00:00] sql.INFO: [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-01T02:45:11.497779+00:00] sql.INFO: [2.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:45:22.615809+00:00] sql.INFO: [6.78] 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-01T02:45:22.619551+00:00] sql.INFO: [1.85] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:45:23.716084+00:00] sql.INFO: [16.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-01T02:45:23.722718+00:00] sql.INFO: [2.91] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:46:16.938291+00:00] sql.INFO: [7.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-11-01T02:46:16.941846+00:00] sql.INFO: [1.73] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:46:17.527933+00:00] sql.INFO: [11.05] 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-01T02:46:17.533936+00:00] sql.INFO: [2.39] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:47:12.714962+00:00] sql.INFO: [6.59] 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-01T02:47:12.718324+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-01T02:47:13.665489+00:00] sql.INFO: [28.3] 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-01T02:47:13.669855+00:00] sql.INFO: [2.1] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:47:41.520956+00:00] sql.INFO: [7.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-11-01T02:47:41.524620+00:00] sql.INFO: [1.81] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T02:47:42.557532+00:00] sql.INFO: [11.81] 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-01T02:47:42.563814+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-01T02:59:43.041223+00:00] sql.INFO: [11.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-01T02:59:43.045042+00:00] sql.INFO: [1.89] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T03:00:08.033511+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-01T03:00:08.041006+00:00] sql.INFO: [3.65] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T05:04:53.185194+00:00] sql.INFO: [15.63] 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-01T05:04:53.189402+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-11-01T05:25:12.924799+00:00] sql.INFO: [7.07] select * from `category` where (`pid` = '0') [] []
+[2024-11-01T06:27:52.998251+00:00] sql.INFO: [15.37] 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-01T06:27:53.003941+00:00] sql.INFO: [2.51] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T06:36:46.698793+00:00] sql.INFO: [14.12] 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-01T06:36:46.701605+00:00] sql.INFO: [1.2] select count(*) as aggregate from `category` [] []
+[2024-11-01T06:36:57.188299+00:00] sql.INFO: [4.99] 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-01T06:36:57.191656+00:00] sql.INFO: [1.54] select count(*) as aggregate from `category` [] []
+[2024-11-01T06:37:04.597146+00:00] sql.INFO: [11.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-11-01T06:37:04.601742+00:00] sql.INFO: [2.17] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T06:47:05.041751+00:00] sql.INFO: [23.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-11-01T06:47:05.047336+00:00] sql.INFO: [2.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T06:47:07.053996+00:00] sql.INFO: [2.11] select * from `category` where (`pid` = '0') [] []
+[2024-11-01T06:47:18.883712+00:00] sql.INFO: [72.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-01T06:47:18.890272+00:00] sql.INFO: [3.94] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T08:34:11.506979+00:00] sql.INFO: [14.65] 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-01T08:34:11.519172+00:00] sql.INFO: [1.21] select count(*) as aggregate from `category` [] []
+[2024-11-01T08:34:19.035142+00:00] sql.INFO: [7.67] 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-01T08:34:19.038388+00:00] sql.INFO: [1.4] select count(*) as aggregate from `category` [] []
+[2024-11-01T08:34:20.071364+00:00] sql.INFO: [15.9] 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-01T08:34:20.080211+00:00] sql.INFO: [3.07] select count(*) as aggregate from `category` [] []
+[2024-11-01T08:34:20.316481+00:00] sql.INFO: [13.28] 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-01T08:34:20.323334+00:00] sql.INFO: [2.75] select count(*) as aggregate from `category` [] []
+[2024-11-01T08:34:23.376419+00:00] sql.INFO: [9.95] 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-01T08:34:23.379970+00:00] sql.INFO: [1.39] select count(*) as aggregate from `category` [] []
+[2024-11-01T08:34:35.486980+00:00] sql.INFO: [6.89] 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-01T08:34:35.491383+00:00] sql.INFO: [2.13] select count(*) as aggregate from `category` [] []
+[2024-11-01T08:35:01.896311+00:00] sql.INFO: [5.71] 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-01T08:35:01.899937+00:00] sql.INFO: [1.6] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T08:40:18.810875+00:00] sql.INFO: [11.76] 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-01T08:40:18.815705+00:00] sql.INFO: [2.43] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-01T08:57:28.716449+00:00] sql.INFO: [10.4] 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-01T08:57:28.720377+00:00] sql.INFO: [2.25] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T05:08:37.310319+00:00] sql.INFO: [30.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 0 [] []
+[2024-11-04T05:08:37.342494+00:00] sql.INFO: [4.72] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T05:21:51.059525+00:00] sql.INFO: [50.55] 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-04T05:21:51.063373+00:00] sql.INFO: [1.66] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:22:02.819644+00:00] sql.INFO: [6.47] 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-04T05:22:02.822879+00:00] sql.INFO: [1.53] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:27:01.244002+00:00] sql.INFO: [18.83] 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-04T05:27:01.247862+00:00] sql.INFO: [2] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:27:41.901932+00:00] sql.INFO: [5.38] 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` where (`category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 10 [] []
+[2024-11-04T05:27:41.904261+00:00] sql.INFO: [1.97] select count(*) as aggregate from `category` where (`category`.`city_id` = '33') [] []
+[2024-11-04T05:27:52.394932+00:00] sql.INFO: [8.58] 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-04T05:27:52.400720+00:00] sql.INFO: [3.62] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:27:58.961669+00:00] sql.INFO: [15.36] 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 20 [] []
+[2024-11-04T05:27:58.965190+00:00] sql.INFO: [1.76] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:28:06.234439+00:00] sql.INFO: [8.52] 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-04T05:28:06.238590+00:00] sql.INFO: [2.18] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:28:07.723599+00:00] sql.INFO: [11.45] 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 10 [] []
+[2024-11-04T05:28:07.727082+00:00] sql.INFO: [1.75] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:28:11.321712+00:00] sql.INFO: [8.93] 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-04T05:28:11.325561+00:00] sql.INFO: [2.04] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:28:13.987729+00:00] sql.INFO: [11.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 10 [] []
+[2024-11-04T05:28:13.991051+00:00] sql.INFO: [1.65] select count(*) as aggregate from `category` [] []
+[2024-11-04T05:28:43.432113+00:00] sql.INFO: [8.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-04T05:28:43.437198+00:00] sql.INFO: [2.97] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T05:28:47.675059+00:00] sql.INFO: [3.07] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T05:28:47.682529+00:00] sql.INFO: [9.38] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-04T05:28:47.734593+00:00] sql.INFO: [3.74] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T05:28:57.957134+00:00] sql.INFO: [6.82] 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-04T05:28:57.961699+00:00] sql.INFO: [2.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T05:29:13.465577+00:00] sql.INFO: [4.11] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '536') limit 1 [] []
+[2024-11-04T05:29:13.465847+00:00] sql.INFO: [4.03] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T05:29:13.511008+00:00] sql.INFO: [3.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T05:29:23.627522+00:00] sql.INFO: [4.72] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '536') limit 1 [] []
+[2024-11-04T05:29:23.627853+00:00] sql.INFO: [5.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T05:29:23.697204+00:00] sql.INFO: [3.47] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T09:23:04.754267+00:00] sql.INFO: [18.31] 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-04T09:23:04.759749+00:00] sql.INFO: [2.78] select count(*) as aggregate from `category` [] []
+[2024-11-04T09:23:06.851462+00:00] sql.INFO: [3.34] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-04T09:23:06.861520+00:00] sql.INFO: [11.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T09:23:06.923607+00:00] sql.INFO: [3.59] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T09:23:19.722889+00:00] sql.INFO: [4.15] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-04T09:23:19.890275+00:00] sql.INFO: [6.3] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T09:23:20.049430+00:00] sql.INFO: [3.84] select * from `category` where (`pid` = '2') [] []
+[2024-11-04T09:23:33.005711+00:00] sql.INFO: [7.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-04T09:23:33.011356+00:00] sql.INFO: [3.41] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T09:23:37.188978+00:00] sql.INFO: [4.55] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T09:23:37.189286+00:00] sql.INFO: [4.25] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '536') limit 1 [] []
+[2024-11-04T09:23:37.233541+00:00] sql.INFO: [3.9] select * from `category` where (`pid` = '0') [] []
+[2024-11-04T09:23:51.253008+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-11-04T09:23:51.257784+00:00] sql.INFO: [2.95] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:09.937773+00:00] sql.INFO: [9.95] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:09.942312+00:00] sql.INFO: [2.51] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:11.235781+00:00] sql.INFO: [8.28] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:11.240389+00:00] sql.INFO: [2.66] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:11.777937+00:00] sql.INFO: [14.73] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:11.784295+00:00] sql.INFO: [3.5] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:12.246372+00:00] sql.INFO: [18.84] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:12.252462+00:00] sql.INFO: [3.4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:15.801386+00:00] sql.INFO: [7.94] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:15.805764+00:00] sql.INFO: [2.43] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:16.419342+00:00] sql.INFO: [8.1] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:16.423803+00:00] sql.INFO: [2.34] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:16.857093+00:00] sql.INFO: [13.18] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:16.862330+00:00] sql.INFO: [3.01] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:27.013967+00:00] sql.INFO: [102.63] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:27.017932+00:00] sql.INFO: [3.43] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:33.333504+00:00] sql.INFO: [7.9] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:33.338393+00:00] sql.INFO: [2.8] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:35.518656+00:00] sql.INFO: [4.39] update `article` set `id` = '540', `status` = '1', `article`.`updated_at` = '2024-11-04 09:24:35' where (`id` = '540') [] []
+[2024-11-04T09:24:37.431868+00:00] sql.INFO: [10.37] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:37.436671+00:00] sql.INFO: [2.88] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:24:43.502057+00:00] sql.INFO: [4.2] update `article` set `id` = '539', `status` = '1', `article`.`updated_at` = '2024-11-04 09:24:43' where (`id` = '539') [] []
+[2024-11-04T09:24:44.979437+00:00] sql.INFO: [9.11] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-04T09:24:44.985852+00:00] sql.INFO: [3.7] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`title` like '%测试数%' and `article`.`islink` = '1' and `article`.`status` = '0') and `article`.`status` not in ('404') [] []
+[2024-11-04T09:28:25.727704+00:00] sql.INFO: [9.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 0 [] []
+[2024-11-04T09:28:25.731417+00:00] sql.INFO: [1.84] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T09:41:29.914366+00:00] sql.INFO: [21.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-04T09:41:29.919820+00:00] sql.INFO: [3.58] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-04T09:41:32.000138+00:00] sql.INFO: [4.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:22:27.420488+00:00] sql.INFO: [15.19] 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-05T00:22:27.424539+00:00] sql.INFO: [2.08] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:22:36.862673+00:00] sql.INFO: [13.6] 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-05T00:22:36.867375+00:00] sql.INFO: [2.65] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:22:39.953750+00:00] sql.INFO: [3.92] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T00:22:39.963560+00:00] sql.INFO: [10.08] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:22:40.012340+00:00] sql.INFO: [5.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:22:45.450477+00:00] sql.INFO: [9.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-05T00:22:45.455453+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-11-05T00:22:50.862777+00:00] sql.INFO: [9.42] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:22:54.137014+00:00] sql.INFO: [7.14] 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-05T00:22:54.142085+00:00] sql.INFO: [2.88] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:23:01.394141+00:00] sql.INFO: [7.07] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:01.418246+00:00] sql.INFO: [31.41] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '539') limit 1 [] []
+[2024-11-05T00:23:01.451645+00:00] sql.INFO: [6.66] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:03.540346+00:00] sql.INFO: [13.95] 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-05T00:23:03.547754+00:00] sql.INFO: [3.91] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:23:07.098383+00:00] sql.INFO: [10.26] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:07.101623+00:00] sql.INFO: [9.63] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:23:07.130737+00:00] sql.INFO: [5.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:15.269046+00:00] sql.INFO: [3.46] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:15.270032+00:00] sql.INFO: [3.64] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:23:15.322894+00:00] sql.INFO: [4.86] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:36.407508+00:00] sql.INFO: [5.32] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:23:36.408246+00:00] sql.INFO: [6.1] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:23:36.464449+00:00] sql.INFO: [6.49] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:25:05.782577+00:00] sql.INFO: [18.95] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:25:05.783019+00:00] sql.INFO: [15.27] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:25:05.832368+00:00] sql.INFO: [8.35] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:03.283149+00:00] sql.INFO: [9.37] 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-05T00:26:03.288893+00:00] sql.INFO: [3.18] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:05.828715+00:00] sql.INFO: [16.76] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '539') limit 1 [] []
+[2024-11-05T00:26:05.836157+00:00] sql.INFO: [23.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:05.920703+00:00] sql.INFO: [15.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:07.887886+00:00] sql.INFO: [7.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-11-05T00:26:07.893631+00:00] sql.INFO: [2.97] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:10.334024+00:00] sql.INFO: [10.81] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:10.347901+00:00] sql.INFO: [10.72] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-05T00:26:10.404603+00:00] sql.INFO: [8.12] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:12.190253+00:00] sql.INFO: [9.95] 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-05T00:26:12.196521+00:00] sql.INFO: [3.6] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:17.354870+00:00] sql.INFO: [41.72] 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 20 [] []
+[2024-11-05T00:26:17.361033+00:00] sql.INFO: [3.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:18.319578+00:00] sql.INFO: [37.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 30 [] []
+[2024-11-05T00:26:18.325960+00:00] sql.INFO: [3.99] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:22.260120+00:00] sql.INFO: [28.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-05T00:26:22.273190+00:00] sql.INFO: [6.36] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:23.406225+00:00] sql.INFO: [74.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 50 [] []
+[2024-11-05T00:26:23.412415+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-05T00:26:23.898069+00:00] sql.INFO: [45.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 70 [] []
+[2024-11-05T00:26:23.902840+00:00] sql.INFO: [2.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:24.752470+00:00] sql.INFO: [78] 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 90 [] []
+[2024-11-05T00:26:24.762122+00:00] sql.INFO: [5.27] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:25.231113+00:00] sql.INFO: [44.02] 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 110 [] []
+[2024-11-05T00:26:25.237554+00:00] sql.INFO: [3.65] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:25.434548+00:00] sql.INFO: [84.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 130 [] []
+[2024-11-05T00:26:25.439293+00:00] sql.INFO: [2.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:25.643485+00:00] sql.INFO: [98.18] 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 150 [] []
+[2024-11-05T00:26:25.649446+00:00] sql.INFO: [4.16] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:25.755171+00:00] sql.INFO: [67.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 170 [] []
+[2024-11-05T00:26:25.761357+00:00] sql.INFO: [3.47] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:25.931281+00:00] sql.INFO: [83.66] 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 190 [] []
+[2024-11-05T00:26:25.937274+00:00] sql.INFO: [3.42] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:26.144192+00:00] sql.INFO: [122.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 210 [] []
+[2024-11-05T00:26:26.150055+00:00] sql.INFO: [3.43] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:26.317949+00:00] sql.INFO: [122.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 230 [] []
+[2024-11-05T00:26:26.324199+00:00] sql.INFO: [3.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:26.543826+00:00] sql.INFO: [158.58] 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 250 [] []
+[2024-11-05T00:26:26.550328+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-05T00:26:26.693187+00:00] sql.INFO: [122.06] 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 270 [] []
+[2024-11-05T00:26:26.700034+00:00] sql.INFO: [4.44] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:42.622634+00:00] sql.INFO: [964.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 530 [] []
+[2024-11-05T00:26:42.627379+00:00] sql.INFO: [3.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:26:47.753877+00:00] sql.INFO: [11.26] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:47.780336+00:00] sql.INFO: [38.34] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '8') limit 1 [] []
+[2024-11-05T00:26:47.838188+00:00] sql.INFO: [11.68] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:47.871243+00:00] sql.INFO: [6.11] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:47.883409+00:00] sql.INFO: [2.8] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T00:26:47.919539+00:00] sql.INFO: [9.05] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T00:26:47.928419+00:00] sql.INFO: [5.39] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:26:47.983900+00:00] sql.INFO: [11.69] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T00:26:59.769010+00:00] sql.INFO: [10.72] 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-05T00:26:59.774916+00:00] sql.INFO: [4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:27:03.017614+00:00] sql.INFO: [201.29] 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-05T00:27:03.022263+00:00] sql.INFO: [3.9] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:27:04.199264+00:00] sql.INFO: [208.02] 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-05T00:27:04.205137+00:00] sql.INFO: [3.63] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:27:10.695823+00:00] sql.INFO: [5.83] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '10') limit 1 [] []
+[2024-11-05T00:27:10.696487+00:00] sql.INFO: [5.99] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:27:10.741430+00:00] sql.INFO: [6.99] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:27:10.764873+00:00] sql.INFO: [5.53] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:27:10.782730+00:00] sql.INFO: [3.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:27:10.791888+00:00] sql.INFO: [2.67] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T00:27:10.817217+00:00] sql.INFO: [5.7] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T00:27:14.631524+00:00] sql.INFO: [21.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-11-05T00:27:14.639147+00:00] sql.INFO: [4.34] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:27:28.798498+00:00] sql.INFO: [131.94] 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-11-05T00:27:28.870176+00:00] sql.INFO: [69.49] 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-11-05T00:27:31.396748+00:00] sql.INFO: [110.04] 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 10 [] []
+[2024-11-05T00:27:31.467440+00:00] sql.INFO: [68.14] 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-11-05T00:27:32.158275+00:00] sql.INFO: [148.28] 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-11-05T00:27:32.229902+00:00] sql.INFO: [68.68] 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-11-05T00:27:43.019218+00:00] sql.INFO: [8.05] 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-05T00:27:43.025303+00:00] sql.INFO: [3.57] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:27:48.867385+00:00] sql.INFO: [30.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-05T00:27:48.884839+00:00] sql.INFO: [8.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:29:02.611625+00:00] sql.INFO: [17.96] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:29:02.617046+00:00] sql.INFO: [23.33] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:29:02.648331+00:00] sql.INFO: [5.57] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:29:09.726969+00:00] sql.INFO: [2.82] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T00:29:56.253942+00:00] sql.INFO: [7.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 0 [] []
+[2024-11-05T00:29:56.259401+00:00] sql.INFO: [2.97] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:30:36.064660+00:00] sql.INFO: [7.9] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:30:36.078914+00:00] sql.INFO: [19.61] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:30:36.124408+00:00] sql.INFO: [7.33] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:30:44.444271+00:00] sql.INFO: [20.42] 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-05T00:30:44.455661+00:00] sql.INFO: [4.89] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:30:46.500127+00:00] sql.INFO: [10.91] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:30:46.502333+00:00] sql.INFO: [13.91] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:30:46.532109+00:00] sql.INFO: [4.72] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:30:50.458776+00:00] sql.INFO: [16.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-05T00:30:50.466315+00:00] sql.INFO: [3.59] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:30:53.522226+00:00] sql.INFO: [14.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:30:53.522289+00:00] sql.INFO: [14.34] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:30:53.552650+00:00] sql.INFO: [4.27] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:31:16.917513+00:00] sql.INFO: [14.02] 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-05T00:31:16.921317+00:00] sql.INFO: [1.92] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:31:30.052879+00:00] sql.INFO: [10.47] 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-05T00:31:30.056187+00:00] sql.INFO: [1.4] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:38:30.235764+00:00] sql.INFO: [17.72] 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-05T00:38:30.240732+00:00] sql.INFO: [2.99] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:38:36.150653+00:00] sql.INFO: [11.38] 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-05T00:38:36.154960+00:00] sql.INFO: [2.56] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:41:01.113654+00:00] sql.INFO: [23.21] 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-05T00:41:01.117735+00:00] sql.INFO: [2.07] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:41:40.187273+00:00] sql.INFO: [8.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-05T00:41:40.192011+00:00] sql.INFO: [2.69] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:41:46.507932+00:00] sql.INFO: [13.21] 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-05T00:41:46.513651+00:00] sql.INFO: [3.33] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:42:15.093373+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-11-05T00:42:15.103312+00:00] sql.INFO: [4.21] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:42:22.580548+00:00] sql.INFO: [12.27] 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-05T00:42:22.585347+00:00] sql.INFO: [2.49] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:42:24.783886+00:00] sql.INFO: [2.92] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:29.704827+00:00] sql.INFO: [4.71] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T00:42:29.749576+00:00] sql.INFO: [3.6] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:33.653280+00:00] sql.INFO: [4.22] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T00:42:33.699790+00:00] sql.INFO: [3.18] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:33.759729+00:00] sql.INFO: [3.06] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T00:42:41.023080+00:00] sql.INFO: [3.68] select * from `category` where (`id` = '43') limit 1 [] []
+[2024-11-05T00:42:41.076570+00:00] sql.INFO: [6.09] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:45.061202+00:00] sql.INFO: [10.24] select * from `category` where (`id` = '2') limit 1 [] []
+[2024-11-05T00:42:45.106254+00:00] sql.INFO: [5.9] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:51.612006+00:00] sql.INFO: [3.6] select * from `category` where (`id` = '7') limit 1 [] []
+[2024-11-05T00:42:51.667016+00:00] sql.INFO: [8.29] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:51.704418+00:00] sql.INFO: [2.63] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T00:42:55.857616+00:00] sql.INFO: [4.6] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T00:42:55.903911+00:00] sql.INFO: [6.79] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:42:55.943344+00:00] sql.INFO: [2.45] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T00:43:25.277299+00:00] sql.INFO: [21.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-05T00:43:25.286202+00:00] sql.INFO: [4.29] select count(*) as aggregate from `category` [] []
+[2024-11-05T00:43:30.753382+00:00] sql.INFO: [16.29] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T00:43:30.772106+00:00] sql.INFO: [34.19] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:43:30.801818+00:00] sql.INFO: [2.68] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:44:17.398094+00:00] sql.INFO: [19.58] 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-05T00:44:17.404920+00:00] sql.INFO: [3.91] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T00:44:20.448074+00:00] sql.INFO: [7.4] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:44:20.449083+00:00] sql.INFO: [7.77] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T00:44:20.480834+00:00] sql.INFO: [6.18] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T00:44:22.358159+00:00] sql.INFO: [7.1] 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-05T00:44:22.362873+00:00] sql.INFO: [2.7] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T02:46:17.296816+00:00] sql.INFO: [15.39] 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-05T02:46:17.300849+00:00] sql.INFO: [2.13] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:48:47.584082+00:00] sql.INFO: [23.1] 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-05T02:48:47.588571+00:00] sql.INFO: [2.52] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:51:46.030231+00:00] sql.INFO: [42.13] 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-05T02:51:46.039113+00:00] sql.INFO: [2.66] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:51:49.729331+00:00] sql.INFO: [10.9] 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` where (`category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:51:49.733736+00:00] sql.INFO: [2.67] select count(*) as aggregate from `category` where (`category`.`city_id` = '33') [] []
+[2024-11-05T02:51:53.838135+00:00] sql.INFO: [10.02] 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` where (`category`.`department_id` = '712') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:51:53.845012+00:00] sql.INFO: [4.67] select count(*) as aggregate from `category` where (`category`.`department_id` = '712') [] []
+[2024-11-05T02:52:08.344123+00:00] sql.INFO: [12.33] 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-05T02:52:08.348153+00:00] sql.INFO: [1.97] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:52:27.168688+00:00] sql.INFO: [13.49] 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-05T02:52:27.173246+00:00] sql.INFO: [1.94] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:52:36.384381+00:00] sql.INFO: [6.32] 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` where (`category`.`name` like '%权重预告排序越靠前%') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:52:36.391075+00:00] sql.INFO: [5.32] select count(*) as aggregate from `category` where (`category`.`name` like '%权重预告排序越靠前%') [] []
+[2024-11-05T02:52:37.873502+00:00] sql.INFO: [13.02] 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-05T02:52:37.880094+00:00] sql.INFO: [2.94] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:52:40.472743+00:00] sql.INFO: [3.16] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:52:43.131255+00:00] sql.INFO: [7.86] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T02:52:43.184270+00:00] sql.INFO: [10.41] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:52:47.662091+00:00] sql.INFO: [10.27] select * from `category` where (`id` = '43') limit 1 [] []
+[2024-11-05T02:52:47.717871+00:00] sql.INFO: [5.79] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:52:53.311420+00:00] sql.INFO: [2.6] select * from `category` where (`id` = '3') limit 1 [] []
+[2024-11-05T02:52:53.358575+00:00] sql.INFO: [3.91] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:52:53.394174+00:00] sql.INFO: [1.82] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T02:54:26.034288+00:00] sql.INFO: [12.47] 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` where (`category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:54:26.039408+00:00] sql.INFO: [4.05] select count(*) as aggregate from `category` where (`category`.`city_id` = '33') [] []
+[2024-11-05T02:54:27.017869+00:00] sql.INFO: [8.93] 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-05T02:54:27.022755+00:00] sql.INFO: [2.59] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:54:43.613641+00:00] sql.INFO: [9.74] 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` where (`category`.`department_id` = '713' and `category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:54:43.621557+00:00] sql.INFO: [6.92] select count(*) as aggregate from `category` where (`category`.`department_id` = '713' and `category`.`city_id` = '33') [] []
+[2024-11-05T02:54:47.750794+00:00] sql.INFO: [23.31] 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-05T02:54:47.759755+00:00] sql.INFO: [4.4] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:55:10.992602+00:00] sql.INFO: [15.24] 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-05T02:55:10.999769+00:00] sql.INFO: [3.01] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:55:16.350466+00:00] sql.INFO: [16.52] 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` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:55:16.362501+00:00] sql.INFO: [9.62] select count(*) as aggregate from `category` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') [] []
+[2024-11-05T02:55:19.076924+00:00] sql.INFO: [16.01] 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` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:55:19.081418+00:00] sql.INFO: [3.57] select count(*) as aggregate from `category` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') [] []
+[2024-11-05T02:55:19.792483+00:00] sql.INFO: [9.84] 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` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:55:19.798445+00:00] sql.INFO: [4.45] select count(*) as aggregate from `category` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') [] []
+[2024-11-05T02:55:20.166104+00:00] sql.INFO: [14.12] 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` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:55:20.172476+00:00] sql.INFO: [4.54] select count(*) as aggregate from `category` where (`category`.`department_id` = '712' and `category`.`city_id` = '33') [] []
+[2024-11-05T02:55:21.783318+00:00] sql.INFO: [17.33] 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-05T02:55:21.792090+00:00] sql.INFO: [4.31] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:55:31.549431+00:00] sql.INFO: [12.12] 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` where (`category`.`city_id` = '3') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:55:31.557775+00:00] sql.INFO: [7.03] select count(*) as aggregate from `category` where (`category`.`city_id` = '3') [] []
+[2024-11-05T02:55:35.001885+00:00] sql.INFO: [11.3] 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` where (`category`.`city_id` = '33') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:55:35.009196+00:00] sql.INFO: [5.48] select count(*) as aggregate from `category` where (`category`.`city_id` = '33') [] []
+[2024-11-05T02:55:37.094908+00:00] sql.INFO: [11.1] 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-05T02:55:37.100400+00:00] sql.INFO: [3.12] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:56:16.752399+00:00] sql.INFO: [27.74] 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-05T02:56:16.756982+00:00] sql.INFO: [2.64] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:56:31.234535+00:00] sql.INFO: [11.75] 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-05T02:56:31.238829+00:00] sql.INFO: [2.25] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:56:35.009579+00:00] sql.INFO: [12.46] 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` where (`category`.`name` like '%权重预告排序越靠前%') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:56:35.020276+00:00] sql.INFO: [8.5] select count(*) as aggregate from `category` where (`category`.`name` like '%权重预告排序越靠前%') [] []
+[2024-11-05T02:56:35.576743+00:00] sql.INFO: [22.22] 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-05T02:56:35.584790+00:00] sql.INFO: [4.17] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:56:38.906146+00:00] sql.INFO: [16.22] 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` where (`category`.`department_id` = '712') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:56:38.915761+00:00] sql.INFO: [6.65] select count(*) as aggregate from `category` where (`category`.`department_id` = '712') [] []
+[2024-11-05T02:56:40.814494+00:00] sql.INFO: [13.38] 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` where (`category`.`department_id` = '712') order by `category`.`sort` desc limit 10 offset 0 [] []
+[2024-11-05T02:56:40.819565+00:00] sql.INFO: [3.84] select count(*) as aggregate from `category` where (`category`.`department_id` = '712') [] []
+[2024-11-05T02:56:41.252140+00:00] sql.INFO: [12.75] 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-05T02:56:41.256819+00:00] sql.INFO: [2.85] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:56:42.029902+00:00] sql.INFO: [11.55] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:56:44.701276+00:00] sql.INFO: [6.43] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T02:56:44.737771+00:00] sql.INFO: [6] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:56:49.101623+00:00] sql.INFO: [12.26] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T02:56:49.167726+00:00] sql.INFO: [10.74] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:56:49.207047+00:00] sql.INFO: [3.89] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T02:56:55.261839+00:00] sql.INFO: [21.13] 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-05T02:56:55.267055+00:00] sql.INFO: [3.22] select count(*) as aggregate from `category` [] []
+[2024-11-05T02:56:58.951078+00:00] sql.INFO: [4.14] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T02:56:58.965155+00:00] sql.INFO: [3.48] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:56:59.031786+00:00] sql.INFO: [5.35] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:57:02.829076+00:00] sql.INFO: [4.62] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:58:47.488407+00:00] sql.INFO: [13.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 0 [] []
+[2024-11-05T02:58:47.493761+00:00] sql.INFO: [3.49] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T02:59:16.818758+00:00] sql.INFO: [17.57] 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-05T02:59:16.827232+00:00] sql.INFO: [4.11] 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-05T02:59:18.582131+00:00] sql.INFO: [9.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-11-05T02:59:18.587195+00:00] sql.INFO: [2.98] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T02:59:22.696800+00:00] sql.INFO: [4.33] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:59:25.235190+00:00] sql.INFO: [6.72] 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-05T02:59:25.240692+00:00] sql.INFO: [2.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T02:59:27.362196+00:00] sql.INFO: [3.15] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T02:59:27.379162+00:00] sql.INFO: [13.78] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T02:59:27.403257+00:00] sql.INFO: [2.79] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T03:04:10.096105+00:00] sql.INFO: [22.56] 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-05T03:04:10.102685+00:00] sql.INFO: [4.52] select count(*) as aggregate from `category` [] []
+[2024-11-05T03:04:20.505009+00:00] sql.INFO: [8.27] select * from `category` where (`pid` = '0' and `category`.`name` like '%三%') [] []
+[2024-11-05T03:04:21.208911+00:00] sql.INFO: [5.66] select * from `category` where (`pid` = '0' and `category`.`name` like '%三农%') [] []
+[2024-11-05T05:12:26.148485+00:00] sql.INFO: [25.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 0 [] []
+[2024-11-05T05:12:26.186978+00:00] sql.INFO: [3.85] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T05:12:31.842435+00:00] sql.INFO: [3.13] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:12:31.850373+00:00] sql.INFO: [13.2] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T05:12:31.899329+00:00] sql.INFO: [3.49] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:15:27.481660+00:00] sql.INFO: [8.36] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:15:27.542108+00:00] sql.INFO: [4.04] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T05:15:27.690241+00:00] sql.INFO: [3.81] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:19:29.977113+00:00] sql.INFO: [16.26] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T05:19:29.977135+00:00] sql.INFO: [18.15] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:19:30.033620+00:00] sql.INFO: [4.62] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:20:12.205663+00:00] sql.INFO: [5.89] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:20:12.207569+00:00] sql.INFO: [5.67] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T05:20:12.298692+00:00] sql.INFO: [4.7] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:25:30.257872+00:00] sql.INFO: [15.2] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:25:30.260652+00:00] sql.INFO: [16.99] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T05:25:30.318049+00:00] sql.INFO: [2.98] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:37:39.254389+00:00] sql.INFO: [19.03] 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-05T05:37:39.259177+00:00] sql.INFO: [2.99] select count(*) as aggregate from `category` [] []
+[2024-11-05T05:37:42.306789+00:00] sql.INFO: [19.28] 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-05T05:37:42.316518+00:00] sql.INFO: [7.18] select count(*) as aggregate from `category` [] []
+[2024-11-05T05:38:59.685894+00:00] sql.INFO: [13.67] 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-05T05:38:59.690077+00:00] sql.INFO: [2.17] select count(*) as aggregate from `category` [] []
+[2024-11-05T05:40:11.695043+00:00] sql.INFO: [15.07] 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-05T05:40:11.699688+00:00] sql.INFO: [2.54] select count(*) as aggregate from `category` [] []
+[2024-11-05T05:40:19.043446+00:00] sql.INFO: [9.82] 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-05T05:40:19.049022+00:00] sql.INFO: [3.44] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T05:57:35.323525+00:00] sql.INFO: [11.95] 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-05T05:57:35.328620+00:00] sql.INFO: [2.71] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T05:57:39.326756+00:00] sql.INFO: [3.7] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:57:39.330957+00:00] sql.INFO: [7.22] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T05:57:39.384936+00:00] sql.INFO: [3.36] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T05:58:08.760566+00:00] sql.INFO: [8.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-05T05:58:08.764817+00:00] sql.INFO: [2.26] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:00:10.119007+00:00] sql.INFO: [12.31] 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-05T06:00:10.123174+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-11-05T06:01:04.319465+00:00] sql.INFO: [15.93] 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-05T06:01:04.323466+00:00] sql.INFO: [1.76] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:01:46.238807+00:00] sql.INFO: [4.94] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:01:46.253063+00:00] sql.INFO: [14.1] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:01:46.284541+00:00] sql.INFO: [4.57] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:02:06.063146+00:00] sql.INFO: [11.35] 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-05T06:02:06.069533+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-05T06:02:07.779070+00:00] sql.INFO: [12.3] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:02:16.566709+00:00] sql.INFO: [25.14] 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-05T06:02:16.579990+00:00] sql.INFO: [6.02] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:02:18.567118+00:00] sql.INFO: [4.11] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:02:18.572281+00:00] sql.INFO: [5.12] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:02:18.613323+00:00] sql.INFO: [3.23] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:02:32.190302+00:00] sql.INFO: [12.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-05T06:02:32.194305+00:00] sql.INFO: [1.91] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:02:34.167568+00:00] sql.INFO: [6.54] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:02:34.168673+00:00] sql.INFO: [7.21] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:02:34.209092+00:00] sql.INFO: [5.48] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:02:37.045041+00:00] sql.INFO: [5.52] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:11:58.630334+00:00] sql.INFO: [20.19] 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-05T06:11:58.635357+00:00] sql.INFO: [2.79] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:11:59.854919+00:00] sql.INFO: [3.8] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:11:59.860943+00:00] sql.INFO: [7.92] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:11:59.899246+00:00] sql.INFO: [5.39] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:16:06.532135+00:00] sql.INFO: [12.83] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:16:06.584658+00:00] sql.INFO: [6.45] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:16:09.183926+00:00] sql.INFO: [14.44] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:16:09.243341+00:00] sql.INFO: [16.38] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:16:31.283895+00:00] sql.INFO: [11.66] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:16:31.365273+00:00] sql.INFO: [11.96] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:16:36.421372+00:00] sql.INFO: [17.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-05T06:16:36.428600+00:00] sql.INFO: [4.7] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:16:56.943719+00:00] sql.INFO: [25.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-11-05T06:16:56.957380+00:00] sql.INFO: [8.14] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:16:58.754123+00:00] sql.INFO: [9.01] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:16:58.762676+00:00] sql.INFO: [15.16] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:16:58.806763+00:00] sql.INFO: [9.37] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:17:24.142334+00:00] sql.INFO: [19.28] 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-05T06:17:24.150165+00:00] sql.INFO: [2.77] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:17:27.456992+00:00] sql.INFO: [9.86] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:17:27.458575+00:00] sql.INFO: [11.29] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:17:27.505927+00:00] sql.INFO: [4.9] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:17:54.510935+00:00] sql.INFO: [15.87] update `category` set `name` = '权重预告排序越靠前', `is_url` = '1', `web_url` = 'www.xinlang.com', `department_arr_id` = '[]', `city_arr_id` = '[]', `sort` = '999', `seo_title` = '新浪', `seo_keywords` = '导航池', `seo_description` = '使用外部链接的导航池', `pid_arr` = '[]', `id` = '50', `pid` = '', `city_id` = '', `department_id` = '', `category`.`updated_at` = '2024-11-05 06:17:54' where (`id` = '50') [] []
+[2024-11-05T06:17:54.561380+00:00] sql.INFO: [18.82] 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-05T06:17:54.569140+00:00] sql.INFO: [3.8] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:17:59.739787+00:00] sql.INFO: [6.72] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:18:09.684649+00:00] sql.INFO: [4.57] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T06:18:09.746956+00:00] sql.INFO: [8.27] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:18:09.803271+00:00] sql.INFO: [3.97] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T06:20:22.070841+00:00] sql.INFO: [19.24] 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-05T06:20:22.074648+00:00] sql.INFO: [1.79] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:20:23.320648+00:00] sql.INFO: [5.38] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:20:25.648181+00:00] sql.INFO: [2.5] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:20:51.699280+00:00] sql.INFO: [25.39] 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-05T06:20:51.714123+00:00] sql.INFO: [5.98] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:20:53.040633+00:00] sql.INFO: [2.42] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:20:53.048573+00:00] sql.INFO: [7.39] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:20:56.144988+00:00] sql.INFO: [10.4] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T06:20:56.203291+00:00] sql.INFO: [8.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:20:56.259172+00:00] sql.INFO: [2.05] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T06:20:59.959409+00:00] sql.INFO: [4.26] select * from `category` where (`id` = '3') limit 1 [] []
+[2024-11-05T06:21:00.016771+00:00] sql.INFO: [4.52] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:21:00.056747+00:00] sql.INFO: [2.3] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:21:04.458720+00:00] sql.INFO: [9.92] select * from `category` where (`id` = '7') limit 1 [] []
+[2024-11-05T06:21:04.507118+00:00] sql.INFO: [2.6] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:21:04.542285+00:00] sql.INFO: [2.02] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T06:21:10.633806+00:00] sql.INFO: [9.45] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T06:21:10.695449+00:00] sql.INFO: [4.28] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:21:10.741567+00:00] sql.INFO: [1.92] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T06:21:14.014301+00:00] sql.INFO: [6.94] select * from `category` where (`id` = '7') limit 1 [] []
+[2024-11-05T06:21:14.062829+00:00] sql.INFO: [8.36] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:21:14.110059+00:00] sql.INFO: [2.07] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T06:21:27.551257+00:00] sql.INFO: [6.45] select * from `category` where (`id` = '7') limit 1 [] []
+[2024-11-05T06:21:27.629070+00:00] sql.INFO: [6.5] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:21:27.676906+00:00] sql.INFO: [1.88] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T06:21:45.464625+00:00] sql.INFO: [47.02] 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 40 [] []
+[2024-11-05T06:21:45.467866+00:00] sql.INFO: [1.38] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:21:48.605556+00:00] sql.INFO: [15.48] 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-05T06:21:48.611574+00:00] sql.INFO: [2.44] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:21:56.632226+00:00] sql.INFO: [18.17] 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-05T06:21:56.642667+00:00] sql.INFO: [5.37] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:21:57.869191+00:00] sql.INFO: [7.38] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:21:57.883934+00:00] sql.INFO: [17.6] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:22:01.991922+00:00] sql.INFO: [11.13] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T06:22:02.043214+00:00] sql.INFO: [7.32] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:22:02.087947+00:00] sql.INFO: [2.05] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T06:22:03.701816+00:00] sql.INFO: [8.78] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:22:08.419579+00:00] sql.INFO: [10.1] select * from `category` where (`id` = '8') limit 1 [] []
+[2024-11-05T06:22:08.470189+00:00] sql.INFO: [2.69] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:22:08.506906+00:00] sql.INFO: [2.29] select * from `category` where (`pid` = '2') [] []
+[2024-11-05T06:22:11.971514+00:00] sql.INFO: [2.86] select * from `category` where (`id` = '41') limit 1 [] []
+[2024-11-05T06:22:12.011701+00:00] sql.INFO: [2] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:22:12.050760+00:00] sql.INFO: [1.98] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:22:13.868673+00:00] sql.INFO: [8.9] select * from `category` where (`id` = '2') limit 1 [] []
+[2024-11-05T06:22:13.922150+00:00] sql.INFO: [8.77] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:22:16.858387+00:00] sql.INFO: [5.42] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:22:31.958852+00:00] sql.INFO: [17.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-05T06:22:31.964545+00:00] sql.INFO: [2.62] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:22:34.381615+00:00] sql.INFO: [1.99] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:22:34.381916+00:00] sql.INFO: [1.89] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:22:34.403577+00:00] sql.INFO: [2.39] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:24:45.606755+00:00] sql.INFO: [28.36] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:24:45.606794+00:00] sql.INFO: [28.3] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:24:45.645671+00:00] sql.INFO: [5.15] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:25:47.812119+00:00] sql.INFO: [19.62] 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-05T06:25:47.817611+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-11-05T06:25:50.153556+00:00] sql.INFO: [4.62] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:25:50.160598+00:00] sql.INFO: [9] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '539') limit 1 [] []
+[2024-11-05T06:25:50.188566+00:00] sql.INFO: [3.05] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:25:52.485275+00:00] sql.INFO: [6.14] 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-05T06:25:52.489698+00:00] sql.INFO: [2.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:25:54.484784+00:00] sql.INFO: [11.64] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:25:54.489861+00:00] sql.INFO: [7.21] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '536') limit 1 [] []
+[2024-11-05T06:25:54.514379+00:00] sql.INFO: [3.61] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:25:56.597556+00:00] sql.INFO: [15.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-05T06:25:56.605218+00:00] sql.INFO: [3.88] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:26:03.790026+00:00] sql.INFO: [7.87] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:26:03.819634+00:00] sql.INFO: [3.79] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:26:05.700118+00:00] sql.INFO: [3.32] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:26:05.747576+00:00] sql.INFO: [3.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:27:38.098925+00:00] sql.INFO: [10.61] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:27:38.105502+00:00] sql.INFO: [12.48] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:27:38.179627+00:00] sql.INFO: [5.13] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:27:52.661828+00:00] sql.INFO: [13.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-05T06:27:52.668747+00:00] sql.INFO: [3.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:28:06.511542+00:00] sql.INFO: [6.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-05T06:28:06.516243+00:00] sql.INFO: [2.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:28:15.736496+00:00] sql.INFO: [4.26] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:28:15.737466+00:00] sql.INFO: [4.93] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:28:15.768001+00:00] sql.INFO: [3.45] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:28:28.652890+00:00] sql.INFO: [3.47] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:28:28.653078+00:00] sql.INFO: [9.46] 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-05T06:28:28.657972+00:00] sql.INFO: [2.95] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:28:28.663029+00:00] sql.INFO: [10.53] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:28:28.736186+00:00] sql.INFO: [3.22] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:28:32.520713+00:00] sql.INFO: [8.01] 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-05T06:28:32.525172+00:00] sql.INFO: [2.28] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:28:35.140117+00:00] sql.INFO: [8.58] 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-05T06:28:35.144386+00:00] sql.INFO: [2.41] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:29:11.652780+00:00] sql.INFO: [11.34] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:11.654232+00:00] sql.INFO: [12.51] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:29:11.700124+00:00] sql.INFO: [7.46] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:27.817589+00:00] sql.INFO: [10] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:29:27.818760+00:00] sql.INFO: [11.18] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:27.852216+00:00] sql.INFO: [5.4] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:27.871891+00:00] sql.INFO: [2.85] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:27.887809+00:00] sql.INFO: [2.78] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:27.898671+00:00] sql.INFO: [2.38] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:29:27.931723+00:00] sql.INFO: [5.39] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:29:50.792334+00:00] sql.INFO: [8.38] 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-05T06:29:50.798354+00:00] sql.INFO: [3.33] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:29:51.809730+00:00] sql.INFO: [4.09] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:51.810088+00:00] sql.INFO: [4.48] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:29:51.859359+00:00] sql.INFO: [9.13] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:29:54.214082+00:00] sql.INFO: [8.83] 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-05T06:29:54.218464+00:00] sql.INFO: [2.31] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:30:07.455563+00:00] sql.INFO: [2.74] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:30:07.460089+00:00] sql.INFO: [4.62] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:30:17.270312+00:00] sql.INFO: [3.21] select * from `category` where (`id` = '7') limit 1 [] []
+[2024-11-05T06:30:17.389362+00:00] sql.INFO: [2.8] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:30:17.509449+00:00] sql.INFO: [5.11] select * from `category` where (`pid` = '5') [] []
+[2024-11-05T06:30:24.672229+00:00] sql.INFO: [9.16] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:30:24.672508+00:00] sql.INFO: [9.8] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:30:24.703236+00:00] sql.INFO: [3.34] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:30:48.186609+00:00] sql.INFO: [9.09] 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-05T06:30:48.192633+00:00] sql.INFO: [3.71] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:30:53.832347+00:00] sql.INFO: [3.33] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:30:53.842216+00:00] sql.INFO: [5.27] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:16.088009+00:00] sql.INFO: [5] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:16.088338+00:00] sql.INFO: [5.32] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T06:31:16.126562+00:00] sql.INFO: [4.89] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:16.142902+00:00] sql.INFO: [2.83] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:16.158058+00:00] sql.INFO: [2.76] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:16.170275+00:00] sql.INFO: [2.02] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:16.210002+00:00] sql.INFO: [6.91] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:19.080768+00:00] sql.INFO: [20.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-05T06:31:19.091529+00:00] sql.INFO: [5.33] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:31:21.191012+00:00] sql.INFO: [6.19] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:21.192723+00:00] sql.INFO: [5.25] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '539') limit 1 [] []
+[2024-11-05T06:31:21.219452+00:00] sql.INFO: [4.21] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:21.236974+00:00] sql.INFO: [3.13] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:21.252467+00:00] sql.INFO: [2.99] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:21.263353+00:00] sql.INFO: [2.47] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:21.286030+00:00] sql.INFO: [4.4] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:23.120717+00:00] sql.INFO: [27.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-05T06:31:23.135320+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-05T06:31:25.081853+00:00] sql.INFO: [12.01] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:25.087963+00:00] sql.INFO: [8.85] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '538') limit 1 [] []
+[2024-11-05T06:31:25.117537+00:00] sql.INFO: [5.91] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:25.138141+00:00] sql.INFO: [3.71] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:25.154355+00:00] sql.INFO: [2.64] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:25.161396+00:00] sql.INFO: [2.37] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:25.185335+00:00] sql.INFO: [3.03] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:27.278189+00:00] sql.INFO: [14.42] 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-05T06:31:27.286476+00:00] sql.INFO: [4.27] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:31:32.362403+00:00] sql.INFO: [10.74] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '531') limit 1 [] []
+[2024-11-05T06:31:32.362423+00:00] sql.INFO: [10.19] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:32.386123+00:00] sql.INFO: [3.46] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:32.401685+00:00] sql.INFO: [2.99] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:32.414875+00:00] sql.INFO: [2.25] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:31:32.427902+00:00] sql.INFO: [2.53] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:32.444282+00:00] sql.INFO: [2.35] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T06:31:34.177223+00:00] sql.INFO: [21.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 0 [] []
+[2024-11-05T06:31:34.183733+00:00] sql.INFO: [3.48] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T06:33:00.207944+00:00] sql.INFO: [15.32] 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-05T06:33:00.213542+00:00] sql.INFO: [3.03] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:56:17.481472+00:00] sql.INFO: [21.58] 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-05T06:56:17.487903+00:00] sql.INFO: [4.09] select count(*) as aggregate from `category` [] []
+[2024-11-05T06:56:24.717892+00:00] sql.INFO: [5.71] select * from `category` where (`id` = '50') limit 1 [] []
+[2024-11-05T06:56:24.725266+00:00] sql.INFO: [4.84] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T06:56:46.054713+00:00] sql.INFO: [4.2] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T08:00:48.627343+00:00] sql.INFO: [16.04] 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-05T08:00:48.630240+00:00] sql.INFO: [1.23] select count(*) as aggregate from `category` [] []
+[2024-11-05T08:01:41.072326+00:00] sql.INFO: [14.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-05T08:01:41.079496+00:00] sql.INFO: [2.93] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:03:30.724471+00:00] sql.INFO: [33.83] 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-05T08:03:30.731218+00:00] sql.INFO: [4.36] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:03:41.100823+00:00] sql.INFO: [5.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T08:03:41.108648+00:00] sql.INFO: [11.34] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '540') limit 1 [] []
+[2024-11-05T08:03:41.161386+00:00] sql.INFO: [7.43] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T08:03:41.179313+00:00] sql.INFO: [3.82] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T08:03:41.193886+00:00] sql.INFO: [3.87] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T08:03:41.204234+00:00] sql.INFO: [2.93] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T08:03:41.230987+00:00] sql.INFO: [5.61] select * from `category` where (`pid` = '1') [] []
+[2024-11-05T08:03:45.345322+00:00] sql.INFO: [13.91] 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-05T08:03:45.352481+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-05T08:03:51.492427+00:00] sql.INFO: [9.09] 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-05T08:03:51.498854+00:00] sql.INFO: [4.14] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:03:52.593260+00:00] sql.INFO: [7.68] 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-05T08:03:52.599462+00:00] sql.INFO: [4.14] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:03:52.812823+00:00] sql.INFO: [53.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-11-05T08:03:52.829022+00:00] sql.INFO: [10.16] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:03:54.334988+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-05T08:03:54.341642+00:00] sql.INFO: [4.27] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:03:55.353585+00:00] sql.INFO: [303.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 530 [] []
+[2024-11-05T08:03:55.358951+00:00] sql.INFO: [4.5] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:04:03.188075+00:00] sql.INFO: [232.59] 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-05T08:04:03.193383+00:00] sql.INFO: [4.39] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:11:57.033667+00:00] sql.INFO: [29.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-11-05T08:11:57.043069+00:00] sql.INFO: [4.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T08:48:18.053759+00:00] sql.INFO: [13.74] 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-05T08:48:18.058450+00:00] sql.INFO: [2.79] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:02:08.614631+00:00] sql.INFO: [21.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-05T09:02:08.629279+00:00] sql.INFO: [4.68] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:31:45.271524+00:00] sql.INFO: [15.97] 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-05T09:31:45.275771+00:00] sql.INFO: [2.45] select count(*) as aggregate from `category` [] []
+[2024-11-05T09:31:52.994316+00:00] sql.INFO: [28.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-11-05T09:31:53.004326+00:00] sql.INFO: [5.57] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:40:34.957115+00:00] sql.INFO: [34.17] 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-05T09:40:34.963466+00:00] sql.INFO: [1.65] select count(*) as aggregate from `category` [] []
+[2024-11-05T09:40:48.289381+00:00] sql.INFO: [15.75] 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-05T09:40:48.294288+00:00] sql.INFO: [2.86] select count(*) as aggregate from `category` [] []
+[2024-11-05T09:42:37.986901+00:00] sql.INFO: [15.02] 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-05T09:42:37.992528+00:00] sql.INFO: [3.37] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:42:50.120175+00:00] sql.INFO: [18.26] 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-05T09:42:50.127856+00:00] sql.INFO: [4.55] select count(*) as aggregate from `category` [] []
+[2024-11-05T09:42:51.397518+00:00] sql.INFO: [5.24] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T09:42:57.838232+00:00] sql.INFO: [27.18] 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-05T09:42:57.850872+00:00] sql.INFO: [7.54] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:43:36.677870+00:00] sql.INFO: [8.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-05T09:43:36.682410+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-05T09:43:41.820561+00:00] sql.INFO: [33.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 50 [] []
+[2024-11-05T09:43:41.826990+00:00] sql.INFO: [4.53] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:43:43.298221+00:00] sql.INFO: [10.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-05T09:43:43.303898+00:00] sql.INFO: [3.31] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:44:29.737062+00:00] sql.INFO: [15.14] 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-05T09:44:29.748489+00:00] sql.INFO: [6.71] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:44:40.280853+00:00] sql.INFO: [32.62] 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-11-05T09:44:40.293928+00:00] sql.INFO: [6.79] 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-11-05T09:44:42.230833+00:00] sql.INFO: [28.21] 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 10 [] []
+[2024-11-05T09:44:42.242902+00:00] sql.INFO: [6.95] 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-11-05T09:44:43.621348+00:00] sql.INFO: [21.42] 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-05T09:44:43.634987+00:00] sql.INFO: [7.62] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:44:47.113784+00:00] sql.INFO: [17.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-05T09:44:47.120608+00:00] sql.INFO: [4.12] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:44:51.308456+00:00] sql.INFO: [9.37] 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-05T09:44:51.315417+00:00] sql.INFO: [4.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:44:54.556093+00:00] sql.INFO: [20.79] 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-05T09:44:54.565339+00:00] sql.INFO: [5.29] 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-05T09:44:58.617459+00:00] sql.INFO: [31.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-05T09:44:58.629524+00:00] sql.INFO: [8.42] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:45:14.972951+00:00] sql.INFO: [19.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-05T09:45:14.984748+00:00] sql.INFO: [7.2] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:45:42.982697+00:00] sql.INFO: [18.52] 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 10 [] []
+[2024-11-05T09:45:42.990733+00:00] sql.INFO: [4.71] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:45:44.905810+00:00] sql.INFO: [17.09] 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-05T09:45:44.912243+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-05T09:46:14.385527+00:00] sql.INFO: [19.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-05T09:46:14.397164+00:00] sql.INFO: [8.65] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:46:17.337898+00:00] sql.INFO: [20.6] 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-05T09:46:17.347745+00:00] sql.INFO: [5.55] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:06.091605+00:00] sql.INFO: [28.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 10 [] []
+[2024-11-05T09:48:06.097849+00:00] sql.INFO: [2.82] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:06.721141+00:00] sql.INFO: [6.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-05T09:48:06.724965+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-05T09:48:07.626829+00:00] sql.INFO: [27.17] 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 10 [] []
+[2024-11-05T09:48:07.633056+00:00] sql.INFO: [2.91] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:08.614837+00:00] sql.INFO: [27.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 20 [] []
+[2024-11-05T09:48:08.620468+00:00] sql.INFO: [2.61] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:09.278444+00:00] sql.INFO: [35.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 10 [] []
+[2024-11-05T09:48:09.288106+00:00] sql.INFO: [4.36] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:09.675487+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-11-05T09:48:09.679312+00:00] sql.INFO: [2] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:20.165091+00:00] sql.INFO: [19.62] 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-05T09:48:20.174283+00:00] sql.INFO: [3.19] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:21.708779+00:00] sql.INFO: [16.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 10 [] []
+[2024-11-05T09:48:21.712750+00:00] sql.INFO: [2.18] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:48:22.872493+00:00] sql.INFO: [12.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-05T09:48:22.878063+00:00] sql.INFO: [2.71] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:16.686829+00:00] sql.INFO: [5.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-11-05T09:49:16.690437+00:00] sql.INFO: [1.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:17.655173+00:00] sql.INFO: [6.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-11-05T09:49:17.659455+00:00] sql.INFO: [2.22] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:18.355651+00:00] sql.INFO: [8.45] 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-05T09:49:18.361101+00:00] sql.INFO: [2.4] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:19.022269+00:00] sql.INFO: [14.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-05T09:49:19.027135+00:00] sql.INFO: [2.39] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:19.433024+00:00] sql.INFO: [7.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 0 [] []
+[2024-11-05T09:49:19.437003+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-05T09:49:38.735485+00:00] sql.INFO: [6.44] 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-05T09:49:38.740822+00:00] sql.INFO: [3.06] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:39.785605+00:00] sql.INFO: [5.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-05T09:49:39.789173+00:00] sql.INFO: [1.81] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:47.347328+00:00] sql.INFO: [18.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 0 [] []
+[2024-11-05T09:49:47.355987+00:00] sql.INFO: [3.77] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:50.823480+00:00] sql.INFO: [28.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 10 [] []
+[2024-11-05T09:49:50.831800+00:00] sql.INFO: [3.43] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:49:53.176471+00:00] sql.INFO: [17.52] 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-05T09:49:53.184839+00:00] sql.INFO: [3.46] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:51:33.085322+00:00] sql.INFO: [10.91] 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-05T09:51:33.088916+00:00] sql.INFO: [1.91] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:51:35.698395+00:00] sql.INFO: [76.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 40 [] []
+[2024-11-05T09:51:35.706353+00:00] sql.INFO: [4.14] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:51:37.044773+00:00] sql.INFO: [23.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-05T09:51:37.053433+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-05T09:52:11.888274+00:00] sql.INFO: [13.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-05T09:52:11.893909+00:00] sql.INFO: [2.96] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:53:42.688994+00:00] sql.INFO: [30.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-11-05T09:53:42.695835+00:00] sql.INFO: [3.67] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:53:49.994823+00:00] sql.INFO: [15.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-05T09:53:50.003174+00:00] sql.INFO: [4.79] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:56:22.041797+00:00] sql.INFO: [10.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-05T09:56:22.046438+00:00] sql.INFO: [2.84] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T09:58:24.073318+00:00] sql.INFO: [25.68] 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-05T09:58:24.080369+00:00] sql.INFO: [4.16] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:34.277940+00:00] sql.INFO: [23.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 10 [] []
+[2024-11-05T10:02:34.285033+00:00] sql.INFO: [4.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:35.432083+00:00] sql.INFO: [27.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-05T10:02:35.437258+00:00] sql.INFO: [3.13] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:35.963813+00:00] sql.INFO: [14.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 10 [] []
+[2024-11-05T10:02:35.971175+00:00] sql.INFO: [5.08] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:36.567276+00:00] sql.INFO: [17.86] 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 20 [] []
+[2024-11-05T10:02:36.572734+00:00] sql.INFO: [3.52] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:37.152140+00:00] sql.INFO: [38.14] 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 30 [] []
+[2024-11-05T10:02:37.162674+00:00] sql.INFO: [7] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:38.159745+00:00] sql.INFO: [9.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-11-05T10:02:38.167026+00:00] sql.INFO: [5.26] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:49.960997+00:00] sql.INFO: [13.62] 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-05T10:02:49.971139+00:00] sql.INFO: [6.32] select count(*) as aggregate from `category` [] []
+[2024-11-05T10:02:51.509046+00:00] sql.INFO: [9.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-11-05T10:02:51.516329+00:00] sql.INFO: [4.69] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:02:53.763314+00:00] sql.INFO: [11.91] 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-05T10:02:53.769591+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-05T10:03:02.098777+00:00] sql.INFO: [5.1] select * from `category` where (`pid` = '0') [] []
+[2024-11-05T10:03:09.014189+00:00] sql.INFO: [16.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-05T10:03:09.022352+00:00] sql.INFO: [5.29] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:17.145645+00:00] sql.INFO: [9.68] 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-05T10:03:17.152547+00:00] sql.INFO: [4.41] 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-05T10:03:21.316624+00:00] sql.INFO: [9.05] 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-05T10:03:21.324432+00:00] sql.INFO: [4.95] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:22.472541+00:00] sql.INFO: [31] 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-05T10:03:22.490707+00:00] sql.INFO: [11.85] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:22.598598+00:00] sql.INFO: [14.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-05T10:03:22.606276+00:00] sql.INFO: [4.56] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:25.335957+00:00] sql.INFO: [11.49] 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-05T10:03:25.343510+00:00] sql.INFO: [5.12] 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-05T10:03:29.217886+00:00] sql.INFO: [18.78] 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-05T10:03:29.229832+00:00] sql.INFO: [7.92] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:33.172780+00:00] sql.INFO: [9.64] 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-11-05T10:03:33.179300+00:00] sql.INFO: [4.06] 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-11-05T10:03:40.016585+00:00] sql.INFO: [12.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-05T10:03:40.023798+00:00] sql.INFO: [4.79] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:55.869496+00:00] sql.INFO: [117.13] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-05T10:03:55.876245+00:00] sql.INFO: [5.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-05T10:03:57.819609+00:00] sql.INFO: [19.07] 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-05T10:03:57.829564+00:00] sql.INFO: [6.48] 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-05T10:04:02.644065+00:00] sql.INFO: [12.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-05T10:04:02.653037+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-05T10:04:49.646201+00:00] sql.INFO: [98.23] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-05T10:04:49.663257+00:00] sql.INFO: [4.75] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '0' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-05T10:04:54.571539+00:00] sql.INFO: [92.81] select `article`.*, `category`.`name` as `category_name` from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') order by `article`.`id` desc limit 10 offset 0 [] []
+[2024-11-05T10:04:54.577485+00:00] sql.INFO: [4.75] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where (`article`.`islink` = '1' and `article`.`status` = '1') and `article`.`status` not in ('404') [] []
+[2024-11-05T10:05:44.665516+00:00] sql.INFO: [10.55] 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-05T10:05:44.671031+00:00] sql.INFO: [3.43] select count(*) as aggregate from `category` [] []
+[2024-11-05T10:08:35.017275+00:00] sql.INFO: [18.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 0 [] []
+[2024-11-05T10:08:35.023167+00:00] sql.INFO: [3.91] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-05T10:08:41.124720+00:00] sql.INFO: [11.41] 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-05T10:08:41.130572+00:00] sql.INFO: [3.72] select count(*) as aggregate from `category` [] []
+[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` [] []
+[2024-11-08T05:28:47.818259+00:00] sql.INFO: [12.4] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0' and `category`.`name` like '%政策%') [] []
+[2024-11-09T01:19:11.130508+00:00] sql.INFO: [29.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, `category`.`updated_at` desc limit 10 offset 0 [] []
+[2024-11-09T01:19:11.156199+00:00] sql.INFO: [2.3] select count(*) as aggregate from `category` [] []
+[2024-11-09T07:16:46.679192+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-09T07:16:46.684659+00:00] sql.INFO: [3.51] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T07:16:47.474764+00:00] sql.INFO: [5.47] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:16:57.323505+00:00] sql.INFO: [10.05] 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-09T07:16:57.329503+00:00] sql.INFO: [4.01] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T07:17:01.354071+00:00] sql.INFO: [10.46] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:17:01.393428+00:00] sql.INFO: [45.98] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '543') limit 1 [] []
+[2024-11-09T07:17:01.477967+00:00] sql.INFO: [12.44] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:17:01.503448+00:00] sql.INFO: [5.59] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:17:01.523896+00:00] sql.INFO: [4.41] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:17:01.535080+00:00] sql.INFO: [3.43] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '1') [] []
+[2024-11-09T07:17:01.566558+00:00] sql.INFO: [6.24] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '1') [] []
+[2024-11-09T07:17:06.893680+00:00] sql.INFO: [14.18] 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-09T07:17:06.900902+00:00] sql.INFO: [4.83] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T07:17:12.866432+00:00] sql.INFO: [25.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 10 [] []
+[2024-11-09T07:17:12.873775+00:00] sql.INFO: [4.22] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T07:17:16.560778+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-09T07:17:16.566784+00:00] sql.INFO: [3.76] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T07:17:25.284289+00:00] sql.INFO: [7.46] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:17:31.391403+00:00] sql.INFO: [17.6] 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-09T07:17:31.424759+00:00] sql.INFO: [10.36] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T07:18:31.996044+00:00] sql.INFO: [8.6] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T07:18:43.440382+00:00] sql.INFO: [11.67] 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-09T07:18:43.446180+00:00] sql.INFO: [3.25] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T08:53:17.553740+00:00] sql.INFO: [9.43] 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, `category`.`updated_at` desc limit 10 offset 0 [] []
+[2024-11-09T08:53:17.556741+00:00] sql.INFO: [1.29] select count(*) as aggregate from `category` [] []
+[2024-11-09T08:55:53.688343+00:00] sql.INFO: [38.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-09T08:55:53.704462+00:00] sql.INFO: [10.1] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T08:55:55.093024+00:00] sql.INFO: [7.44] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T08:56:31.728599+00:00] sql.INFO: [10.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-11-09T08:56:31.734052+00:00] sql.INFO: [3.47] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T08:56:37.288277+00:00] sql.INFO: [6.56] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T08:56:37.299566+00:00] sql.INFO: [12.44] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '543') limit 1 [] []
+[2024-11-09T08:56:37.341769+00:00] sql.INFO: [4.56] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T08:56:37.354858+00:00] sql.INFO: [3.47] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T08:56:37.374603+00:00] sql.INFO: [3.61] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T08:56:37.386522+00:00] sql.INFO: [3.34] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '1') [] []
+[2024-11-09T08:56:37.405713+00:00] sql.INFO: [4.29] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '1') [] []
+[2024-11-09T08:56:39.610947+00:00] sql.INFO: [11.14] 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-09T08:56:39.617720+00:00] sql.INFO: [4.44] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T08:56:41.174630+00:00] sql.INFO: [14.69] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T08:57:23.051260+00:00] sql.INFO: [13.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-09T08:57:23.057994+00:00] sql.INFO: [4.81] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T08:57:31.240110+00:00] sql.INFO: [10.96] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T09:00:26.744798+00:00] sql.INFO: [16.19] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T09:00:33.143591+00:00] sql.INFO: [6] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T09:10:43.886393+00:00] sql.INFO: [32.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 0 [] []
+[2024-11-09T09:10:43.891733+00:00] sql.INFO: [3.59] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-09T09:10:45.348805+00:00] sql.INFO: [9.86] select `category`.*, `category`.`id` as `category_id` from `category` where (`pid` = '0') [] []
+[2024-11-09T09:36:43.493737+00:00] sql.INFO: [16.17] 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, `category`.`updated_at` desc limit 10 offset 0 [] []
+[2024-11-09T09:36:43.497870+00:00] sql.INFO: [1.94] select count(*) as aggregate from `category` [] []
+[2024-11-28T02:22:54.979551+00:00] sql.INFO: [1316.87] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '7') limit 1 [] []
+[2024-11-28T02:23:20.140298+00:00] sql.INFO: [966.4] select * from `article` left join `article_data` on `article`.`id` = `article_data`.`article_id` where (`article`.`id` = '50') limit 1 [] []
+[2024-11-28T02:23:24.449231+00:00] sql.INFO: [25.2] 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 5 offset 0 [] []
+[2024-11-28T02:23:24.728124+00:00] sql.INFO: [277.22] select count(*) as aggregate from `article` left join `category` on `article`.`catid` = `category`.`id` where `article`.`status` not in ('404') [] []
+[2024-11-28T02:23:29.193269+00:00] sql.INFO: [14.34] select `category_id` from `website_category` where `website_id` = '2' [] []
+[2024-11-28T02:23:29.248759+00:00] sql.INFO: [43.02] select * from `article` where `status` = '1' and `level` = '1' and `catid` in ('11', '13', '14', '15', '31', '32', '33', '34', '35', '36', '37', '38', '11', '13', '14', '15', '31', '32', '33', '34', '35', '36', '37', '38', '2', '12', '14', '16', '17', '18', '19', '27', '28', '29', '30', '31', '32', '33', '21', '22', '25', '30', '31', '32', '33', '21', '22', '25', '30', '31', '32', '33', '30', '31', '32', '33', '30', '31', '32', '33') order by `created_at` desc limit 10 offset 0 [] []

+ 22 - 28
vendor/composer/autoload_classmap.php

@@ -11,8 +11,6 @@ return array(
     'App\\Controller\\IndexController' => $baseDir . '/app/Controller/IndexController.php',
     'App\\Exception\\Handler\\AppExceptionHandler' => $baseDir . '/app/Exception/Handler/AppExceptionHandler.php',
     'App\\Exception\\Handler\\JsonRpcExceptionHandler' => $baseDir . '/app/Exception/Handler/JsonRpcExceptionHandler.php',
-    'App\\JsonRpc\\CollectorService' => $baseDir . '/app/JsonRpc/CollectorService.php',
-    'App\\JsonRpc\\CollectorServiceInterface' => $baseDir . '/app/JsonRpc/CollectorServiceInterface.php',
     'App\\JsonRpc\\NewsService' => $baseDir . '/app/JsonRpc/NewsService.php',
     'App\\JsonRpc\\NewsServiceInterface' => $baseDir . '/app/JsonRpc/NewsServiceInterface.php',
     'App\\Listener\\DbQueryExecutedListener' => $baseDir . '/app/Listener/DbQueryExecutedListener.php',
@@ -22,10 +20,20 @@ return array(
     'App\\Model\\Category' => $baseDir . '/app/Model/Category.php',
     'App\\Model\\Link' => $baseDir . '/app/Model/Link.php',
     'App\\Model\\Model' => $baseDir . '/app/Model/Model.php',
+<<<<<<< HEAD
     'App\\Model\\OldModel\\Article' => $baseDir . '/app/Model/OldModel/Article.php',
     'App\\Model\\Web' => $baseDir . '/app/Model/Web.php',
     'App\\Model\\Website' => $baseDir . '/app/Model/Website.php',
     'App\\Model\\WebsiteCategory' => $baseDir . '/app/Model/WebsiteCategory.php',
+=======
+<<<<<<< HEAD
+    'App\\Model\\Website' => $baseDir . '/app/Model/Website.php',
+=======
+    'App\\Model\\Web' => $baseDir . '/app/Model/Web.php',
+    'App\\Model\\Website' => $baseDir . '/app/Model/Website.php',
+    'App\\Model\\WebsiteCategory' => $baseDir . '/app/Model/WebsiteCategory.php',
+>>>>>>> web_sannong_fr
+>>>>>>> 5d2b048db54fda63469be0b375e13f29d2f5af93
     'App\\Model\\WebsiteColumn' => $baseDir . '/app/Model/WebsiteColumn.php',
     'App\\Model\\WebsiteRole' => $baseDir . '/app/Model/WebsiteRole.php',
     'App\\Model\\WebsiteRoleUser' => $baseDir . '/app/Model/WebsiteRoleUser.php',
@@ -124,12 +132,6 @@ return array(
     'Composer\\Pcre\\MatchResult' => $vendorDir . '/composer/pcre/src/MatchResult.php',
     'Composer\\Pcre\\MatchStrictGroupsResult' => $vendorDir . '/composer/pcre/src/MatchStrictGroupsResult.php',
     'Composer\\Pcre\\MatchWithOffsetsResult' => $vendorDir . '/composer/pcre/src/MatchWithOffsetsResult.php',
-    'Composer\\Pcre\\PHPStan\\InvalidRegexPatternRule' => $vendorDir . '/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php',
-    'Composer\\Pcre\\PHPStan\\PregMatchFlags' => $vendorDir . '/composer/pcre/src/PHPStan/PregMatchFlags.php',
-    'Composer\\Pcre\\PHPStan\\PregMatchParameterOutTypeExtension' => $vendorDir . '/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php',
-    'Composer\\Pcre\\PHPStan\\PregMatchTypeSpecifyingExtension' => $vendorDir . '/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php',
-    'Composer\\Pcre\\PHPStan\\PregReplaceCallbackClosureTypeExtension' => $vendorDir . '/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php',
-    'Composer\\Pcre\\PHPStan\\UnsafeStrictGroupsCallRule' => $vendorDir . '/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php',
     'Composer\\Pcre\\PcreException' => $vendorDir . '/composer/pcre/src/PcreException.php',
     'Composer\\Pcre\\Preg' => $vendorDir . '/composer/pcre/src/Preg.php',
     'Composer\\Pcre\\Regex' => $vendorDir . '/composer/pcre/src/Regex.php',
@@ -178,7 +180,6 @@ return array(
     'DeepCopy\\Matcher\\PropertyTypeMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php',
     'DeepCopy\\Reflection\\ReflectionHelper' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php',
     'DeepCopy\\TypeFilter\\Date\\DateIntervalFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php',
-    'DeepCopy\\TypeFilter\\Date\\DatePeriodFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php',
     'DeepCopy\\TypeFilter\\ReplaceFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php',
     'DeepCopy\\TypeFilter\\ShallowCopyFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php',
     'DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php',
@@ -323,7 +324,6 @@ return array(
     'Fidry\\CpuCoreCounter\\Finder\\CpuCoreFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/CpuCoreFinder.php',
     'Fidry\\CpuCoreCounter\\Finder\\CpuInfoFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/CpuInfoFinder.php',
     'Fidry\\CpuCoreCounter\\Finder\\DummyCpuCoreFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/DummyCpuCoreFinder.php',
-    'Fidry\\CpuCoreCounter\\Finder\\EnvVariableFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/EnvVariableFinder.php',
     'Fidry\\CpuCoreCounter\\Finder\\FinderRegistry' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/FinderRegistry.php',
     'Fidry\\CpuCoreCounter\\Finder\\HwLogicalFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/HwLogicalFinder.php',
     'Fidry\\CpuCoreCounter\\Finder\\HwPhysicalFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/HwPhysicalFinder.php',
@@ -341,7 +341,6 @@ return array(
     'Fidry\\CpuCoreCounter\\Finder\\WmicPhysicalFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/WmicPhysicalFinder.php',
     'Fidry\\CpuCoreCounter\\Finder\\_NProcessorFinder' => $vendorDir . '/fidry/cpu-core-counter/src/Finder/_NProcessorFinder.php',
     'Fidry\\CpuCoreCounter\\NumberOfCpuCoreNotFound' => $vendorDir . '/fidry/cpu-core-counter/src/NumberOfCpuCoreNotFound.php',
-    'Fidry\\CpuCoreCounter\\ParallelisationResult' => $vendorDir . '/fidry/cpu-core-counter/src/ParallelisationResult.php',
     'Fig\\Http\\Message\\RequestMethodInterface' => $vendorDir . '/fig/http-message-util/src/RequestMethodInterface.php',
     'Fig\\Http\\Message\\StatusCodeInterface' => $vendorDir . '/fig/http-message-util/src/StatusCodeInterface.php',
     'GrahamCampbell\\ResultType\\Error' => $vendorDir . '/graham-campbell/result-type/src/Error.php',
@@ -644,7 +643,6 @@ return array(
     'Hyperf\\Context\\Traits\\CoroutineProxy' => $vendorDir . '/hyperf/context/src/Traits/CoroutineProxy.php',
     'Hyperf\\Contract\\ApplicationInterface' => $vendorDir . '/hyperf/contract/src/ApplicationInterface.php',
     'Hyperf\\Contract\\Arrayable' => $vendorDir . '/hyperf/contract/src/Arrayable.php',
-    'Hyperf\\Contract\\CanBeEscapedWhenCastToString' => $vendorDir . '/hyperf/contract/src/CanBeEscapedWhenCastToString.php',
     'Hyperf\\Contract\\Castable' => $vendorDir . '/hyperf/contract/src/Castable.php',
     'Hyperf\\Contract\\CastsAttributes' => $vendorDir . '/hyperf/contract/src/CastsAttributes.php',
     'Hyperf\\Contract\\CastsInboundAttributes' => $vendorDir . '/hyperf/contract/src/CastsInboundAttributes.php',
@@ -753,7 +751,6 @@ return array(
     'Hyperf\\Database\\Events\\TransactionBeginning' => $vendorDir . '/hyperf/database/src/Events/TransactionBeginning.php',
     'Hyperf\\Database\\Events\\TransactionCommitted' => $vendorDir . '/hyperf/database/src/Events/TransactionCommitted.php',
     'Hyperf\\Database\\Events\\TransactionRolledBack' => $vendorDir . '/hyperf/database/src/Events/TransactionRolledBack.php',
-    'Hyperf\\Database\\Exception\\ClassMorphViolationException' => $vendorDir . '/hyperf/database/src/Exception/ClassMorphViolationException.php',
     'Hyperf\\Database\\Exception\\InvalidArgumentException' => $vendorDir . '/hyperf/database/src/Exception/InvalidArgumentException.php',
     'Hyperf\\Database\\Exception\\InvalidBindingException' => $vendorDir . '/hyperf/database/src/Exception/InvalidBindingException.php',
     'Hyperf\\Database\\Exception\\InvalidCastException' => $vendorDir . '/hyperf/database/src/Exception/InvalidCastException.php',
@@ -1115,7 +1112,6 @@ return array(
     'Hyperf\\Framework\\Event\\OnWorkerStop' => $vendorDir . '/hyperf/framework/src/Event/OnWorkerStop.php',
     'Hyperf\\Framework\\Event\\OtherWorkerStart' => $vendorDir . '/hyperf/framework/src/Event/OtherWorkerStart.php',
     'Hyperf\\Framework\\Exception\\NotImplementedException' => $vendorDir . '/hyperf/framework/src/Exception/NotImplementedException.php',
-    'Hyperf\\Framework\\Logger\\ConsoleLogger' => $vendorDir . '/hyperf/framework/src/Logger/ConsoleLogger.php',
     'Hyperf\\Framework\\Logger\\StdoutLogger' => $vendorDir . '/hyperf/framework/src/Logger/StdoutLogger.php',
     'Hyperf\\Framework\\SymfonyEventDispatcher' => $vendorDir . '/hyperf/framework/src/SymfonyEventDispatcher.php',
     'Hyperf\\Guzzle\\ClientFactory' => $vendorDir . '/hyperf/guzzle/src/ClientFactory.php',
@@ -1460,7 +1456,6 @@ return array(
     'Hyperf\\Support\\Backoff\\ArrayBackoff' => $vendorDir . '/hyperf/support/src/Backoff/ArrayBackoff.php',
     'Hyperf\\Support\\ClearStatCache' => $vendorDir . '/hyperf/support/src/ClearStatCache.php',
     'Hyperf\\Support\\Composer' => $vendorDir . '/hyperf/support/src/Composer.php',
-    'Hyperf\\Support\\DotenvManager' => $vendorDir . '/hyperf/support/src/DotenvManager.php',
     'Hyperf\\Support\\Exception\\ExceptionThrower' => $vendorDir . '/hyperf/support/src/Exception/ExceptionThrower.php',
     'Hyperf\\Support\\Exception\\IPReadFailedException' => $vendorDir . '/hyperf/support/src/Exception/IPReadFailedException.php',
     'Hyperf\\Support\\Exception\\InvalidArgumentException' => $vendorDir . '/hyperf/support/src/Exception/InvalidArgumentException.php',
@@ -1518,8 +1513,6 @@ return array(
     'Hyperf\\Watcher\\Driver\\FindNewerDriver' => $vendorDir . '/hyperf/watcher/src/Driver/FindNewerDriver.php',
     'Hyperf\\Watcher\\Driver\\FswatchDriver' => $vendorDir . '/hyperf/watcher/src/Driver/FswatchDriver.php',
     'Hyperf\\Watcher\\Driver\\ScanFileDriver' => $vendorDir . '/hyperf/watcher/src/Driver/ScanFileDriver.php',
-    'Hyperf\\Watcher\\Event\\BeforeServerRestart' => $vendorDir . '/hyperf/watcher/src/Event/BeforeServerRestart.php',
-    'Hyperf\\Watcher\\Listener\\ReloadDotenvListener' => $vendorDir . '/hyperf/watcher/src/Listener/ReloadDotenvListener.php',
     'Hyperf\\Watcher\\Option' => $vendorDir . '/hyperf/watcher/src/Option.php',
     'Hyperf\\Watcher\\Process' => $vendorDir . '/hyperf/watcher/src/Process.php',
     'Hyperf\\Watcher\\Watcher' => $vendorDir . '/hyperf/watcher/src/Watcher.php',
@@ -2314,11 +2307,12 @@ return array(
     'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php',
     'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php',
     'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php',
+    'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php',
     'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php',
     'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php',
     'PHPUnit\\Framework\\MockObject\\DoubledCloneMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php',
     'PHPUnit\\Framework\\MockObject\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php',
-    'PHPUnit\\Framework\\MockObject\\Generator\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php',
+    'PHPUnit\\Framework\\MockObject\\Generator\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsEnumerationException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php',
@@ -2331,7 +2325,6 @@ return array(
     'PHPUnit\\Framework\\MockObject\\Generator\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php',
-    'PHPUnit\\Framework\\MockObject\\Generator\\NameAlreadyInUseException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php',
     'PHPUnit\\Framework\\MockObject\\Generator\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php',
@@ -2357,8 +2350,8 @@ return array(
     'PHPUnit\\Framework\\MockObject\\MockObjectApi' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php',
     'PHPUnit\\Framework\\MockObject\\MockObjectInternal' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php',
     'PHPUnit\\Framework\\MockObject\\NeverReturningMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php',
-    'PHPUnit\\Framework\\MockObject\\NoMoreReturnValuesConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/NoMoreReturnValuesConfiguredException.php',
     'PHPUnit\\Framework\\MockObject\\ProxiedCloneMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php',
+    'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php',
     'PHPUnit\\Framework\\MockObject\\ReturnValueGenerator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php',
     'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php',
     'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php',
@@ -2419,6 +2412,7 @@ return array(
     'PHPUnit\\Framework\\UnknownClassOrInterfaceException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php',
     'PHPUnit\\Framework\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php',
     'PHPUnit\\Logging\\EventLogger' => $vendorDir . '/phpunit/phpunit/src/Logging/EventLogger.php',
+    'PHPUnit\\Logging\\Exception' => $vendorDir . '/phpunit/phpunit/src/Logging/Exception.php',
     'PHPUnit\\Logging\\JUnit\\JunitXmlLogger' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php',
     'PHPUnit\\Logging\\JUnit\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php',
     'PHPUnit\\Logging\\JUnit\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php',
@@ -2557,7 +2551,7 @@ return array(
     'PHPUnit\\Runner\\ClassDoesNotExtendTestCaseException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php',
     'PHPUnit\\Runner\\ClassIsAbstractException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php',
     'PHPUnit\\Runner\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Runner/CodeCoverage.php',
-    'PHPUnit\\Runner\\DirectoryDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/DirectoryDoesNotExistException.php',
+    'PHPUnit\\Runner\\DirectoryCannotBeCreatedException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php',
     'PHPUnit\\Runner\\ErrorException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ErrorException.php',
     'PHPUnit\\Runner\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/ErrorHandler.php',
     'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/Exception.php',
@@ -2580,9 +2574,11 @@ return array(
     'PHPUnit\\Runner\\GarbageCollection\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php',
     'PHPUnit\\Runner\\InvalidOrderException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php',
     'PHPUnit\\Runner\\InvalidPhptFileException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php',
+    'PHPUnit\\Runner\\NoIgnoredEventException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php',
     'PHPUnit\\Runner\\ParameterDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php',
     'PHPUnit\\Runner\\PhptExternalFileCannotBeLoadedException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php',
     'PHPUnit\\Runner\\PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Runner/PhptTestCase.php',
+    'PHPUnit\\Runner\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ReflectionException.php',
     'PHPUnit\\Runner\\ResultCache\\DefaultResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php',
     'PHPUnit\\Runner\\ResultCache\\NullResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php',
     'PHPUnit\\Runner\\ResultCache\\ResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php',
@@ -2632,7 +2628,6 @@ return array(
     'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php',
     'PHPUnit\\TestRunner\\TestResult\\TestTriggeredWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php',
     'PHPUnit\\TextUI\\Application' => $vendorDir . '/phpunit/phpunit/src/TextUI/Application.php',
-    'PHPUnit\\TextUI\\CannotOpenSocketException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/CannotOpenSocketException.php',
     'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php',
     'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php',
     'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php',
@@ -2675,6 +2670,7 @@ return array(
     'PHPUnit\\TextUI\\Configuration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php',
     'PHPUnit\\TextUI\\Configuration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php',
     'PHPUnit\\TextUI\\Configuration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php',
+    'PHPUnit\\TextUI\\Configuration\\IncludePathNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php',
     'PHPUnit\\TextUI\\Configuration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php',
     'PHPUnit\\TextUI\\Configuration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php',
     'PHPUnit\\TextUI\\Configuration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php',
@@ -2708,7 +2704,9 @@ return array(
     'PHPUnit\\TextUI\\Configuration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php',
     'PHPUnit\\TextUI\\Configuration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php',
     'PHPUnit\\TextUI\\Configuration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php',
+    'PHPUnit\\TextUI\\DirectoryDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php',
     'PHPUnit\\TextUI\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/Exception.php',
+    'PHPUnit\\TextUI\\ExtensionsNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php',
     'PHPUnit\\TextUI\\Help' => $vendorDir . '/phpunit/phpunit/src/TextUI/Help.php',
     'PHPUnit\\TextUI\\InvalidSocketException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php',
     'PHPUnit\\TextUI\\Output\\DefaultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php',
@@ -2739,6 +2737,7 @@ return array(
     'PHPUnit\\TextUI\\Output\\Printer' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php',
     'PHPUnit\\TextUI\\Output\\SummaryPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php',
     'PHPUnit\\TextUI\\Output\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php',
+    'PHPUnit\\TextUI\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php',
     'PHPUnit\\TextUI\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php',
     'PHPUnit\\TextUI\\ShellExitCodeCalculator' => $vendorDir . '/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php',
     'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php',
@@ -2779,6 +2778,7 @@ return array(
     'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php',
     'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php',
     'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php',
+    'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php',
     'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php',
     'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php',
     'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php',
@@ -2823,8 +2823,6 @@ return array(
     'PHPUnit\\Util\\Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php',
     'PHPUnit\\Util\\Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php',
     'PHPUnit\\Util\\GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php',
-    'PHPUnit\\Util\\Http\\Downloader' => $vendorDir . '/phpunit/phpunit/src/Util/Http/Downloader.php',
-    'PHPUnit\\Util\\Http\\PhpDownloader' => $vendorDir . '/phpunit/phpunit/src/Util/Http/PhpDownloader.php',
     'PHPUnit\\Util\\InvalidDirectoryException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php',
     'PHPUnit\\Util\\InvalidJsonException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php',
     'PHPUnit\\Util\\InvalidVersionOperatorException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php',
@@ -3109,7 +3107,6 @@ return array(
     'PhpCsFixer\\Fixer\\Comment\\SingleLineCommentSpacingFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentSpacingFixer.php',
     'PhpCsFixer\\Fixer\\Comment\\SingleLineCommentStyleFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentStyleFixer.php',
     'PhpCsFixer\\Fixer\\ConfigurableFixerInterface' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerInterface.php',
-    'PhpCsFixer\\Fixer\\ConfigurableFixerTrait' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerTrait.php',
     'PhpCsFixer\\Fixer\\ConstantNotation\\NativeConstantInvocationFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/ConstantNotation/NativeConstantInvocationFixer.php',
     'PhpCsFixer\\Fixer\\ControlStructure\\ControlStructureBracesFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureBracesFixer.php',
     'PhpCsFixer\\Fixer\\ControlStructure\\ControlStructureContinuationPositionFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureContinuationPositionFixer.php',
@@ -3172,7 +3169,6 @@ return array(
     'PhpCsFixer\\Fixer\\Import\\SingleImportPerStatementFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleImportPerStatementFixer.php',
     'PhpCsFixer\\Fixer\\Import\\SingleLineAfterImportsFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleLineAfterImportsFixer.php',
     'PhpCsFixer\\Fixer\\Indentation' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/Indentation.php',
-    'PhpCsFixer\\Fixer\\InternalFixerInterface' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/InternalFixerInterface.php',
     'PhpCsFixer\\Fixer\\LanguageConstruct\\ClassKeywordFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordFixer.php',
     'PhpCsFixer\\Fixer\\LanguageConstruct\\ClassKeywordRemoveFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php',
     'PhpCsFixer\\Fixer\\LanguageConstruct\\CombineConsecutiveIssetsFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveIssetsFixer.php',
@@ -3223,7 +3219,6 @@ return array(
     'PhpCsFixer\\Fixer\\PhpTag\\FullOpeningTagFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/FullOpeningTagFixer.php',
     'PhpCsFixer\\Fixer\\PhpTag\\LinebreakAfterOpeningTagFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php',
     'PhpCsFixer\\Fixer\\PhpTag\\NoClosingTagFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoClosingTagFixer.php',
-    'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitAssertNewNamesFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAssertNewNamesFixer.php',
     'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitAttributesFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAttributesFixer.php',
     'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitConstructFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php',
     'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitDataProviderNameFixer' => $vendorDir . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderNameFixer.php',
@@ -3388,7 +3383,6 @@ return array(
     'PhpCsFixer\\RuleSet\\Sets\\PHPUnit60MigrationRiskySet' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit60MigrationRiskySet.php',
     'PhpCsFixer\\RuleSet\\Sets\\PHPUnit75MigrationRiskySet' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit75MigrationRiskySet.php',
     'PhpCsFixer\\RuleSet\\Sets\\PHPUnit84MigrationRiskySet' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit84MigrationRiskySet.php',
-    'PhpCsFixer\\RuleSet\\Sets\\PHPUnit91MigrationRiskySet' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit91MigrationRiskySet.php',
     'PhpCsFixer\\RuleSet\\Sets\\PSR12RiskySet' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12RiskySet.php',
     'PhpCsFixer\\RuleSet\\Sets\\PSR12Set' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12Set.php',
     'PhpCsFixer\\RuleSet\\Sets\\PSR1Set' => $vendorDir . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR1Set.php',

+ 22 - 28
vendor/composer/autoload_static.php

@@ -695,8 +695,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'App\\Controller\\IndexController' => __DIR__ . '/../..' . '/app/Controller/IndexController.php',
         'App\\Exception\\Handler\\AppExceptionHandler' => __DIR__ . '/../..' . '/app/Exception/Handler/AppExceptionHandler.php',
         'App\\Exception\\Handler\\JsonRpcExceptionHandler' => __DIR__ . '/../..' . '/app/Exception/Handler/JsonRpcExceptionHandler.php',
-        'App\\JsonRpc\\CollectorService' => __DIR__ . '/../..' . '/app/JsonRpc/CollectorService.php',
-        'App\\JsonRpc\\CollectorServiceInterface' => __DIR__ . '/../..' . '/app/JsonRpc/CollectorServiceInterface.php',
         'App\\JsonRpc\\NewsService' => __DIR__ . '/../..' . '/app/JsonRpc/NewsService.php',
         'App\\JsonRpc\\NewsServiceInterface' => __DIR__ . '/../..' . '/app/JsonRpc/NewsServiceInterface.php',
         'App\\Listener\\DbQueryExecutedListener' => __DIR__ . '/../..' . '/app/Listener/DbQueryExecutedListener.php',
@@ -706,10 +704,20 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'App\\Model\\Category' => __DIR__ . '/../..' . '/app/Model/Category.php',
         'App\\Model\\Link' => __DIR__ . '/../..' . '/app/Model/Link.php',
         'App\\Model\\Model' => __DIR__ . '/../..' . '/app/Model/Model.php',
+<<<<<<< HEAD
         'App\\Model\\OldModel\\Article' => __DIR__ . '/../..' . '/app/Model/OldModel/Article.php',
         'App\\Model\\Web' => __DIR__ . '/../..' . '/app/Model/Web.php',
         'App\\Model\\Website' => __DIR__ . '/../..' . '/app/Model/Website.php',
         'App\\Model\\WebsiteCategory' => __DIR__ . '/../..' . '/app/Model/WebsiteCategory.php',
+=======
+<<<<<<< HEAD
+        'App\\Model\\Website' => __DIR__ . '/../..' . '/app/Model/Website.php',
+=======
+        'App\\Model\\Web' => __DIR__ . '/../..' . '/app/Model/Web.php',
+        'App\\Model\\Website' => __DIR__ . '/../..' . '/app/Model/Website.php',
+        'App\\Model\\WebsiteCategory' => __DIR__ . '/../..' . '/app/Model/WebsiteCategory.php',
+>>>>>>> web_sannong_fr
+>>>>>>> 5d2b048db54fda63469be0b375e13f29d2f5af93
         'App\\Model\\WebsiteColumn' => __DIR__ . '/../..' . '/app/Model/WebsiteColumn.php',
         'App\\Model\\WebsiteRole' => __DIR__ . '/../..' . '/app/Model/WebsiteRole.php',
         'App\\Model\\WebsiteRoleUser' => __DIR__ . '/../..' . '/app/Model/WebsiteRoleUser.php',
@@ -808,12 +816,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Composer\\Pcre\\MatchResult' => __DIR__ . '/..' . '/composer/pcre/src/MatchResult.php',
         'Composer\\Pcre\\MatchStrictGroupsResult' => __DIR__ . '/..' . '/composer/pcre/src/MatchStrictGroupsResult.php',
         'Composer\\Pcre\\MatchWithOffsetsResult' => __DIR__ . '/..' . '/composer/pcre/src/MatchWithOffsetsResult.php',
-        'Composer\\Pcre\\PHPStan\\InvalidRegexPatternRule' => __DIR__ . '/..' . '/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php',
-        'Composer\\Pcre\\PHPStan\\PregMatchFlags' => __DIR__ . '/..' . '/composer/pcre/src/PHPStan/PregMatchFlags.php',
-        'Composer\\Pcre\\PHPStan\\PregMatchParameterOutTypeExtension' => __DIR__ . '/..' . '/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php',
-        'Composer\\Pcre\\PHPStan\\PregMatchTypeSpecifyingExtension' => __DIR__ . '/..' . '/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php',
-        'Composer\\Pcre\\PHPStan\\PregReplaceCallbackClosureTypeExtension' => __DIR__ . '/..' . '/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php',
-        'Composer\\Pcre\\PHPStan\\UnsafeStrictGroupsCallRule' => __DIR__ . '/..' . '/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php',
         'Composer\\Pcre\\PcreException' => __DIR__ . '/..' . '/composer/pcre/src/PcreException.php',
         'Composer\\Pcre\\Preg' => __DIR__ . '/..' . '/composer/pcre/src/Preg.php',
         'Composer\\Pcre\\Regex' => __DIR__ . '/..' . '/composer/pcre/src/Regex.php',
@@ -862,7 +864,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'DeepCopy\\Matcher\\PropertyTypeMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php',
         'DeepCopy\\Reflection\\ReflectionHelper' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php',
         'DeepCopy\\TypeFilter\\Date\\DateIntervalFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php',
-        'DeepCopy\\TypeFilter\\Date\\DatePeriodFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php',
         'DeepCopy\\TypeFilter\\ReplaceFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php',
         'DeepCopy\\TypeFilter\\ShallowCopyFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php',
         'DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php',
@@ -1007,7 +1008,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Fidry\\CpuCoreCounter\\Finder\\CpuCoreFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/CpuCoreFinder.php',
         'Fidry\\CpuCoreCounter\\Finder\\CpuInfoFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/CpuInfoFinder.php',
         'Fidry\\CpuCoreCounter\\Finder\\DummyCpuCoreFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/DummyCpuCoreFinder.php',
-        'Fidry\\CpuCoreCounter\\Finder\\EnvVariableFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/EnvVariableFinder.php',
         'Fidry\\CpuCoreCounter\\Finder\\FinderRegistry' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/FinderRegistry.php',
         'Fidry\\CpuCoreCounter\\Finder\\HwLogicalFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/HwLogicalFinder.php',
         'Fidry\\CpuCoreCounter\\Finder\\HwPhysicalFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/HwPhysicalFinder.php',
@@ -1025,7 +1025,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Fidry\\CpuCoreCounter\\Finder\\WmicPhysicalFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/WmicPhysicalFinder.php',
         'Fidry\\CpuCoreCounter\\Finder\\_NProcessorFinder' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/Finder/_NProcessorFinder.php',
         'Fidry\\CpuCoreCounter\\NumberOfCpuCoreNotFound' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/NumberOfCpuCoreNotFound.php',
-        'Fidry\\CpuCoreCounter\\ParallelisationResult' => __DIR__ . '/..' . '/fidry/cpu-core-counter/src/ParallelisationResult.php',
         'Fig\\Http\\Message\\RequestMethodInterface' => __DIR__ . '/..' . '/fig/http-message-util/src/RequestMethodInterface.php',
         'Fig\\Http\\Message\\StatusCodeInterface' => __DIR__ . '/..' . '/fig/http-message-util/src/StatusCodeInterface.php',
         'GrahamCampbell\\ResultType\\Error' => __DIR__ . '/..' . '/graham-campbell/result-type/src/Error.php',
@@ -1328,7 +1327,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Hyperf\\Context\\Traits\\CoroutineProxy' => __DIR__ . '/..' . '/hyperf/context/src/Traits/CoroutineProxy.php',
         'Hyperf\\Contract\\ApplicationInterface' => __DIR__ . '/..' . '/hyperf/contract/src/ApplicationInterface.php',
         'Hyperf\\Contract\\Arrayable' => __DIR__ . '/..' . '/hyperf/contract/src/Arrayable.php',
-        'Hyperf\\Contract\\CanBeEscapedWhenCastToString' => __DIR__ . '/..' . '/hyperf/contract/src/CanBeEscapedWhenCastToString.php',
         'Hyperf\\Contract\\Castable' => __DIR__ . '/..' . '/hyperf/contract/src/Castable.php',
         'Hyperf\\Contract\\CastsAttributes' => __DIR__ . '/..' . '/hyperf/contract/src/CastsAttributes.php',
         'Hyperf\\Contract\\CastsInboundAttributes' => __DIR__ . '/..' . '/hyperf/contract/src/CastsInboundAttributes.php',
@@ -1437,7 +1435,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Hyperf\\Database\\Events\\TransactionBeginning' => __DIR__ . '/..' . '/hyperf/database/src/Events/TransactionBeginning.php',
         'Hyperf\\Database\\Events\\TransactionCommitted' => __DIR__ . '/..' . '/hyperf/database/src/Events/TransactionCommitted.php',
         'Hyperf\\Database\\Events\\TransactionRolledBack' => __DIR__ . '/..' . '/hyperf/database/src/Events/TransactionRolledBack.php',
-        'Hyperf\\Database\\Exception\\ClassMorphViolationException' => __DIR__ . '/..' . '/hyperf/database/src/Exception/ClassMorphViolationException.php',
         'Hyperf\\Database\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/hyperf/database/src/Exception/InvalidArgumentException.php',
         'Hyperf\\Database\\Exception\\InvalidBindingException' => __DIR__ . '/..' . '/hyperf/database/src/Exception/InvalidBindingException.php',
         'Hyperf\\Database\\Exception\\InvalidCastException' => __DIR__ . '/..' . '/hyperf/database/src/Exception/InvalidCastException.php',
@@ -1799,7 +1796,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Hyperf\\Framework\\Event\\OnWorkerStop' => __DIR__ . '/..' . '/hyperf/framework/src/Event/OnWorkerStop.php',
         'Hyperf\\Framework\\Event\\OtherWorkerStart' => __DIR__ . '/..' . '/hyperf/framework/src/Event/OtherWorkerStart.php',
         'Hyperf\\Framework\\Exception\\NotImplementedException' => __DIR__ . '/..' . '/hyperf/framework/src/Exception/NotImplementedException.php',
-        'Hyperf\\Framework\\Logger\\ConsoleLogger' => __DIR__ . '/..' . '/hyperf/framework/src/Logger/ConsoleLogger.php',
         'Hyperf\\Framework\\Logger\\StdoutLogger' => __DIR__ . '/..' . '/hyperf/framework/src/Logger/StdoutLogger.php',
         'Hyperf\\Framework\\SymfonyEventDispatcher' => __DIR__ . '/..' . '/hyperf/framework/src/SymfonyEventDispatcher.php',
         'Hyperf\\Guzzle\\ClientFactory' => __DIR__ . '/..' . '/hyperf/guzzle/src/ClientFactory.php',
@@ -2144,7 +2140,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Hyperf\\Support\\Backoff\\ArrayBackoff' => __DIR__ . '/..' . '/hyperf/support/src/Backoff/ArrayBackoff.php',
         'Hyperf\\Support\\ClearStatCache' => __DIR__ . '/..' . '/hyperf/support/src/ClearStatCache.php',
         'Hyperf\\Support\\Composer' => __DIR__ . '/..' . '/hyperf/support/src/Composer.php',
-        'Hyperf\\Support\\DotenvManager' => __DIR__ . '/..' . '/hyperf/support/src/DotenvManager.php',
         'Hyperf\\Support\\Exception\\ExceptionThrower' => __DIR__ . '/..' . '/hyperf/support/src/Exception/ExceptionThrower.php',
         'Hyperf\\Support\\Exception\\IPReadFailedException' => __DIR__ . '/..' . '/hyperf/support/src/Exception/IPReadFailedException.php',
         'Hyperf\\Support\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/hyperf/support/src/Exception/InvalidArgumentException.php',
@@ -2202,8 +2197,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Hyperf\\Watcher\\Driver\\FindNewerDriver' => __DIR__ . '/..' . '/hyperf/watcher/src/Driver/FindNewerDriver.php',
         'Hyperf\\Watcher\\Driver\\FswatchDriver' => __DIR__ . '/..' . '/hyperf/watcher/src/Driver/FswatchDriver.php',
         'Hyperf\\Watcher\\Driver\\ScanFileDriver' => __DIR__ . '/..' . '/hyperf/watcher/src/Driver/ScanFileDriver.php',
-        'Hyperf\\Watcher\\Event\\BeforeServerRestart' => __DIR__ . '/..' . '/hyperf/watcher/src/Event/BeforeServerRestart.php',
-        'Hyperf\\Watcher\\Listener\\ReloadDotenvListener' => __DIR__ . '/..' . '/hyperf/watcher/src/Listener/ReloadDotenvListener.php',
         'Hyperf\\Watcher\\Option' => __DIR__ . '/..' . '/hyperf/watcher/src/Option.php',
         'Hyperf\\Watcher\\Process' => __DIR__ . '/..' . '/hyperf/watcher/src/Process.php',
         'Hyperf\\Watcher\\Watcher' => __DIR__ . '/..' . '/hyperf/watcher/src/Watcher.php',
@@ -2998,11 +2991,12 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php',
         'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php',
         'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php',
+        'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php',
         'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php',
         'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php',
         'PHPUnit\\Framework\\MockObject\\DoubledCloneMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php',
         'PHPUnit\\Framework\\MockObject\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php',
-        'PHPUnit\\Framework\\MockObject\\Generator\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/CannotUseAddMethodsException.php',
+        'PHPUnit\\Framework\\MockObject\\Generator\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsEnumerationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php',
@@ -3015,7 +3009,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Framework\\MockObject\\Generator\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php',
-        'PHPUnit\\Framework\\MockObject\\Generator\\NameAlreadyInUseException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/NameAlreadyInUseException.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php',
         'PHPUnit\\Framework\\MockObject\\Generator\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php',
@@ -3041,8 +3034,8 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Framework\\MockObject\\MockObjectApi' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php',
         'PHPUnit\\Framework\\MockObject\\MockObjectInternal' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php',
         'PHPUnit\\Framework\\MockObject\\NeverReturningMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php',
-        'PHPUnit\\Framework\\MockObject\\NoMoreReturnValuesConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/NoMoreReturnValuesConfiguredException.php',
         'PHPUnit\\Framework\\MockObject\\ProxiedCloneMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php',
+        'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php',
         'PHPUnit\\Framework\\MockObject\\ReturnValueGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php',
         'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php',
         'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php',
@@ -3103,6 +3096,7 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Framework\\UnknownClassOrInterfaceException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php',
         'PHPUnit\\Framework\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php',
         'PHPUnit\\Logging\\EventLogger' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/EventLogger.php',
+        'PHPUnit\\Logging\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/Exception.php',
         'PHPUnit\\Logging\\JUnit\\JunitXmlLogger' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php',
         'PHPUnit\\Logging\\JUnit\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php',
         'PHPUnit\\Logging\\JUnit\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php',
@@ -3241,7 +3235,7 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Runner\\ClassDoesNotExtendTestCaseException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php',
         'PHPUnit\\Runner\\ClassIsAbstractException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php',
         'PHPUnit\\Runner\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/CodeCoverage.php',
-        'PHPUnit\\Runner\\DirectoryDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/DirectoryDoesNotExistException.php',
+        'PHPUnit\\Runner\\DirectoryCannotBeCreatedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php',
         'PHPUnit\\Runner\\ErrorException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ErrorException.php',
         'PHPUnit\\Runner\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ErrorHandler.php',
         'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/Exception.php',
@@ -3264,9 +3258,11 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Runner\\GarbageCollection\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php',
         'PHPUnit\\Runner\\InvalidOrderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php',
         'PHPUnit\\Runner\\InvalidPhptFileException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php',
+        'PHPUnit\\Runner\\NoIgnoredEventException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php',
         'PHPUnit\\Runner\\ParameterDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php',
         'PHPUnit\\Runner\\PhptExternalFileCannotBeLoadedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php',
         'PHPUnit\\Runner\\PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/PhptTestCase.php',
+        'PHPUnit\\Runner\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ReflectionException.php',
         'PHPUnit\\Runner\\ResultCache\\DefaultResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php',
         'PHPUnit\\Runner\\ResultCache\\NullResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php',
         'PHPUnit\\Runner\\ResultCache\\ResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php',
@@ -3316,7 +3312,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php',
         'PHPUnit\\TestRunner\\TestResult\\TestTriggeredWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php',
         'PHPUnit\\TextUI\\Application' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Application.php',
-        'PHPUnit\\TextUI\\CannotOpenSocketException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/CannotOpenSocketException.php',
         'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php',
         'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php',
         'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php',
@@ -3359,6 +3354,7 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\TextUI\\Configuration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php',
         'PHPUnit\\TextUI\\Configuration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php',
         'PHPUnit\\TextUI\\Configuration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php',
+        'PHPUnit\\TextUI\\Configuration\\IncludePathNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php',
         'PHPUnit\\TextUI\\Configuration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php',
         'PHPUnit\\TextUI\\Configuration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php',
         'PHPUnit\\TextUI\\Configuration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php',
@@ -3392,7 +3388,9 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\TextUI\\Configuration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php',
         'PHPUnit\\TextUI\\Configuration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php',
         'PHPUnit\\TextUI\\Configuration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php',
+        'PHPUnit\\TextUI\\DirectoryDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php',
         'PHPUnit\\TextUI\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/Exception.php',
+        'PHPUnit\\TextUI\\ExtensionsNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php',
         'PHPUnit\\TextUI\\Help' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Help.php',
         'PHPUnit\\TextUI\\InvalidSocketException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php',
         'PHPUnit\\TextUI\\Output\\DefaultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php',
@@ -3423,6 +3421,7 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\TextUI\\Output\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php',
         'PHPUnit\\TextUI\\Output\\SummaryPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php',
         'PHPUnit\\TextUI\\Output\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php',
+        'PHPUnit\\TextUI\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php',
         'PHPUnit\\TextUI\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php',
         'PHPUnit\\TextUI\\ShellExitCodeCalculator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php',
         'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php',
@@ -3463,6 +3462,7 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php',
         'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php',
         'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php',
+        'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php',
         'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php',
         'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php',
         'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php',
@@ -3507,8 +3507,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PHPUnit\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php',
         'PHPUnit\\Util\\Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php',
         'PHPUnit\\Util\\GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php',
-        'PHPUnit\\Util\\Http\\Downloader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Http/Downloader.php',
-        'PHPUnit\\Util\\Http\\PhpDownloader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Http/PhpDownloader.php',
         'PHPUnit\\Util\\InvalidDirectoryException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php',
         'PHPUnit\\Util\\InvalidJsonException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php',
         'PHPUnit\\Util\\InvalidVersionOperatorException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php',
@@ -3793,7 +3791,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PhpCsFixer\\Fixer\\Comment\\SingleLineCommentSpacingFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentSpacingFixer.php',
         'PhpCsFixer\\Fixer\\Comment\\SingleLineCommentStyleFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentStyleFixer.php',
         'PhpCsFixer\\Fixer\\ConfigurableFixerInterface' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerInterface.php',
-        'PhpCsFixer\\Fixer\\ConfigurableFixerTrait' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/ConfigurableFixerTrait.php',
         'PhpCsFixer\\Fixer\\ConstantNotation\\NativeConstantInvocationFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/ConstantNotation/NativeConstantInvocationFixer.php',
         'PhpCsFixer\\Fixer\\ControlStructure\\ControlStructureBracesFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureBracesFixer.php',
         'PhpCsFixer\\Fixer\\ControlStructure\\ControlStructureContinuationPositionFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ControlStructureContinuationPositionFixer.php',
@@ -3856,7 +3853,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PhpCsFixer\\Fixer\\Import\\SingleImportPerStatementFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleImportPerStatementFixer.php',
         'PhpCsFixer\\Fixer\\Import\\SingleLineAfterImportsFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleLineAfterImportsFixer.php',
         'PhpCsFixer\\Fixer\\Indentation' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/Indentation.php',
-        'PhpCsFixer\\Fixer\\InternalFixerInterface' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/InternalFixerInterface.php',
         'PhpCsFixer\\Fixer\\LanguageConstruct\\ClassKeywordFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordFixer.php',
         'PhpCsFixer\\Fixer\\LanguageConstruct\\ClassKeywordRemoveFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php',
         'PhpCsFixer\\Fixer\\LanguageConstruct\\CombineConsecutiveIssetsFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveIssetsFixer.php',
@@ -3907,7 +3903,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PhpCsFixer\\Fixer\\PhpTag\\FullOpeningTagFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/FullOpeningTagFixer.php',
         'PhpCsFixer\\Fixer\\PhpTag\\LinebreakAfterOpeningTagFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php',
         'PhpCsFixer\\Fixer\\PhpTag\\NoClosingTagFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoClosingTagFixer.php',
-        'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitAssertNewNamesFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAssertNewNamesFixer.php',
         'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitAttributesFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitAttributesFixer.php',
         'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitConstructFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php',
         'PhpCsFixer\\Fixer\\PhpUnit\\PhpUnitDataProviderNameFixer' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDataProviderNameFixer.php',
@@ -4072,7 +4067,6 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'PhpCsFixer\\RuleSet\\Sets\\PHPUnit60MigrationRiskySet' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit60MigrationRiskySet.php',
         'PhpCsFixer\\RuleSet\\Sets\\PHPUnit75MigrationRiskySet' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit75MigrationRiskySet.php',
         'PhpCsFixer\\RuleSet\\Sets\\PHPUnit84MigrationRiskySet' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit84MigrationRiskySet.php',
-        'PhpCsFixer\\RuleSet\\Sets\\PHPUnit91MigrationRiskySet' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit91MigrationRiskySet.php',
         'PhpCsFixer\\RuleSet\\Sets\\PSR12RiskySet' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12RiskySet.php',
         'PhpCsFixer\\RuleSet\\Sets\\PSR12Set' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12Set.php',
         'PhpCsFixer\\RuleSet\\Sets\\PSR1Set' => __DIR__ . '/..' . '/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR1Set.php',

Разница между файлами не показана из-за своего большого размера
+ 193 - 203
vendor/composer/installed.json


Разница между файлами не показана из-за своего большого размера
+ 268 - 268
vendor/composer/installed.php


+ 1 - 9
vendor/composer/pcre/README.md

@@ -12,8 +12,7 @@ to understand the implications.
 
 It thus makes it easier to work with static analysis tools like PHPStan or Psalm as it
 simplifies and reduces the possible return values from all the `preg_*` functions which
-are quite packed with edge cases. As of v2.2.0 / v3.2.0 the library also comes with a
-[PHPStan extension](#phpstan-extension) for parsing regular expressions and giving you even better output types.
+are quite packed with edge cases.
 
 This library is a thin wrapper around `preg_*` functions with [some limitations](#restrictions--limitations).
 If you are looking for a richer API to handle regular expressions have a look at
@@ -176,13 +175,6 @@ preg_match('/(a)(b)*(c)(d)*/', 'ac', $matches, $flags);
 | group 2 (any unmatched group preceding one that matched) is set to `''`. You cannot tell if it matched an empty string or did not match at all | group 2 is `null` when unmatched and a string if it matched, easy to check for |
 | group 4 (any optional group without a matching one following) is missing altogether. So you have to check with `isset()`, but really you want `isset($m[4]) && $m[4] !== ''` for safety unless you are very careful to check that a non-optional group follows it | group 4 is always set, and null in this case as there was no match, easy to check for with `$m[4] !== null` |
 
-PHPStan Extension
------------------
-
-To use the PHPStan extension if you do not use `phpstan/extension-installer` you can include `vendor/composer/pcre/extension.neon` in your PHPStan config.
-
-The extension provides much better type information for $matches as well as regex validation where possible.
-
 License
 -------
 

+ 4 - 12
vendor/composer/pcre/composer.json

@@ -20,13 +20,10 @@
         "php": "^7.4 || ^8.0"
     },
     "require-dev": {
-        "phpunit/phpunit": "^8 || ^9",
-        "phpstan/phpstan": "^1.11.10",
+        "symfony/phpunit-bridge": "^5",
+        "phpstan/phpstan": "^1.3",
         "phpstan/phpstan-strict-rules": "^1.1"
     },
-    "conflict": {
-        "phpstan/phpstan": "<1.11.10"
-    },
     "autoload": {
         "psr-4": {
             "Composer\\Pcre\\": "src"
@@ -40,15 +37,10 @@
     "extra": {
         "branch-alias": {
             "dev-main": "3.x-dev"
-        },
-        "phpstan": {
-            "includes": [
-                "extension.neon"
-            ]
         }
     },
     "scripts": {
-        "test": "@php vendor/bin/phpunit",
-        "phpstan": "@php phpstan analyse"
+        "test": "vendor/bin/simple-phpunit",
+        "phpstan": "phpstan analyse"
     }
 }

+ 0 - 22
vendor/composer/pcre/extension.neon

@@ -1,22 +0,0 @@
-# composer/pcre PHPStan extensions
-#
-# These can be reused by third party packages by including 'vendor/composer/pcre/extension.neon'
-# in your phpstan config
-
-services:
-    -
-        class: Composer\Pcre\PHPStan\PregMatchParameterOutTypeExtension
-        tags:
-            - phpstan.staticMethodParameterOutTypeExtension
-    -
-        class: Composer\Pcre\PHPStan\PregMatchTypeSpecifyingExtension
-        tags:
-            - phpstan.typeSpecifier.staticMethodTypeSpecifyingExtension
-    -
-        class: Composer\Pcre\PHPStan\PregReplaceCallbackClosureTypeExtension
-        tags:
-            - phpstan.staticMethodParameterClosureTypeExtension
-
-rules:
-    - Composer\Pcre\PHPStan\UnsafeStrictGroupsCallRule
-    - Composer\Pcre\PHPStan\InvalidRegexPatternRule

+ 0 - 142
vendor/composer/pcre/src/PHPStan/InvalidRegexPatternRule.php

@@ -1,142 +0,0 @@
-<?php declare(strict_types = 1);
-
-namespace Composer\Pcre\PHPStan;
-
-use Composer\Pcre\Preg;
-use Composer\Pcre\Regex;
-use Composer\Pcre\PcreException;
-use Nette\Utils\RegexpException;
-use Nette\Utils\Strings;
-use PhpParser\Node;
-use PhpParser\Node\Expr\StaticCall;
-use PhpParser\Node\Name\FullyQualified;
-use PHPStan\Analyser\Scope;
-use PHPStan\Rules\Rule;
-use PHPStan\Rules\RuleErrorBuilder;
-use function in_array;
-use function sprintf;
-
-/**
- * Copy of PHPStan's RegularExpressionPatternRule
- *
- * @implements Rule<StaticCall>
- */
-class InvalidRegexPatternRule implements Rule
-{
-    public function getNodeType(): string
-    {
-        return StaticCall::class;
-    }
-
-    public function processNode(Node $node, Scope $scope): array
-    {
-        $patterns = $this->extractPatterns($node, $scope);
-
-        $errors = [];
-        foreach ($patterns as $pattern) {
-            $errorMessage = $this->validatePattern($pattern);
-            if ($errorMessage === null) {
-                continue;
-            }
-
-            $errors[] = RuleErrorBuilder::message(sprintf('Regex pattern is invalid: %s', $errorMessage))->identifier('regexp.pattern')->build();
-        }
-
-        return $errors;
-    }
-
-    /**
-     * @return string[]
-     */
-    private function extractPatterns(StaticCall $node, Scope $scope): array
-    {
-        if (!$node->class instanceof FullyQualified) {
-            return [];
-        }
-        $isRegex = $node->class->toString() === Regex::class;
-        $isPreg = $node->class->toString() === Preg::class;
-        if (!$isRegex && !$isPreg) {
-            return [];
-        }
-        if (!$node->name instanceof Node\Identifier || !Preg::isMatch('{^(match|isMatch|grep|replace|split)}', $node->name->name)) {
-            return [];
-        }
-
-        $functionName = $node->name->name;
-        if (!isset($node->getArgs()[0])) {
-            return [];
-        }
-
-        $patternNode = $node->getArgs()[0]->value;
-        $patternType = $scope->getType($patternNode);
-
-        $patternStrings = [];
-
-        foreach ($patternType->getConstantStrings() as $constantStringType) {
-            if ($functionName === 'replaceCallbackArray') {
-                continue;
-            }
-
-            $patternStrings[] = $constantStringType->getValue();
-        }
-
-        foreach ($patternType->getConstantArrays() as $constantArrayType) {
-            if (
-                in_array($functionName, [
-                    'replace',
-                    'replaceCallback',
-                ], true)
-            ) {
-                foreach ($constantArrayType->getValueTypes() as $arrayKeyType) {
-                    foreach ($arrayKeyType->getConstantStrings() as $constantString) {
-                        $patternStrings[] = $constantString->getValue();
-                    }
-                }
-            }
-
-            if ($functionName !== 'replaceCallbackArray') {
-                continue;
-            }
-
-            foreach ($constantArrayType->getKeyTypes() as $arrayKeyType) {
-                foreach ($arrayKeyType->getConstantStrings() as $constantString) {
-                    $patternStrings[] = $constantString->getValue();
-                }
-            }
-        }
-
-        return $patternStrings;
-    }
-
-    private function validatePattern(string $pattern): ?string
-    {
-        try {
-            $msg = null;
-            $prev = set_error_handler(function (int $severity, string $message, string $file) use (&$msg): bool {
-                $msg = preg_replace("#^preg_match(_all)?\\(.*?\\): #", '', $message);
-
-                return true;
-            });
-
-            if ($pattern === '') {
-                return 'Empty string is not a valid regular expression';
-            }
-
-            Preg::match($pattern, '');
-            if ($msg !== null) {
-                return $msg;
-            }
-        } catch (PcreException $e) {
-            if ($e->getCode() === PREG_INTERNAL_ERROR && $msg !== null) {
-                return $msg;
-            }
-
-            return preg_replace('{.*? failed executing ".*": }', '', $e->getMessage());
-        } finally {
-            restore_error_handler();
-        }
-
-        return null;
-    }
-
-}

+ 0 - 70
vendor/composer/pcre/src/PHPStan/PregMatchFlags.php

@@ -1,70 +0,0 @@
-<?php declare(strict_types=1);
-
-namespace Composer\Pcre\PHPStan;
-
-use PHPStan\Analyser\Scope;
-use PHPStan\Type\ArrayType;
-use PHPStan\Type\Constant\ConstantArrayType;
-use PHPStan\Type\Constant\ConstantIntegerType;
-use PHPStan\Type\IntersectionType;
-use PHPStan\Type\TypeCombinator;
-use PHPStan\Type\Type;
-use PhpParser\Node\Arg;
-use PHPStan\Type\Php\RegexArrayShapeMatcher;
-use PHPStan\Type\TypeTraverser;
-use PHPStan\Type\UnionType;
-
-final class PregMatchFlags
-{
-    static public function getType(?Arg $flagsArg, Scope $scope): ?Type
-    {
-        if ($flagsArg === null) {
-            return new ConstantIntegerType(PREG_UNMATCHED_AS_NULL);
-        }
-
-        $flagsType = $scope->getType($flagsArg->value);
-
-        $constantScalars = $flagsType->getConstantScalarValues();
-        if ($constantScalars === []) {
-            return null;
-        }
-
-        $internalFlagsTypes = [];
-        foreach ($flagsType->getConstantScalarValues() as $constantScalarValue) {
-            if (!is_int($constantScalarValue)) {
-                return null;
-            }
-
-            $internalFlagsTypes[] = new ConstantIntegerType($constantScalarValue | PREG_UNMATCHED_AS_NULL);
-        }
-        return TypeCombinator::union(...$internalFlagsTypes);
-    }
-
-    static public function removeNullFromMatches(Type $matchesType): Type
-    {
-        return TypeTraverser::map($matchesType, static function (Type $type, callable $traverse): Type {
-            if ($type instanceof UnionType || $type instanceof IntersectionType) {
-                return $traverse($type);
-            }
-
-            if ($type instanceof ConstantArrayType) {
-                return new ConstantArrayType(
-                    $type->getKeyTypes(),
-                    array_map(static function (Type $valueType) use ($traverse): Type {
-                        return $traverse($valueType);
-                    }, $type->getValueTypes()),
-                    $type->getNextAutoIndexes(),
-                    [],
-                    $type->isList()
-                );
-            }
-
-            if ($type instanceof ArrayType) {
-                return new ArrayType($type->getKeyType(), $traverse($type->getItemType()));
-            }
-
-            return TypeCombinator::removeNull($type);
-        });
-    }
-
-}

+ 0 - 65
vendor/composer/pcre/src/PHPStan/PregMatchParameterOutTypeExtension.php

@@ -1,65 +0,0 @@
-<?php declare(strict_types=1);
-
-namespace Composer\Pcre\PHPStan;
-
-use Composer\Pcre\Preg;
-use PhpParser\Node\Expr\StaticCall;
-use PHPStan\Analyser\Scope;
-use PHPStan\Reflection\MethodReflection;
-use PHPStan\Reflection\ParameterReflection;
-use PHPStan\TrinaryLogic;
-use PHPStan\Type\Php\RegexArrayShapeMatcher;
-use PHPStan\Type\StaticMethodParameterOutTypeExtension;
-use PHPStan\Type\Type;
-
-final class PregMatchParameterOutTypeExtension implements StaticMethodParameterOutTypeExtension
-{
-    /**
-     * @var RegexArrayShapeMatcher
-     */
-    private $regexShapeMatcher;
-
-    public function __construct(
-        RegexArrayShapeMatcher $regexShapeMatcher
-    )
-    {
-        $this->regexShapeMatcher = $regexShapeMatcher;
-    }
-
-    public function isStaticMethodSupported(MethodReflection $methodReflection, ParameterReflection $parameter): bool
-    {
-        return
-            $methodReflection->getDeclaringClass()->getName() === Preg::class
-            && in_array($methodReflection->getName(), [
-                'match', 'isMatch', 'matchStrictGroups', 'isMatchStrictGroups',
-                'matchAll', 'isMatchAll', 'matchAllStrictGroups', 'isMatchAllStrictGroups'
-            ], true)
-            && $parameter->getName() === 'matches';
-    }
-
-    public function getParameterOutTypeFromStaticMethodCall(MethodReflection $methodReflection, StaticCall $methodCall, ParameterReflection $parameter, Scope $scope): ?Type
-    {
-        $args = $methodCall->getArgs();
-        $patternArg = $args[0] ?? null;
-        $matchesArg = $args[2] ?? null;
-        $flagsArg = $args[3] ?? null;
-
-        if (
-            $patternArg === null || $matchesArg === null
-        ) {
-            return null;
-        }
-
-        $flagsType = PregMatchFlags::getType($flagsArg, $scope);
-        if ($flagsType === null) {
-            return null;
-        }
-
-        if (stripos($methodReflection->getName(), 'matchAll') !== false) {
-            return $this->regexShapeMatcher->matchAllExpr($patternArg->value, $flagsType, TrinaryLogic::createMaybe(), $scope);
-        }
-
-        return $this->regexShapeMatcher->matchExpr($patternArg->value, $flagsType, TrinaryLogic::createMaybe(), $scope);
-    }
-
-}

+ 0 - 105
vendor/composer/pcre/src/PHPStan/PregMatchTypeSpecifyingExtension.php

@@ -1,105 +0,0 @@
-<?php declare(strict_types=1);
-
-namespace Composer\Pcre\PHPStan;
-
-use Composer\Pcre\Preg;
-use PhpParser\Node\Expr\StaticCall;
-use PHPStan\Analyser\Scope;
-use PHPStan\Analyser\SpecifiedTypes;
-use PHPStan\Analyser\TypeSpecifier;
-use PHPStan\Analyser\TypeSpecifierAwareExtension;
-use PHPStan\Analyser\TypeSpecifierContext;
-use PHPStan\Reflection\MethodReflection;
-use PHPStan\TrinaryLogic;
-use PHPStan\Type\Constant\ConstantArrayType;
-use PHPStan\Type\Php\RegexArrayShapeMatcher;
-use PHPStan\Type\StaticMethodTypeSpecifyingExtension;
-use PHPStan\Type\TypeCombinator;
-use PHPStan\Type\Type;
-
-final class PregMatchTypeSpecifyingExtension implements StaticMethodTypeSpecifyingExtension, TypeSpecifierAwareExtension
-{
-    /**
-     * @var TypeSpecifier
-     */
-    private $typeSpecifier;
-
-    /**
-     * @var RegexArrayShapeMatcher
-     */
-    private $regexShapeMatcher;
-
-    public function __construct(RegexArrayShapeMatcher $regexShapeMatcher)
-    {
-        $this->regexShapeMatcher = $regexShapeMatcher;
-    }
-
-    public function setTypeSpecifier(TypeSpecifier $typeSpecifier): void
-    {
-        $this->typeSpecifier = $typeSpecifier;
-    }
-
-    public function getClass(): string
-    {
-        return Preg::class;
-    }
-
-    public function isStaticMethodSupported(MethodReflection $methodReflection, StaticCall $node, TypeSpecifierContext $context): bool
-    {
-        return in_array($methodReflection->getName(), [
-                'match', 'isMatch', 'matchStrictGroups', 'isMatchStrictGroups',
-                'matchAll', 'isMatchAll', 'matchAllStrictGroups', 'isMatchAllStrictGroups'
-            ], true)
-            && !$context->null();
-    }
-
-    public function specifyTypes(MethodReflection $methodReflection, StaticCall $node, Scope $scope, TypeSpecifierContext $context): SpecifiedTypes
-    {
-        $args = $node->getArgs();
-        $patternArg = $args[0] ?? null;
-        $matchesArg = $args[2] ?? null;
-        $flagsArg = $args[3] ?? null;
-
-        if (
-            $patternArg === null || $matchesArg === null
-        ) {
-            return new SpecifiedTypes();
-        }
-
-        $flagsType = PregMatchFlags::getType($flagsArg, $scope);
-        if ($flagsType === null) {
-            return new SpecifiedTypes();
-        }
-
-        if (stripos($methodReflection->getName(), 'matchAll') !== false) {
-            $matchedType = $this->regexShapeMatcher->matchAllExpr($patternArg->value, $flagsType, TrinaryLogic::createFromBoolean($context->true()), $scope);
-        } else {
-            $matchedType = $this->regexShapeMatcher->matchExpr($patternArg->value, $flagsType, TrinaryLogic::createFromBoolean($context->true()), $scope);
-        }
-
-        if ($matchedType === null) {
-            return new SpecifiedTypes();
-        }
-
-        if (
-            in_array($methodReflection->getName(), ['matchStrictGroups', 'isMatchStrictGroups', 'matchAllStrictGroups', 'isMatchAllStrictGroups'], true)
-        ) {
-            $matchedType = PregMatchFlags::removeNullFromMatches($matchedType);
-        }
-
-        $overwrite = false;
-        if ($context->false()) {
-            $overwrite = true;
-            $context = $context->negate();
-        }
-
-        return $this->typeSpecifier->create(
-            $matchesArg->value,
-            $matchedType,
-            $context,
-            $overwrite,
-            $scope,
-            $node
-        );
-    }
-}

+ 0 - 91
vendor/composer/pcre/src/PHPStan/PregReplaceCallbackClosureTypeExtension.php

@@ -1,91 +0,0 @@
-<?php declare(strict_types=1);
-
-namespace Composer\Pcre\PHPStan;
-
-use Composer\Pcre\Preg;
-use Composer\Pcre\Regex;
-use PhpParser\Node\Expr\StaticCall;
-use PHPStan\Analyser\Scope;
-use PHPStan\Reflection\MethodReflection;
-use PHPStan\Reflection\Native\NativeParameterReflection;
-use PHPStan\Reflection\ParameterReflection;
-use PHPStan\TrinaryLogic;
-use PHPStan\Type\ClosureType;
-use PHPStan\Type\Constant\ConstantArrayType;
-use PHPStan\Type\Php\RegexArrayShapeMatcher;
-use PHPStan\Type\StaticMethodParameterClosureTypeExtension;
-use PHPStan\Type\StringType;
-use PHPStan\Type\TypeCombinator;
-use PHPStan\Type\Type;
-
-final class PregReplaceCallbackClosureTypeExtension implements StaticMethodParameterClosureTypeExtension
-{
-    /**
-     * @var RegexArrayShapeMatcher
-     */
-    private $regexShapeMatcher;
-
-    public function __construct(RegexArrayShapeMatcher $regexShapeMatcher)
-    {
-        $this->regexShapeMatcher = $regexShapeMatcher;
-    }
-
-    public function isStaticMethodSupported(MethodReflection $methodReflection, ParameterReflection $parameter): bool
-    {
-        return in_array($methodReflection->getDeclaringClass()->getName(), [Preg::class, Regex::class], true)
-            && in_array($methodReflection->getName(), ['replaceCallback', 'replaceCallbackStrictGroups'], true)
-            && $parameter->getName() === 'replacement';
-    }
-
-    public function getTypeFromStaticMethodCall(MethodReflection $methodReflection, StaticCall $methodCall, ParameterReflection $parameter, Scope $scope): ?Type
-    {
-        $args = $methodCall->getArgs();
-        $patternArg = $args[0] ?? null;
-        $flagsArg = $args[5] ?? null;
-
-        if (
-            $patternArg === null
-        ) {
-            return null;
-        }
-
-        $flagsType = PregMatchFlags::getType($flagsArg, $scope);
-
-        $matchesType = $this->regexShapeMatcher->matchExpr($patternArg->value, $flagsType, TrinaryLogic::createYes(), $scope);
-        if ($matchesType === null) {
-            return null;
-        }
-
-        if ($methodReflection->getName() === 'replaceCallbackStrictGroups' && count($matchesType->getConstantArrays()) === 1) {
-            $matchesType = $matchesType->getConstantArrays()[0];
-            $matchesType = new ConstantArrayType(
-                $matchesType->getKeyTypes(),
-                array_map(static function (Type $valueType): Type {
-                    if (count($valueType->getConstantArrays()) === 1) {
-                        $valueTypeArray = $valueType->getConstantArrays()[0];
-                        return new ConstantArrayType(
-                            $valueTypeArray->getKeyTypes(),
-                            array_map(static function (Type $valueType): Type {
-                                return TypeCombinator::removeNull($valueType);
-                            }, $valueTypeArray->getValueTypes()),
-                            $valueTypeArray->getNextAutoIndexes(),
-                            [],
-                            $valueTypeArray->isList()
-                        );
-                    }
-                    return TypeCombinator::removeNull($valueType);
-                }, $matchesType->getValueTypes()),
-                $matchesType->getNextAutoIndexes(),
-                [],
-                $matchesType->isList()
-            );
-        }
-
-        return new ClosureType(
-            [
-                new NativeParameterReflection($parameter->getName(), $parameter->isOptional(), $matchesType, $parameter->passedByReference(), $parameter->isVariadic(), $parameter->getDefaultValue()),
-            ],
-            new StringType()
-        );
-    }
-}

+ 0 - 112
vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php

@@ -1,112 +0,0 @@
-<?php declare(strict_types=1);
-
-namespace Composer\Pcre\PHPStan;
-
-use Composer\Pcre\Preg;
-use Composer\Pcre\Regex;
-use PhpParser\Node;
-use PhpParser\Node\Expr\StaticCall;
-use PhpParser\Node\Name\FullyQualified;
-use PHPStan\Analyser\Scope;
-use PHPStan\Analyser\SpecifiedTypes;
-use PHPStan\Rules\Rule;
-use PHPStan\Rules\RuleErrorBuilder;
-use PHPStan\TrinaryLogic;
-use PHPStan\Type\ObjectType;
-use PHPStan\Type\Type;
-use PHPStan\Type\TypeCombinator;
-use PHPStan\Type\Php\RegexArrayShapeMatcher;
-use function sprintf;
-
-/**
- * @implements Rule<StaticCall>
- */
-final class UnsafeStrictGroupsCallRule implements Rule
-{
-    /**
-     * @var RegexArrayShapeMatcher
-     */
-    private $regexShapeMatcher;
-
-    public function __construct(RegexArrayShapeMatcher $regexShapeMatcher)
-    {
-        $this->regexShapeMatcher = $regexShapeMatcher;
-    }
-
-    public function getNodeType(): string
-    {
-        return StaticCall::class;
-    }
-
-    public function processNode(Node $node, Scope $scope): array
-    {
-        if (!$node->class instanceof FullyQualified) {
-            return [];
-        }
-        $isRegex = $node->class->toString() === Regex::class;
-        $isPreg = $node->class->toString() === Preg::class;
-        if (!$isRegex && !$isPreg) {
-            return [];
-        }
-        if (!$node->name instanceof Node\Identifier || !in_array($node->name->name, ['matchStrictGroups', 'isMatchStrictGroups', 'matchAllStrictGroups', 'isMatchAllStrictGroups'], true)) {
-            return [];
-        }
-
-        $args = $node->getArgs();
-        if (!isset($args[0])) {
-            return [];
-        }
-
-        $patternArg = $args[0] ?? null;
-        if ($isPreg) {
-            if (!isset($args[2])) { // no matches set, skip as the matches won't be used anyway
-                return [];
-            }
-            $flagsArg = $args[3] ?? null;
-        } else {
-            $flagsArg = $args[2] ?? null;
-        }
-
-        if ($patternArg === null) {
-            return [];
-        }
-
-        $flagsType = PregMatchFlags::getType($flagsArg, $scope);
-        if ($flagsType === null) {
-            return [];
-        }
-
-        $matchedType = $this->regexShapeMatcher->matchExpr($patternArg->value, $flagsType, TrinaryLogic::createYes(), $scope);
-        if ($matchedType === null) {
-            return [
-                RuleErrorBuilder::message(sprintf('The %s call is potentially unsafe as $matches\' type could not be inferred.', $node->name->name))
-                    ->identifier('composerPcre.maybeUnsafeStrictGroups')
-                    ->build(),
-            ];
-        }
-
-        if (count($matchedType->getConstantArrays()) === 1) {
-            $matchedType = $matchedType->getConstantArrays()[0];
-            $nullableGroups = [];
-            foreach ($matchedType->getValueTypes() as $index => $type) {
-                if (TypeCombinator::containsNull($type)) {
-                    $nullableGroups[] = $matchedType->getKeyTypes()[$index]->getValue();
-                }
-            }
-
-            if (\count($nullableGroups) > 0) {
-                return [
-                    RuleErrorBuilder::message(sprintf(
-                        'The %s call is unsafe as match group%s "%s" %s optional and may be null.',
-                        $node->name->name,
-                        \count($nullableGroups) > 1 ? 's' : '',
-                        implode('", "', $nullableGroups),
-                        \count($nullableGroups) > 1 ? 'are' : 'is'
-                    ))->identifier('composerPcre.unsafeStrictGroups')->build(),
-                ];
-            }
-        }
-
-        return [];
-    }
-}

+ 0 - 2
vendor/composer/pcre/src/Regex.php

@@ -43,7 +43,6 @@ class Regex
      */
     public static function matchStrictGroups(string $pattern, string $subject, int $flags = 0, int $offset = 0): MatchStrictGroupsResult
     {
-        // @phpstan-ignore composerPcre.maybeUnsafeStrictGroups
         $count = Preg::matchStrictGroups($pattern, $subject, $matches, $flags, $offset);
 
         return new MatchStrictGroupsResult($count, $matches);
@@ -88,7 +87,6 @@ class Regex
         self::checkOffsetCapture($flags, 'matchAllWithOffsets');
         self::checkSetOrder($flags);
 
-        // @phpstan-ignore composerPcre.maybeUnsafeStrictGroups
         $count = Preg::matchAllStrictGroups($pattern, $subject, $matches, $flags, $offset);
 
         return new MatchAllStrictGroupsResult($count, $matches);

+ 0 - 15
vendor/composer/semver/CHANGELOG.md

@@ -3,18 +3,6 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
-### [3.4.3] 2024-09-19
-
-  * Fixed some type annotations
-
-### [3.4.2] 2024-07-12
-
-  * Fixed PHP 5.3 syntax error
-
-### [3.4.1] 2024-07-12
-
-  * Fixed normalizeStability's return type to enforce valid stabilities
-
 ### [3.4.0] 2023-08-31
 
   * Support larger major version numbers (#149)
@@ -191,9 +179,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
     - Namespace: `Composer\Test\Package\LinkConstraint` -> `Composer\Test\Semver\Constraint`
   * Changed: code style using php-cs-fixer.
 
-[3.4.3]: https://github.com/composer/semver/compare/3.4.2...3.4.3
-[3.4.2]: https://github.com/composer/semver/compare/3.4.1...3.4.2
-[3.4.1]: https://github.com/composer/semver/compare/3.4.0...3.4.1
 [3.4.0]: https://github.com/composer/semver/compare/3.3.2...3.4.0
 [3.3.2]: https://github.com/composer/semver/compare/3.3.1...3.3.2
 [3.3.1]: https://github.com/composer/semver/compare/3.3.0...3.3.1

+ 2 - 2
vendor/composer/semver/composer.json

@@ -34,8 +34,8 @@
         "php": "^5.3.2 || ^7.0 || ^8.0"
     },
     "require-dev": {
-        "symfony/phpunit-bridge": "^3 || ^7",
-        "phpstan/phpstan": "^1.11"
+        "symfony/phpunit-bridge": "^4.2 || ^5",
+        "phpstan/phpstan": "^1.4"
     },
     "autoload": {
         "psr-4": {

+ 11 - 0
vendor/composer/semver/phpstan-baseline.neon

@@ -0,0 +1,11 @@
+parameters:
+	ignoreErrors:
+		-
+			message: "#^Parameter \\#1 \\$operator of class Composer\\\\Semver\\\\Constraint\\\\Constraint constructor expects '\\!\\='\\|'\\<'\\|'\\<\\='\\|'\\<\\>'\\|'\\='\\|'\\=\\='\\|'\\>'\\|'\\>\\=', non\\-falsy\\-string given\\.$#"
+			count: 1
+			path: src/VersionParser.php
+
+		-
+			message: "#^Strict comparison using \\=\\=\\= between null and non\\-empty\\-string will always evaluate to false\\.$#"
+			count: 2
+			path: src/VersionParser.php

+ 1 - 1
vendor/composer/semver/src/CompilingMatcher.php

@@ -64,7 +64,7 @@ class CompilingMatcher
      * @phpstan-param Constraint::OP_*  $operator
      * @param string              $version
      *
-     * @return bool
+     * @return mixed
      */
     public static function match(ConstraintInterface $constraint, $operator, $version)
     {

+ 0 - 5
vendor/composer/semver/src/VersionParser.php

@@ -82,16 +82,11 @@ class VersionParser
      * @param string $stability
      *
      * @return string
-     * @phpstan-return 'stable'|'RC'|'beta'|'alpha'|'dev'
      */
     public static function normalizeStability($stability)
     {
         $stability = strtolower((string) $stability);
 
-        if (!in_array($stability, array('stable', 'rc', 'beta', 'alpha', 'dev'), true)) {
-            throw new \InvalidArgumentException('Invalid stability string "'.$stability.'", expected one of stable, RC, beta, alpha or dev');
-        }
-
         return $stability === 'rc' ? 'RC' : $stability;
     }
 

+ 1 - 8
vendor/doctrine/annotations/README.md

@@ -4,13 +4,6 @@ which are a native replacement for annotations. As such, this library is
 considered feature complete, and should receive exclusively bugfixes and
 security fixes.
 
-We do not recommend using this library in new projects and encourage authors
-of downstream libraries to offer support for attributes as an alternative to
-Doctrine Annotations.
-
-Have a look at [our blog](https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html)
-to learn more.
-
 # Doctrine Annotations
 
 [![Build Status](https://github.com/doctrine/annotations/workflows/Continuous%20Integration/badge.svg?label=build)](https://github.com/doctrine/persistence/actions)
@@ -23,7 +16,7 @@ Docblock Annotations Parser library (extracted from [Doctrine Common](https://gi
 
 ## Documentation
 
-See the [doctrine-project website](https://www.doctrine-project.org/projects/doctrine-annotations/en/stable/index.html).
+See the [doctrine-project website](https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/index.html).
 
 ## Contributing
 

+ 1 - 1
vendor/doctrine/annotations/UPGRADE.md

@@ -7,7 +7,7 @@
 `Doctrine\Common\Lexer\Token` objects. When using `doctrine/lexer` 2, these
 implement `ArrayAccess` as a way for you to still be able to treat them as
 arrays in some ways.
-- `CachedReader` and `FileCacheReader` have been removed use `PsrCachedReader` instead.
+- `CachedReader` and `FileCacheReader` have been removed.
 - `AnnotationRegistry` methods related to registering annotations instead of
   using autoloading have been removed.
 - Parameter type declarations have been added to all methods of all classes. If

+ 3 - 3
vendor/doctrine/annotations/composer.json

@@ -40,10 +40,10 @@
     "require-dev": {
         "doctrine/cache": "^2.0",
         "doctrine/coding-standard": "^10",
-        "phpstan/phpstan": "^1.10.28",
+        "phpstan/phpstan": "^1.8.0",
         "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
-        "symfony/cache": "^5.4 || ^6.4 || ^7",
-        "vimeo/psalm": "^4.30 || ^5.14"
+        "symfony/cache": "^5.4 || ^6",
+        "vimeo/psalm": "^4.10"
     },
     "suggest": {
         "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"

+ 1 - 8
vendor/doctrine/annotations/docs/en/index.rst

@@ -7,13 +7,6 @@ which are a native replacement for annotations. As such, this library is
 considered feature complete, and should receive exclusively bugfixes and
 security fixes.
 
-We do not recommend using this library in new projects and encourage authors
-of downstream libraries to offer support for attributes as an alternative to
-Doctrine Annotations.
-
-Have a look at [our blog](https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html)
-to learn more.
-
 Introduction
 ============
 
@@ -45,7 +38,7 @@ You can install the Annotation component with composer:
 
 .. code-block::
 
-    $ composer require doctrine/annotations
+    $ composer require doctrine/annotations
 
 Create an annotation class
 ==========================

+ 3 - 10
vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php

@@ -12,11 +12,8 @@ use ReflectionProperty;
 use function array_merge;
 use function class_exists;
 use function extension_loaded;
-use function filter_var;
 use function ini_get;
 
-use const FILTER_VALIDATE_BOOLEAN;
-
 /**
  * A reader for docblock annotations.
  */
@@ -108,17 +105,13 @@ class AnnotationReader implements Reader
     public function __construct(?DocParser $parser = null)
     {
         if (
-            extension_loaded('Zend Optimizer+') &&
-            (filter_var(ini_get('zend_optimizerplus.save_comments'), FILTER_VALIDATE_BOOLEAN)  === false ||
-            filter_var(ini_get('opcache.save_comments'), FILTER_VALIDATE_BOOLEAN) === false)
+            extension_loaded('Zend Optimizer+') && (ini_get('zend_optimizerplus.save_comments') === '0' ||
+            ini_get('opcache.save_comments') === '0')
         ) {
             throw AnnotationException::optimizerPlusSaveComments();
         }
 
-        if (
-            extension_loaded('Zend OPcache') &&
-            filter_var(ini_get('opcache.save_comments'), FILTER_VALIDATE_BOOLEAN) === false
-        ) {
+        if (extension_loaded('Zend OPcache') && ini_get('opcache.save_comments') === 0) {
             throw AnnotationException::optimizerPlusSaveComments();
         }
 

+ 3 - 3
vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php

@@ -74,7 +74,7 @@ final class DocLexer extends AbstractLexer
     }
 
     /**
-     * {@inheritDoc}
+     * {@inheritdoc}
      */
     protected function getCatchablePatterns()
     {
@@ -86,7 +86,7 @@ final class DocLexer extends AbstractLexer
     }
 
     /**
-     * {@inheritDoc}
+     * {@inheritdoc}
      */
     protected function getNonCatchablePatterns()
     {
@@ -94,7 +94,7 @@ final class DocLexer extends AbstractLexer
     }
 
     /**
-     * {@inheritDoc}
+     * {@inheritdoc}
      */
     protected function getType(&$value)
     {

+ 3 - 5
vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php

@@ -49,8 +49,6 @@ use const PHP_VERSION_ID;
  * A parser for docblock annotations.
  *
  * It is strongly discouraged to change the default annotation parsing process.
- *
- * @psalm-type Arguments = array{positional_arguments?: array<int, mixed>, named_arguments?: array<string, mixed>}
  */
 final class DocParser
 {
@@ -1028,7 +1026,7 @@ EXCEPTION
     /**
      * MethodCall ::= ["(" [Values] ")"]
      *
-     * @psalm-return Arguments
+     * @return mixed[]
      *
      * @throws AnnotationException
      * @throws ReflectionException
@@ -1055,7 +1053,7 @@ EXCEPTION
     /**
      * Values ::= Array | Value {"," Value}* [","]
      *
-     * @psalm-return Arguments
+     * @return mixed[]
      *
      * @throws AnnotationException
      * @throws ReflectionException
@@ -1417,7 +1415,7 @@ EXCEPTION
     /**
      * Resolve positional arguments (without name) to named ones
      *
-     * @psalm-param Arguments $arguments
+     * @param array<string,mixed> $arguments
      *
      * @return array<string,mixed>
      */

+ 2 - 3
vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php

@@ -12,7 +12,6 @@ use function array_map;
 use function array_merge;
 use function assert;
 use function filemtime;
-use function is_file;
 use function max;
 use function rawurlencode;
 use function time;
@@ -196,7 +195,7 @@ final class PsrCachedReader implements Reader
         $parent = $class->getParentClass();
 
         $lastModification =  max(array_merge(
-            [$filename !== false && is_file($filename) ? filemtime($filename) : 0],
+            [$filename ? filemtime($filename) : 0],
             array_map(function (ReflectionClass $reflectionTrait): int {
                 return $this->getTraitLastModificationTime($reflectionTrait);
             }, $class->getTraits()),
@@ -220,7 +219,7 @@ final class PsrCachedReader implements Reader
         }
 
         $lastModificationTime = max(array_merge(
-            [$fileName !== false && is_file($fileName) ? filemtime($fileName) : 0],
+            [$fileName ? filemtime($fileName) : 0],
             array_map(function (ReflectionClass $reflectionTrait): int {
                 return $this->getTraitLastModificationTime($reflectionTrait);
             }, $reflectionTrait->getTraits())

+ 15 - 0
vendor/doctrine/annotations/psalm.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<psalm
+    errorLevel="7"
+    resolveFromConfigFile="true"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns="https://getpsalm.org/schema/config"
+    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
+>
+    <projectFiles>
+        <directory name="lib/Doctrine/Common/Annotations" />
+        <ignoreFiles>
+            <directory name="vendor" />
+        </ignoreFiles>
+    </projectFiles>
+</psalm>

+ 0 - 5
vendor/fidry/cpu-core-counter/.envrc

@@ -1,5 +0,0 @@
-use nix --packages \
-  gnumake \
-  yamllint
-
-source_env_if_exists .envrc.local

+ 10 - 34
vendor/fidry/cpu-core-counter/README.md

@@ -16,10 +16,6 @@ use Fidry\CpuCoreCounter\Finder\DummyCpuCoreFinder;
 
 $counter = new CpuCoreCounter();
 
-// For knowing the number of cores you can use for launching parallel processes:
-$counter->getAvailableForParallelisation()->availableCpus;
-
-// Get the number of CPU cores (by default it will use the logical cores count):
 try {
     $counter->getCount();   // e.g. 8
 } catch (NumberOfCpuCoreNotFound) {
@@ -33,10 +29,6 @@ $counter = new CpuCoreCounter([
     new DummyCpuCoreFinder(1),  // Fallback value
 ]);
 
-// A type-safe alternative form:
-$counter->getCountWithFallback(1);
-
-// Note that the result is memoized.
 $counter->getCount();   // e.g. 8
 
 ```
@@ -76,46 +68,30 @@ $cores = (new CpuCoreCounter($finders))->getCount();
 `FinderRegistry` provides two helpful entries:
 
 - `::getDefaultLogicalFinders()`: gives an ordered list of finders that will
-  look for the _logical_ CPU cores count.
+  look for the _logical_ CPU cores count
 - `::getDefaultPhysicalFinders()`: gives an ordered list of finders that will
-  look for the _physical_ CPU cores count.
+  look for the _physical_ CPU cores count
 
-By default, when using `CpuCoreCounter`, it will use the logical finders since
+By default when using `CpuCoreCounter`, it will use the logical finders since
 it is more likely what you are looking for and is what is used by PHP source to
 build the PHP binary.
 
 
 ### Checks what finders find what on your system
 
-You have three scrips available that provides insight about what the finders
+You have two commands available that provides insight about what the finders
 can find:
 
-```shell
-# Checks what each given finder will find on your system with details about the
-# information it had.
-make diagnose                                     # From this repository
-./vendor/fidry/cpu-core-counter/bin/diagnose.php  # From the library
+```
+$ make diagnose                                     # From this repository
+$ ./vendor/fidry/cpu-core-counter/bin/diagnose.php  # From the library
 ```
 
 And:
-```shell
-# Execute all finders and display the result they found.
-make execute                                     # From this repository
-./vendor/fidry/cpu-core-counter/bin/execute.php  # From the library
 ```
-
-
-### Debug the results found
-
-You have 3 methods available to help you find out what happened:
-
-1. If you are using the default configuration of finder registries, you can check
-   the previous section which will provide plenty of information.
-2. If what you are interested in is how many CPU cores were found, you can use
-   the `CpuCoreCounter::trace()` method.
-3. If what you are interested in is how the calculation of CPU cores available
-   for parallelisation was done, you can inspect the values of `ParallelisationResult`
-   returned by `CpuCoreCounter::getAvailableForParallelisation()`.
+$ make execute                                     # From this repository
+$ ./vendor/fidry/cpu-core-counter/bin/execute.php  # From the library
+```
 
 
 ## Backward Compatibility Promise (BCP)

+ 0 - 179
vendor/fidry/cpu-core-counter/src/CpuCoreCounter.php

@@ -14,14 +14,7 @@ declare(strict_types=1);
 namespace Fidry\CpuCoreCounter;
 
 use Fidry\CpuCoreCounter\Finder\CpuCoreFinder;
-use Fidry\CpuCoreCounter\Finder\EnvVariableFinder;
 use Fidry\CpuCoreCounter\Finder\FinderRegistry;
-use InvalidArgumentException;
-use function implode;
-use function max;
-use function sprintf;
-use function sys_getloadavg;
-use const PHP_EOL;
 
 final class CpuCoreCounter
 {
@@ -43,89 +36,6 @@ final class CpuCoreCounter
         $this->finders = $finders ?? FinderRegistry::getDefaultLogicalFinders();
     }
 
-    /**
-     * @param positive-int|0    $reservedCpus      Number of CPUs to reserve. This is useful when you want
-     *                                             to reserve some CPUs for other processes. If the main
-     *                                             process is going to be busy still, you may want to set
-     *                                             this value to 1.
-     * @param non-zero-int|null $countLimit        The maximum number of CPUs to return. If not provided, it
-     *                                             may look for a limit in the environment variables, e.g.
-     *                                             KUBERNETES_CPU_LIMIT. If negative, the limit will be
-     *                                             the total number of cores found minus the absolute value.
-     *                                             For instance if the system has 10 cores and countLimit=-2,
-     *                                             then the effective limit considered will be 8.
-     * @param float|null        $loadLimit         Element of [0., 1.]. Percentage representing the
-     *                                             amount of cores that should be used among the available
-     *                                             resources. For instance, if set to 0.7, it will use 70%
-     *                                             of the available cores, i.e. if 1 core is reserved, 11
-     *                                             cores are available and 5 are busy, it will use 70%
-     *                                             of (11-1-5)=5 cores, so 3 cores. Set this parameter to null
-     *                                             to skip this check. Beware that 1 does not mean "no limit",
-     *                                             but 100% of the _available_ resources, i.e. with the
-     *                                             previous example, it will return 5 cores. How busy is
-     *                                             the system is determined by the system load average
-     *                                             (see $systemLoadAverage).
-     * @param float|null        $systemLoadAverage The system load average. If passed, it will use
-     *                                             this information to limit the available cores based
-     *                                             on the _available_ resources. For instance, if there
-     *                                             is 10 cores but 3 are busy, then only 7 cores will
-     *                                             be considered for further calculation. If set to
-     *                                             `null`, it will use `sys_getloadavg()` to check the
-     *                                             load of the system in the past minute. You can
-     *                                             otherwise pass an arbitrary value. Should be a
-     *                                             positive float.
-     *
-     * @see https://php.net/manual/en/function.sys-getloadavg.php
-     */
-    public function getAvailableForParallelisation(
-        int $reservedCpus = 0,
-        ?int $countLimit = null,
-        ?float $loadLimit = null,
-        ?float $systemLoadAverage = 0.
-    ): ParallelisationResult {
-        self::checkCountLimit($countLimit);
-        self::checkLoadLimit($loadLimit);
-        self::checkSystemLoadAverage($systemLoadAverage);
-
-        $totalCoreCount = $this->getCountWithFallback(1);
-        $availableCores = max(1, $totalCoreCount - $reservedCpus);
-
-        // Adjust available CPUs based on current load
-        if (null !== $loadLimit) {
-            $correctedSystemLoadAverage = null === $systemLoadAverage
-                ? sys_getloadavg()[0] ?? 0.
-                : $systemLoadAverage;
-
-            $availableCores = max(
-                1,
-                $loadLimit * ($availableCores - $correctedSystemLoadAverage)
-            );
-        }
-
-        if (null === $countLimit) {
-            $correctedCountLimit = self::getKubernetesLimit();
-        } else {
-            $correctedCountLimit = $countLimit > 0
-                ? $countLimit
-                : max(1, $totalCoreCount + $countLimit);
-        }
-
-        if (null !== $correctedCountLimit && $availableCores > $correctedCountLimit) {
-            $availableCores = $correctedCountLimit;
-        }
-
-        return new ParallelisationResult(
-            $reservedCpus,
-            $countLimit,
-            $loadLimit,
-            $systemLoadAverage,
-            $correctedCountLimit,
-            $correctedSystemLoadAverage ?? $systemLoadAverage,
-            $totalCoreCount,
-            (int) $availableCores
-        );
-    }
-
     /**
      * @throws NumberOfCpuCoreNotFound
      *
@@ -141,48 +51,6 @@ final class CpuCoreCounter
         return $this->count;
     }
 
-    /**
-     * @param positive-int $fallback
-     *
-     * @return positive-int
-     */
-    public function getCountWithFallback(int $fallback): int
-    {
-        try {
-            return $this->getCount();
-        } catch (NumberOfCpuCoreNotFound $exception) {
-            return $fallback;
-        }
-    }
-
-    /**
-     * This method is mostly for debugging purposes.
-     */
-    public function trace(): string
-    {
-        $output = [];
-
-        foreach ($this->finders as $finder) {
-            $output[] = sprintf(
-                'Executing the finder "%s":',
-                $finder->toString()
-            );
-            $output[] = $finder->diagnose();
-
-            $cores = $finder->find();
-
-            if (null !== $cores) {
-                $output[] = 'Result found: '.$cores;
-
-                break;
-            }
-
-            $output[] = '–––';
-        }
-
-        return implode(PHP_EOL, $output);
-    }
-
     /**
      * @throws NumberOfCpuCoreNotFound
      *
@@ -218,51 +86,4 @@ final class CpuCoreCounter
 
         throw NumberOfCpuCoreNotFound::create();
     }
-
-    /**
-     * @return positive-int|null
-     */
-    public static function getKubernetesLimit(): ?int
-    {
-        $finder = new EnvVariableFinder('KUBERNETES_CPU_LIMIT');
-
-        return $finder->find();
-    }
-
-    private static function checkCountLimit(?int $countLimit): void
-    {
-        if (0 === $countLimit) {
-            throw new InvalidArgumentException(
-                'The count limit must be a non zero integer. Got "0".'
-            );
-        }
-    }
-
-    private static function checkLoadLimit(?float $loadLimit): void
-    {
-        if (null === $loadLimit) {
-            return;
-        }
-
-        if ($loadLimit < 0. || $loadLimit > 1.) {
-            throw new InvalidArgumentException(
-                sprintf(
-                    'The load limit must be in the range [0., 1.], got "%s".',
-                    $loadLimit
-                )
-            );
-        }
-    }
-
-    private static function checkSystemLoadAverage(?float $systemLoadAverage): void
-    {
-        if (null !== $systemLoadAverage && $systemLoadAverage < 0.) {
-            throw new InvalidArgumentException(
-                sprintf(
-                    'The system load average must be a positive float, got "%s".',
-                    $systemLoadAverage
-                )
-            );
-        }
-    }
 }

+ 2 - 4
vendor/fidry/cpu-core-counter/src/Finder/CpuInfoFinder.php

@@ -49,12 +49,10 @@ final class CpuInfoFinder implements CpuCoreFinder
         }
 
         return sprintf(
-            'Found the file "%s" with the content:%s%s%sWill return "%s".',
+            'Found the file "%s" with the content:%s%s',
             self::CPU_INFO_PATH,
             PHP_EOL,
-            $cpuInfo,
-            PHP_EOL,
-            self::countCpuCores($cpuInfo)
+            $cpuInfo
         );
     }
 

+ 0 - 69
vendor/fidry/cpu-core-counter/src/Finder/EnvVariableFinder.php

@@ -1,69 +0,0 @@
-<?php
-
-/*
- * This file is part of the Fidry CPUCounter Config package.
- *
- * (c) Théo FIDRY <theo.fidry@gmail.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-declare(strict_types=1);
-
-namespace Fidry\CpuCoreCounter\Finder;
-
-use function getenv;
-use function preg_match;
-use function sprintf;
-use function var_export;
-
-final class EnvVariableFinder implements CpuCoreFinder
-{
-    /** @var string */
-    private $environmentVariableName;
-
-    public function __construct(string $environmentVariableName)
-    {
-        $this->environmentVariableName = $environmentVariableName;
-    }
-
-    public function diagnose(): string
-    {
-        $value = getenv($this->environmentVariableName);
-
-        return sprintf(
-            'parse(getenv(%s)=%s)=%s',
-            $this->environmentVariableName,
-            var_export($value, true),
-            self::isPositiveInteger($value) ? $value : 'null'
-        );
-    }
-
-    public function find(): ?int
-    {
-        $value = getenv($this->environmentVariableName);
-
-        return self::isPositiveInteger($value)
-            ? (int) $value
-            : null;
-    }
-
-    public function toString(): string
-    {
-        return sprintf(
-            'getenv(%s)',
-            $this->environmentVariableName
-        );
-    }
-
-    /**
-     * @param string|false $value
-     */
-    private static function isPositiveInteger($value): bool
-    {
-        return false !== $value
-            && 1 === preg_match('/^\d+$/', $value)
-            && (int) $value > 0;
-    }
-}

+ 2 - 5
vendor/fidry/cpu-core-counter/src/Finder/NProcFinder.php

@@ -30,13 +30,10 @@ final class NProcFinder extends ProcOpenBasedFinder
     private $all;
 
     /**
-     * @param bool $all If disabled will give the number of cores available for the current process
-     *                  only. This is disabled by default as it is known to be "buggy" on virtual
-     *                  environments as the virtualization tool, e.g. VMWare, might over-commit
-     *                  resources by default.
+     * @param bool $all If disabled will give the number of cores available for the current process only.
      */
     public function __construct(
-        bool $all = false,
+        bool $all = true,
         ?ProcessExecutor $executor = null
     ) {
         parent::__construct($executor);

+ 4 - 7
vendor/fidry/cpu-core-counter/src/Finder/ProcOpenBasedFinder.php

@@ -56,19 +56,16 @@ abstract class ProcOpenBasedFinder implements CpuCoreFinder
 
         return $failed
             ? sprintf(
-                'Executed the command "%s" which wrote the following output to the STDERR:%s%s%sWill return "null".',
+                'Executed the command "%s" which wrote the following output to the STDERR:%s%s',
                 $command,
                 PHP_EOL,
-                $stderr,
-                PHP_EOL
+                $stderr
             )
             : sprintf(
-                'Executed the command "%s" and got the following (STDOUT) output:%s%s%sWill return "%s".',
+                'Executed the command "%s" and got the following (STDOUT) output:%s%s',
                 $command,
                 PHP_EOL,
-                $stdout,
-                PHP_EOL,
-                $this->countCpuCores($stdout) ?? 'null'
+                $stdout
             );
     }
 

+ 0 - 87
vendor/fidry/cpu-core-counter/src/ParallelisationResult.php

@@ -1,87 +0,0 @@
-<?php
-
-/*
- * This file is part of the Fidry CPUCounter Config package.
- *
- * (c) Théo FIDRY <theo.fidry@gmail.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-declare(strict_types=1);
-
-namespace Fidry\CpuCoreCounter;
-
-/**
- * @readonly
- */
-final class ParallelisationResult
-{
-    /**
-     * @var positive-int|0
-     */
-    public $passedReservedCpus;
-
-    /**
-     * @var non-zero-int|null
-     */
-    public $passedCountLimit;
-
-    /**
-     * @var float|null
-     */
-    public $passedLoadLimit;
-
-    /**
-     * @var float|null
-     */
-    public $passedSystemLoadAverage;
-
-    /**
-     * @var non-zero-int|null
-     */
-    public $correctedCountLimit;
-
-    /**
-     * @var float|null
-     */
-    public $correctedSystemLoadAverage;
-
-    /**
-     * @var positive-int
-     */
-    public $totalCoresCount;
-
-    /**
-     * @var positive-int
-     */
-    public $availableCpus;
-
-    /**
-     * @param positive-int|0    $passedReservedCpus
-     * @param non-zero-int|null $passedCountLimit
-     * @param non-zero-int|null $correctedCountLimit
-     * @param positive-int      $totalCoresCount
-     * @param positive-int      $availableCpus
-     */
-    public function __construct(
-        int $passedReservedCpus,
-        ?int $passedCountLimit,
-        ?float $passedLoadLimit,
-        ?float $passedSystemLoadAverage,
-        ?int $correctedCountLimit,
-        ?float $correctedSystemLoadAverage,
-        int $totalCoresCount,
-        int $availableCpus
-    ) {
-        $this->passedReservedCpus = $passedReservedCpus;
-        $this->passedCountLimit = $passedCountLimit;
-        $this->passedLoadLimit = $passedLoadLimit;
-        $this->passedSystemLoadAverage = $passedSystemLoadAverage;
-        $this->correctedCountLimit = $correctedCountLimit;
-        $this->correctedSystemLoadAverage = $correctedSystemLoadAverage;
-        $this->totalCoresCount = $totalCoresCount;
-        $this->availableCpus = $availableCpus;
-    }
-}

+ 0 - 122
vendor/friendsofphp/php-cs-fixer/CHANGELOG.md

@@ -3,128 +3,6 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
-Changelog for v3.64.0
----------------------
-
-* feat: Symfony - adjust configuration for sets (#8188)
-* feat: Symfony.trailing_comma_in_multiline - adjust configuration (#8161)
-* feat: Update PSR2, PSR12 and PER-CS2 with `single_space_around_construct` config (#8171)
-* CI: Update PHPStan to 1.12.0 and fix the error that appeared (#8184)
-
-Changelog for v3.63.2
----------------------
-
-* fix: `FullyQualifiedStrictTypesFixer` - reset cache even if there is no `use` (#8183)
-
-Changelog for v3.63.1
----------------------
-
-* dummy release
-
-Changelog for v3.63.0
----------------------
-
-* feat: Add `array_destructuring` as option for `trailing_comma_in_multiline` (#8172)
-* feat: remove braces even for single import (#8156)
-* feat: TrailingCommaInMultilineFixer - dynamically evaluate config against PHP version (#8167)
-* fix: Do not shorten FQN for class resolution if imported symbol is not a class (#7705)
-* fix: Ensure PHP binary path is used as a single CLI argument in parallel worker process (#8180)
-* fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169)
-* chore: add  tags for data providers that will change PHPStan's baseline (#8178)
-* chore: add `@return` tags for data providers already having PHPDoc (#8176)
-* chore: add `@return` tags for data providers that do not have array in data (#8179)
-* chore: remove duplicates from data providers (#8164)
-* chore: remove duplicates from data providers that are copies in code (#8145)
-* chore: remove `beStrictAboutTodoAnnotatedTests` from PHPUnit's config (#8160)
-* CI: Update PHPStan to 1.11.10 (#8163)
-* CI: Update PHPStan to 1.11.11 and fix error that changed (#8174)
-* docs: fix indent on rule `date_time_create_from_format_call` (#8173)
-
-Changelog for v3.62.0
----------------------
-
-* feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140)
-* chore: NewWithParenthesesFixer - create TODO to change the default configuration to match PER-CS2 (#8148)
-
-Changelog for v3.61.1
----------------------
-
-* fix: `NoSuperfluousPhpdocTagsFixer` - fix "Undefined array key 0" error (#8150)
-
-Changelog for v3.61.0
----------------------
-
-* feat: no_superfluous_phpdoc_tags - also cover ?type (#8125)
-* feat: support PHPUnit v9.1 naming for some asserts (#7997)
-* fix: Do not mangle non-whitespace token in `PhpdocIndentFixer` (#8147)
-* DX: add more typehints for `class-string` (#8139)
-* DX: refactor `ProjectCodeTest::provideDataProviderMethodCases` (#8138)
-
-Changelog for v3.60.0
----------------------
-
-* feat: Add sprintf in the list of compiler optimized functions (#8092)
-* feat: `PhpUnitAttributesFixer` - add option to keep annotations (#8090)
-* chore: cleanup tests that had `@requires PHP 7.4` ages ago (#8122)
-* chore: cleanup `TokensAnalyzerTest` (#8123)
-* chore: fix example issue reported by reportPossiblyNonexistentGeneralArrayOffset from PHPStan (#8089)
-* chore: NoSuperfluousPhpdocTagsFixer - no need to call heavy toComparableNames method to add null type (#8132)
-* chore: PHPStan 11 array rules (#8011)
-* chore: PhpUnitSizeClassFixerTest - solve PHP 8.4 issues (#8105)
-* chore: reduce PHPStan errors in PhpUnitAttributesFixer (#8091)
-* chore: reuse test methods (#8119)
-* CI: check autoload (#8121)
-* CI: Update PHPStan to 1.11.8 (#8133)
-* deps: upgrade dev-tools (#8102)
-* DX: check for duplicated test data (#8131)
-* DX: check for duplicated test methods (#8124)
-* DX: check for duplicated test methods (as AutoReview test) (#8134)
-* DX: do not exclude duplicates that are clearly mistakes (#8135)
-* DX: Dump `offsetAccess.notFound` errors to baseline (#8107)
-* fix: Better way of walking types in `TypeExpression` (#8076)
-* fix: CI for PHP 8.4 (#8114)
-* fix: update `TokensTest` to shrink PHPStan's baseline (#8112)
-* fix: `no_useless_concat_operator` - do not break variable (2) (#7927)
-* fix: `NullableTypeDeclarationFixer` - don't convert standalone `null` into nullable union type (#8098)
-* fix: `NullableTypeDeclarationFixer` - don't convert standalone `NULL` into nullable union type (#8111)
-* fix: `NullableTypeDeclarationFixer` - insert correct token (#8118)
-* fix: `PhpUnitAttributesFixer` - handle multiple annotations of the same name (#8075)
-
-Changelog for v3.59.3
----------------------
-
-* refactor: refactor to templated trait+interface (#7988)
-
-Changelog for v3.59.2
----------------------
-
-* fix: "list" is reserved type (#8087)
-* chore: add missing type in method prototype (#8088)
-* CI: bump Ubuntu version (#8086)
-* deps: bump infection to unblock PHPUnit 11, and few more as chore (#8083)
-
-Changelog for v3.59.1
----------------------
-
-* fix: Bump React's JSON decoder buffer size (#8068)
-* docs: options - handle enums in dicts (#8082)
-
-Changelog for v3.59.0
----------------------
-
-* feat(Docker): Multi-arch build (support for `arm64`) (#8079)
-* feat: `@PhpCsFixer` ruleset - normalise implicit backslashes in single quoted strings (#7965)
-* feat: `SimpleToComplexStringVariableFixer` - support variable being an array (#8064)
-* fix: Look up for PHPDoc's variable name by only chars allowed in the variables (#8062)
-* fix: Update `PhpUnitTestCaseStaticMethodCallsFixer::STATIC_METHODS` (#8073)
-* fix: `native_constant_invocation` - array constants with native constant names (#8008)
-* chore: update PHPStan (#8060)
-* CI: Update PHPStan to 1.11.4 (#8074)
-* docs: don't expose list as config type for dicts (#8081)
-* docs: Make wording in `final_class` docs less dismissive (#8065)
-* docs: Update 1-bug_report.yml (#8067)
-* DX: Remove version from Docker Compose files (#8061)
-
 Changelog for v3.58.1
 ---------------------
 

+ 7 - 14
vendor/friendsofphp/php-cs-fixer/composer.json

@@ -46,16 +46,16 @@
         "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
     },
     "require-dev": {
-        "facile-it/paraunit": "^1.3 || ^2.3",
-        "infection/infection": "^0.29.5",
+        "facile-it/paraunit": "^1.3 || ^2.0",
+        "infection/infection": "^0.27.11",
         "justinrainbow/json-schema": "^5.2",
         "keradus/cli-executor": "^2.1",
         "mikey179/vfsstream": "^1.6.11",
         "php-coveralls/php-coveralls": "^2.7",
         "php-cs-fixer/accessible-object": "^1.1",
-        "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
-        "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
-        "phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
+        "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
+        "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
+        "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
         "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
         "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
     },
@@ -66,18 +66,12 @@
     "autoload": {
         "psr-4": {
             "PhpCsFixer\\": "src/"
-        },
-        "exclude-from-classmap": [
-            "src/Fixer/Internal/*"
-        ]
+        }
     },
     "autoload-dev": {
         "psr-4": {
             "PhpCsFixer\\Tests\\": "tests/"
-        },
-        "exclude-from-classmap": [
-            "tests/Fixtures/"
-        ]
+        }
     },
     "bin": [
         "php-cs-fixer"
@@ -127,7 +121,6 @@
         "self-check": [
             "./dev-tools/check_file_permissions.sh",
             "./dev-tools/check_trailing_spaces.sh",
-            "@composer dump-autoload --dry-run --optimize --strict-psr",
             "@normalize",
             "@unused-deps",
             "@require-checker",

+ 10 - 12
vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php

@@ -26,17 +26,6 @@ use PhpCsFixer\Tokenizer\TokensAnalyzer;
 
 /**
  * @internal
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  scalar_types?: bool,
- *  union_types?: bool
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  scalar_types: bool,
- *  union_types: bool
- * }
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
  */
 abstract class AbstractDoctrineAnnotationFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
@@ -64,7 +53,7 @@ abstract class AbstractDoctrineAnnotationFixer extends AbstractFixer implements
 
             $doctrineAnnotationTokens = DoctrineAnnotationTokens::createFromDocComment(
                 $docCommentToken,
-                $this->configuration['ignored_tags'] // @phpstan-ignore-line
+                $this->configuration['ignored_tags']
             );
 
             $this->fixAnnotations($doctrineAnnotationTokens);
@@ -82,6 +71,15 @@ abstract class AbstractDoctrineAnnotationFixer extends AbstractFixer implements
         return new FixerConfigurationResolver([
             (new FixerOptionBuilder('ignored_tags', 'List of tags that must not be treated as Doctrine Annotations.'))
                 ->setAllowedTypes(['string[]'])
+                ->setAllowedValues([static function (array $values): bool {
+                    foreach ($values as $value) {
+                        if (!\is_string($value)) {
+                            return false;
+                        }
+                    }
+
+                    return true;
+                }])
                 ->setDefault([
                     // PHPDocumentor 1
                     'abstract',

+ 90 - 1
vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php

@@ -14,11 +14,19 @@ declare(strict_types=1);
 
 namespace PhpCsFixer;
 
+use PhpCsFixer\ConfigurationException\InvalidFixerConfigurationException;
+use PhpCsFixer\ConfigurationException\InvalidForEnvFixerConfigurationException;
 use PhpCsFixer\ConfigurationException\RequiredFixerConfigurationException;
+use PhpCsFixer\Console\Application;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
 use PhpCsFixer\Fixer\FixerInterface;
 use PhpCsFixer\Fixer\WhitespacesAwareFixerInterface;
+use PhpCsFixer\FixerConfiguration\DeprecatedFixerOption;
+use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
+use PhpCsFixer\FixerConfiguration\InvalidOptionsForEnvException;
 use PhpCsFixer\Tokenizer\Tokens;
+use Symfony\Component\OptionsResolver\Exception\ExceptionInterface;
+use Symfony\Component\OptionsResolver\Exception\MissingOptionsException;
 
 /**
  * @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
@@ -27,11 +35,21 @@ use PhpCsFixer\Tokenizer\Tokens;
  */
 abstract class AbstractFixer implements FixerInterface
 {
+    /**
+     * @var null|array<string, mixed>
+     */
+    protected $configuration;
+
     /**
      * @var WhitespacesFixerConfig
      */
     protected $whitespacesConfig;
 
+    /**
+     * @var null|FixerConfigurationResolverInterface
+     */
+    private $configurationDefinition;
+
     public function __construct()
     {
         if ($this instanceof ConfigurableFixerInterface) {
@@ -49,7 +67,7 @@ abstract class AbstractFixer implements FixerInterface
 
     final public function fix(\SplFileInfo $file, Tokens $tokens): void
     {
-        if ($this instanceof ConfigurableFixerInterface && property_exists($this, 'configuration') && null === $this->configuration) {
+        if ($this instanceof ConfigurableFixerInterface && null === $this->configuration) {
             throw new RequiredFixerConfigurationException($this->getName(), 'Configuration is required.');
         }
 
@@ -81,6 +99,68 @@ abstract class AbstractFixer implements FixerInterface
         return true;
     }
 
+    /**
+     * @param array<string, mixed> $configuration
+     */
+    public function configure(array $configuration): void
+    {
+        if (!$this instanceof ConfigurableFixerInterface) {
+            throw new \LogicException('Cannot configure using Abstract parent, child not implementing "PhpCsFixer\Fixer\ConfigurableFixerInterface".');
+        }
+
+        foreach ($this->getConfigurationDefinition()->getOptions() as $option) {
+            if (!$option instanceof DeprecatedFixerOption) {
+                continue;
+            }
+
+            $name = $option->getName();
+            if (\array_key_exists($name, $configuration)) {
+                Utils::triggerDeprecation(new \InvalidArgumentException(sprintf(
+                    'Option "%s" for rule "%s" is deprecated and will be removed in version %d.0. %s',
+                    $name,
+                    $this->getName(),
+                    Application::getMajorVersion() + 1,
+                    str_replace('`', '"', $option->getDeprecationMessage())
+                )));
+            }
+        }
+
+        try {
+            $this->configuration = $this->getConfigurationDefinition()->resolve($configuration);
+        } catch (MissingOptionsException $exception) {
+            throw new RequiredFixerConfigurationException(
+                $this->getName(),
+                sprintf('Missing required configuration: %s', $exception->getMessage()),
+                $exception
+            );
+        } catch (InvalidOptionsForEnvException $exception) {
+            throw new InvalidForEnvFixerConfigurationException(
+                $this->getName(),
+                sprintf('Invalid configuration for env: %s', $exception->getMessage()),
+                $exception
+            );
+        } catch (ExceptionInterface $exception) {
+            throw new InvalidFixerConfigurationException(
+                $this->getName(),
+                sprintf('Invalid configuration: %s', $exception->getMessage()),
+                $exception
+            );
+        }
+    }
+
+    public function getConfigurationDefinition(): FixerConfigurationResolverInterface
+    {
+        if (!$this instanceof ConfigurableFixerInterface) {
+            throw new \LogicException(sprintf('Cannot get configuration definition using Abstract parent, child "%s" not implementing "PhpCsFixer\Fixer\ConfigurableFixerInterface".', static::class));
+        }
+
+        if (null === $this->configurationDefinition) {
+            $this->configurationDefinition = $this->createConfigurationDefinition();
+        }
+
+        return $this->configurationDefinition;
+    }
+
     public function setWhitespacesConfig(WhitespacesFixerConfig $config): void
     {
         if (!$this instanceof WhitespacesAwareFixerInterface) {
@@ -92,6 +172,15 @@ abstract class AbstractFixer implements FixerInterface
 
     abstract protected function applyFix(\SplFileInfo $file, Tokens $tokens): void;
 
+    protected function createConfigurationDefinition(): FixerConfigurationResolverInterface
+    {
+        if (!$this instanceof ConfigurableFixerInterface) {
+            throw new \LogicException('Cannot create configuration definition using Abstract parent, child not implementing "PhpCsFixer\Fixer\ConfigurableFixerInterface".');
+        }
+
+        throw new \LogicException('Not implemented.');
+    }
+
     private function getDefaultWhitespacesFixerConfig(): WhitespacesFixerConfig
     {
         static $defaultWhitespacesFixerConfig = null;

+ 0 - 14
vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php

@@ -18,7 +18,6 @@ use PhpCsFixer\DocBlock\Annotation;
 use PhpCsFixer\DocBlock\DocBlock;
 use PhpCsFixer\DocBlock\TypeExpression;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -32,22 +31,9 @@ use PhpCsFixer\Tokenizer\Tokens;
  * @internal
  *
  * @phpstan-type _CommonTypeInfo array{commonType: string, isNullable: bool}
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  scalar_types?: bool,
- *  union_types?: bool
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  scalar_types: bool,
- *  union_types: bool
- * }
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
  */
 abstract class AbstractPhpdocToTypeDeclarationFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     private const REGEX_CLASS = '(?:\\\?+'.TypeExpression::REGEX_IDENTIFIER
         .'(\\\\'.TypeExpression::REGEX_IDENTIFIER.')*+)';
 

+ 3 - 3
vendor/friendsofphp/php-cs-fixer/src/Cache/Cache.php

@@ -76,7 +76,7 @@ final class Cache implements CacheInterface
         ]);
 
         if (JSON_ERROR_NONE !== json_last_error() || false === $json) {
-            throw new \UnexpectedValueException(\sprintf(
+            throw new \UnexpectedValueException(sprintf(
                 'Cannot encode cache signature to JSON, error: "%s". If you have non-UTF8 chars in your signature, like in license for `header_comment`, consider enabling `ext-mbstring` or install `symfony/polyfill-mbstring`.',
                 json_last_error_msg()
             ));
@@ -93,7 +93,7 @@ final class Cache implements CacheInterface
         $data = json_decode($json, true);
 
         if (null === $data && JSON_ERROR_NONE !== json_last_error()) {
-            throw new \InvalidArgumentException(\sprintf(
+            throw new \InvalidArgumentException(sprintf(
                 'Value needs to be a valid JSON string, got "%s", error: "%s".',
                 $json,
                 json_last_error_msg()
@@ -112,7 +112,7 @@ final class Cache implements CacheInterface
         $missingKeys = array_diff_key(array_flip($requiredKeys), $data);
 
         if (\count($missingKeys) > 0) {
-            throw new \InvalidArgumentException(\sprintf(
+            throw new \InvalidArgumentException(sprintf(
                 'JSON data is missing keys %s',
                 Utils::naturalLanguageJoin(array_keys($missingKeys))
             ));

+ 3 - 3
vendor/friendsofphp/php-cs-fixer/src/Cache/FileHandler.php

@@ -140,7 +140,7 @@ final class FileHandler implements FileHandlerInterface
 
         if ($this->fileInfo->isDir()) {
             throw new IOException(
-                \sprintf('Cannot write cache file "%s" as the location exists as directory.', $this->fileInfo->getRealPath()),
+                sprintf('Cannot write cache file "%s" as the location exists as directory.', $this->fileInfo->getRealPath()),
                 0,
                 null,
                 $this->fileInfo->getPathname()
@@ -149,7 +149,7 @@ final class FileHandler implements FileHandlerInterface
 
         if ($this->fileInfo->isFile() && !$this->fileInfo->isWritable()) {
             throw new IOException(
-                \sprintf('Cannot write to file "%s" as it is not writable.', $this->fileInfo->getRealPath()),
+                sprintf('Cannot write to file "%s" as it is not writable.', $this->fileInfo->getRealPath()),
                 0,
                 null,
                 $this->fileInfo->getPathname()
@@ -171,7 +171,7 @@ final class FileHandler implements FileHandlerInterface
 
         if (!@is_dir($dir)) {
             throw new IOException(
-                \sprintf('Directory of cache file "%s" does not exists and couldn\'t be created.', $file),
+                sprintf('Directory of cache file "%s" does not exists and couldn\'t be created.', $file),
                 0,
                 null,
                 $file

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/ConfigurationException/InvalidFixerConfigurationException.php

@@ -30,7 +30,7 @@ class InvalidFixerConfigurationException extends InvalidConfigurationException
     public function __construct(string $fixerName, string $message, ?\Throwable $previous = null)
     {
         parent::__construct(
-            \sprintf('[%s] %s', $fixerName, $message),
+            sprintf('[%s] %s', $fixerName, $message),
             FixCommandExitStatusCalculator::EXIT_STATUS_FLAG_HAS_INVALID_FIXER_CONFIG,
             $previous
         );

+ 7 - 7
vendor/friendsofphp/php-cs-fixer/src/Console/Application.php

@@ -44,8 +44,8 @@ use Symfony\Component\Console\Output\OutputInterface;
 final class Application extends BaseApplication
 {
     public const NAME = 'PHP CS Fixer';
-    public const VERSION = '3.64.0';
-    public const VERSION_CODENAME = 'Space Sets';
+    public const VERSION = '3.58.1';
+    public const VERSION_CODENAME = '7th Gear';
 
     private ToolInfo $toolInfo;
     private ?Command $executedCommand = null;
@@ -89,7 +89,7 @@ final class Application extends BaseApplication
 
             if (\count($warnings) > 0) {
                 foreach ($warnings as $warning) {
-                    $stdErr->writeln(\sprintf($stdErr->isDecorated() ? '<bg=yellow;fg=black;>%s</>' : '%s', $warning));
+                    $stdErr->writeln(sprintf($stdErr->isDecorated() ? '<bg=yellow;fg=black;>%s</>' : '%s', $warning));
                 }
                 $stdErr->writeln('');
             }
@@ -107,7 +107,7 @@ final class Application extends BaseApplication
                 $stdErr->writeln('');
                 $stdErr->writeln($stdErr->isDecorated() ? '<bg=yellow;fg=black;>Detected deprecations in use:</>' : 'Detected deprecations in use:');
                 foreach ($triggeredDeprecations as $deprecation) {
-                    $stdErr->writeln(\sprintf('- %s', $deprecation));
+                    $stdErr->writeln(sprintf('- %s', $deprecation));
                 }
             }
         }
@@ -120,7 +120,7 @@ final class Application extends BaseApplication
      */
     public static function getAbout(bool $decorated = false): string
     {
-        $longVersion = \sprintf('%s <info>%s</info>', self::NAME, self::VERSION);
+        $longVersion = sprintf('%s <info>%s</info>', self::NAME, self::VERSION);
 
         $commit = '@git-commit@';
         $versionCommit = '';
@@ -131,8 +131,8 @@ final class Application extends BaseApplication
 
         $about = implode('', [
             $longVersion,
-            $versionCommit ? \sprintf(' <info>(%s)</info>', $versionCommit) : '', // @phpstan-ignore-line to avoid `Ternary operator condition is always true|false.`
-            self::VERSION_CODENAME ? \sprintf(' <info>%s</info>', self::VERSION_CODENAME) : '', // @phpstan-ignore-line to avoid `Ternary operator condition is always true|false.`
+            $versionCommit ? sprintf(' <info>(%s)</info>', $versionCommit) : '', // @phpstan-ignore-line to avoid `Ternary operator condition is always true|false.`
+            self::VERSION_CODENAME ? sprintf(' <info>%s</info>', self::VERSION_CODENAME) : '', // @phpstan-ignore-line to avoid `Ternary operator condition is always true|false.`
             ' by <comment>Fabien Potencier</comment>, <comment>Dariusz Ruminski</comment> and <comment>contributors</comment>.',
         ]);
 

+ 20 - 28
vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php

@@ -24,7 +24,6 @@ use PhpCsFixer\Fixer\ConfigurableFixerInterface;
 use PhpCsFixer\Fixer\DeprecatedFixerInterface;
 use PhpCsFixer\Fixer\ExperimentalFixerInterface;
 use PhpCsFixer\Fixer\FixerInterface;
-use PhpCsFixer\Fixer\InternalFixerInterface;
 use PhpCsFixer\FixerConfiguration\AliasedFixerOption;
 use PhpCsFixer\FixerConfiguration\AllowedValueSubset;
 use PhpCsFixer\FixerConfiguration\DeprecatedFixerOption;
@@ -131,7 +130,7 @@ final class DescribeCommand extends Command
 
             $this->describeList($output, $e->getType());
 
-            throw new \InvalidArgumentException(\sprintf(
+            throw new \InvalidArgumentException(sprintf(
                 '%s "%s" not found.%s',
                 ucfirst($e->getType()),
                 $name,
@@ -155,24 +154,24 @@ final class DescribeCommand extends Command
 
         $definition = $fixer->getDefinition();
 
-        $output->writeln(\sprintf('<fg=blue>Description of the <info>`%s`</info> rule.</>', $name));
+        $output->writeln(sprintf('<fg=blue>Description of the <info>`%s`</info> rule.</>', $name));
         $output->writeln('');
 
         if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE) {
-            $output->writeln(\sprintf('Fixer class: <comment>%s</comment>.', \get_class($fixer)));
+            $output->writeln(sprintf('Fixer class: <comment>%s</comment>.', \get_class($fixer)));
             $output->writeln('');
         }
 
         if ($fixer instanceof DeprecatedFixerInterface) {
             $successors = $fixer->getSuccessorsNames();
             $message = [] === $successors
-                ? \sprintf('it will be removed in version %d.0', Application::getMajorVersion() + 1)
-                : \sprintf('use %s instead', Utils::naturalLanguageJoinWithBackticks($successors));
+                ? sprintf('it will be removed in version %d.0', Application::getMajorVersion() + 1)
+                : sprintf('use %s instead', Utils::naturalLanguageJoinWithBackticks($successors));
 
             $endMessage = '. '.ucfirst($message);
             Utils::triggerDeprecation(new \RuntimeException(str_replace('`', '"', "Rule \"{$name}\" is deprecated{$endMessage}.")));
             $message = Preg::replace('/(`[^`]+`)/', '<info>$1</info>', $message);
-            $output->writeln(\sprintf('<error>DEPRECATED</error>: %s.', $message));
+            $output->writeln(sprintf('<error>DEPRECATED</error>: %s.', $message));
             $output->writeln('');
         }
 
@@ -193,13 +192,6 @@ final class DescribeCommand extends Command
             $output->writeln('');
         }
 
-        if ($fixer instanceof InternalFixerInterface) {
-            $output->writeln('<error>Fixer applying this rule is INTERNAL.</error>.');
-            $output->writeln('It is expected to be used only on PHP CS Fixer project itself.');
-
-            $output->writeln('');
-        }
-
         if ($fixer->isRisky()) {
             $output->writeln('<error>Fixer applying this rule is RISKY.</error>');
 
@@ -216,7 +208,7 @@ final class DescribeCommand extends Command
             $configurationDefinition = $fixer->getConfigurationDefinition();
             $options = $configurationDefinition->getOptions();
 
-            $output->writeln(\sprintf('Fixer is configurable using following option%s:', 1 === \count($options) ? '' : 's'));
+            $output->writeln(sprintf('Fixer is configurable using following option%s:', 1 === \count($options) ? '' : 's'));
 
             foreach ($options as $option) {
                 $line = '* <info>'.OutputFormatter::escape($option->getName()).'</info>';
@@ -239,7 +231,7 @@ final class DescribeCommand extends Command
                 $line .= ': '.lcfirst(Preg::replace('/\.$/', '', $description)).'; ';
 
                 if ($option->hasDefault()) {
-                    $line .= \sprintf(
+                    $line .= sprintf(
                         'defaults to <comment>%s</comment>',
                         Utils::toString($option->getDefault())
                     );
@@ -290,7 +282,7 @@ final class DescribeCommand extends Command
             $differ = new FullDiffer();
             $diffFormatter = new DiffConsoleFormatter(
                 $output->isDecorated(),
-                \sprintf(
+                sprintf(
                     '<comment>   ---------- begin diff ----------</comment>%s%%s%s<comment>   ----------- end diff -----------</comment>',
                     PHP_EOL,
                     PHP_EOL
@@ -317,12 +309,12 @@ final class DescribeCommand extends Command
 
                 if ($fixer instanceof ConfigurableFixerInterface) {
                     if (null === $configuration) {
-                        $output->writeln(\sprintf(' * Example #%d. Fixing with the <comment>default</comment> configuration.', $index + 1));
+                        $output->writeln(sprintf(' * Example #%d. Fixing with the <comment>default</comment> configuration.', $index + 1));
                     } else {
-                        $output->writeln(\sprintf(' * Example #%d. Fixing with configuration: <comment>%s</comment>.', $index + 1, Utils::toString($codeSample->getConfiguration())));
+                        $output->writeln(sprintf(' * Example #%d. Fixing with configuration: <comment>%s</comment>.', $index + 1, Utils::toString($codeSample->getConfiguration())));
                     }
                 } else {
-                    $output->writeln(\sprintf(' * Example #%d.', $index + 1));
+                    $output->writeln(sprintf(' * Example #%d.', $index + 1));
                 }
 
                 $output->writeln([$diffFormatter->format($diff, '   %s'), '']);
@@ -338,9 +330,9 @@ final class DescribeCommand extends Command
 
             foreach ($ruleSetConfigs as $set => $config) {
                 if (null !== $config) {
-                    $output->writeln(\sprintf('* <info>%s</info> with config: <comment>%s</comment>', $set, Utils::toString($config)));
+                    $output->writeln(sprintf('* <info>%s</info> with config: <comment>%s</comment>', $set, Utils::toString($config)));
                 } else {
-                    $output->writeln(\sprintf('* <info>%s</info> with <comment>default</comment> config', $set));
+                    $output->writeln(sprintf('* <info>%s</info> with <comment>default</comment> config', $set));
                 }
             }
 
@@ -357,7 +349,7 @@ final class DescribeCommand extends Command
         $ruleSetDefinitions = RuleSets::getSetDefinitions();
         $fixers = $this->getFixers();
 
-        $output->writeln(\sprintf('<fg=blue>Description of the <info>`%s`</info> set.</>', $ruleSetDefinitions[$name]->getName()));
+        $output->writeln(sprintf('<fg=blue>Description of the <info>`%s`</info> set.</>', $ruleSetDefinitions[$name]->getName()));
         $output->writeln('');
 
         $output->writeln($this->replaceRstLinks($ruleSetDefinitions[$name]->getDescription()));
@@ -373,7 +365,7 @@ final class DescribeCommand extends Command
         foreach ($ruleSetDefinitions[$name]->getRules() as $rule => $config) {
             if (str_starts_with($rule, '@')) {
                 $set = $ruleSetDefinitions[$rule];
-                $help .= \sprintf(
+                $help .= sprintf(
                     " * <info>%s</info>%s\n   | %s\n\n",
                     $rule,
                     $set->isRisky() ? ' <error>risky</error>' : '',
@@ -387,12 +379,12 @@ final class DescribeCommand extends Command
             $fixer = $fixers[$rule];
 
             $definition = $fixer->getDefinition();
-            $help .= \sprintf(
+            $help .= sprintf(
                 " * <info>%s</info>%s\n   | %s\n%s\n",
                 $rule,
                 $fixer->isRisky() ? ' <error>risky</error>' : '',
                 $definition->getSummary(),
-                true !== $config ? \sprintf("   <comment>| Configuration: %s</comment>\n", Utils::toString($config)) : ''
+                true !== $config ? sprintf("   <comment>| Configuration: %s</comment>\n", Utils::toString($config)) : ''
             );
         }
 
@@ -448,7 +440,7 @@ final class DescribeCommand extends Command
 
             $items = $this->getSetNames();
             foreach ($items as $item) {
-                $output->writeln(\sprintf('* <info>%s</info>', $item));
+                $output->writeln(sprintf('* <info>%s</info>', $item));
             }
         }
 
@@ -457,7 +449,7 @@ final class DescribeCommand extends Command
 
             $items = array_keys($this->getFixers());
             foreach ($items as $item) {
-                $output->writeln(\sprintf('* <info>%s</info>', $item));
+                $output->writeln(sprintf('* <info>%s</info>', $item));
             }
         }
     }

+ 8 - 8
vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php

@@ -263,10 +263,10 @@ use Symfony\Component\Stopwatch\Stopwatch;
             $stdErr->writeln(Application::getAboutWithRuntime(true));
             $isParallel = $resolver->getParallelConfig()->getMaxProcesses() > 1;
 
-            $stdErr->writeln(\sprintf(
+            $stdErr->writeln(sprintf(
                 'Running analysis on %d core%s.',
                 $resolver->getParallelConfig()->getMaxProcesses(),
-                $isParallel ? \sprintf(
+                $isParallel ? sprintf(
                     's with %d file%s per process',
                     $resolver->getParallelConfig()->getFilesPerProcess(),
                     $resolver->getParallelConfig()->getFilesPerProcess() > 1 ? 's' : ''
@@ -275,26 +275,26 @@ use Symfony\Component\Stopwatch\Stopwatch;
 
             /** @TODO v4 remove warnings related to parallel runner */
             $usageDocs = 'https://cs.symfony.com/doc/usage.html';
-            $stdErr->writeln(\sprintf(
+            $stdErr->writeln(sprintf(
                 $stdErr->isDecorated() ? '<bg=yellow;fg=black;>%s</>' : '%s',
                 $isParallel
                     ? 'Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!'
-                    : \sprintf(
+                    : sprintf(
                         'You can enable parallel runner and speed up the analysis! Please see %s for more information.',
                         $stdErr->isDecorated()
-                            ? \sprintf('<href=%s;bg=yellow;fg=red;bold>usage docs</>', OutputFormatter::escape($usageDocs))
+                            ? sprintf('<href=%s;bg=yellow;fg=red;bold>usage docs</>', OutputFormatter::escape($usageDocs))
                             : $usageDocs
                     )
             ));
 
             $configFile = $resolver->getConfigFile();
-            $stdErr->writeln(\sprintf('Loaded config <comment>%s</comment>%s.', $resolver->getConfig()->getName(), null === $configFile ? '' : ' from "'.$configFile.'"'));
+            $stdErr->writeln(sprintf('Loaded config <comment>%s</comment>%s.', $resolver->getConfig()->getName(), null === $configFile ? '' : ' from "'.$configFile.'"'));
 
             if ($resolver->getUsingCache()) {
                 $cacheFile = $resolver->getCacheFile();
 
                 if (is_file($cacheFile)) {
-                    $stdErr->writeln(\sprintf('Using cache file "%s".', $cacheFile));
+                    $stdErr->writeln(sprintf('Using cache file "%s".', $cacheFile));
                 }
             }
         }
@@ -303,7 +303,7 @@ use Symfony\Component\Stopwatch\Stopwatch;
 
         if (null !== $stdErr && $resolver->configFinderIsOverridden()) {
             $stdErr->writeln(
-                \sprintf($stdErr->isDecorated() ? '<bg=yellow;fg=black;>%s</>' : '%s', 'Paths from configuration file have been overridden by paths provided as command arguments.')
+                sprintf($stdErr->isDecorated() ? '<bg=yellow;fg=black;>%s</>' : '%s', 'Paths from configuration file have been overridden by paths provided as command arguments.')
             );
         }
 

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListSetsCommand.php

@@ -80,7 +80,7 @@ final class ListSetsCommand extends Command
             $formats = $factory->getFormats();
             sort($formats);
 
-            throw new InvalidConfigurationException(\sprintf('The format "%s" is not defined, supported are %s.', $format, Utils::naturalLanguageJoin($formats)));
+            throw new InvalidConfigurationException(sprintf('The format "%s" is not defined, supported are %s.', $format, Utils::naturalLanguageJoin($formats)));
         }
 
         return $reporter;

+ 7 - 7
vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php

@@ -102,7 +102,7 @@ final class SelfUpdateCommand extends Command
             $latestVersion = $this->versionChecker->getLatestVersion();
             $latestVersionOfCurrentMajor = $this->versionChecker->getLatestVersionOfMajor($currentMajor);
         } catch (\Exception $exception) {
-            $output->writeln(\sprintf(
+            $output->writeln(sprintf(
                 '<error>Unable to determine newest version: %s</error>',
                 $exception->getMessage()
             ));
@@ -122,8 +122,8 @@ final class SelfUpdateCommand extends Command
             0 !== $this->versionChecker->compareVersions($latestVersionOfCurrentMajor, $latestVersion)
             && true !== $input->getOption('force')
         ) {
-            $output->writeln(\sprintf('<info>A new major version of PHP CS Fixer is available</info> (<comment>%s</comment>)', $latestVersion));
-            $output->writeln(\sprintf('<info>Before upgrading please read</info> https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/%s/UPGRADE-v%s.md', $latestVersion, $currentMajor + 1));
+            $output->writeln(sprintf('<info>A new major version of PHP CS Fixer is available</info> (<comment>%s</comment>)', $latestVersion));
+            $output->writeln(sprintf('<info>Before upgrading please read</info> https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/%s/UPGRADE-v%s.md', $latestVersion, $currentMajor + 1));
             $output->writeln('<info>If you are ready to upgrade run this command with</info> <comment>-f</comment>');
             $output->writeln('<info>Checking for new minor/patch version...</info>');
 
@@ -143,7 +143,7 @@ final class SelfUpdateCommand extends Command
         }
 
         if (!is_writable($localFilename)) {
-            $output->writeln(\sprintf('<error>No permission to update</error> "%s" <error>file.</error>', $localFilename));
+            $output->writeln(sprintf('<error>No permission to update</error> "%s" <error>file.</error>', $localFilename));
 
             return 1;
         }
@@ -152,7 +152,7 @@ final class SelfUpdateCommand extends Command
         $remoteFilename = $this->toolInfo->getPharDownloadUri($remoteTag);
 
         if (false === @copy($remoteFilename, $tempFilename)) {
-            $output->writeln(\sprintf('<error>Unable to download new version</error> %s <error>from the server.</error>', $remoteTag));
+            $output->writeln(sprintf('<error>Unable to download new version</error> %s <error>from the server.</error>', $remoteTag));
 
             return 1;
         }
@@ -162,7 +162,7 @@ final class SelfUpdateCommand extends Command
         $pharInvalidityReason = $this->pharChecker->checkFileValidity($tempFilename);
         if (null !== $pharInvalidityReason) {
             unlink($tempFilename);
-            $output->writeln(\sprintf('<error>The download of</error> %s <error>is corrupt (%s).</error>', $remoteTag, $pharInvalidityReason));
+            $output->writeln(sprintf('<error>The download of</error> %s <error>is corrupt (%s).</error>', $remoteTag, $pharInvalidityReason));
             $output->writeln('<error>Please re-run the "self-update" command to try again.</error>');
 
             return 1;
@@ -170,7 +170,7 @@ final class SelfUpdateCommand extends Command
 
         rename($tempFilename, $localFilename);
 
-        $output->writeln(\sprintf('<info>PHP CS Fixer updated</info> (<comment>%s</comment> -> <comment>%s</comment>)', $currentVersion, $remoteTag));
+        $output->writeln(sprintf('<info>PHP CS Fixer updated</info> (<comment>%s</comment> -> <comment>%s</comment>)', $currentVersion, $remoteTag));
 
         return 0;
     }

+ 2 - 2
vendor/friendsofphp/php-cs-fixer/src/Console/Command/WorkerCommand.php

@@ -110,7 +110,7 @@ final class WorkerCommand extends Command
         $loop = new StreamSelectLoop();
         $tcpConnector = new TcpConnector($loop);
         $tcpConnector
-            ->connect(\sprintf('127.0.0.1:%d', $port))
+            ->connect(sprintf('127.0.0.1:%d', $port))
             ->then(
                 /** @codeCoverageIgnore */
                 function (ConnectionInterface $connection) use ($loop, $runner, $identifier): void {
@@ -148,7 +148,7 @@ final class WorkerCommand extends Command
 
                         if (ParallelAction::RUNNER_REQUEST_ANALYSIS !== $action) {
                             // At this point we only expect analysis requests, if any other action happen, we need to fix the code.
-                            throw new \LogicException(\sprintf('Unexpected action ParallelAction::%s.', $action));
+                            throw new \LogicException(sprintf('Unexpected action ParallelAction::%s.', $action));
                         }
 
                         /** @var iterable<int, string> $files */

+ 16 - 16
vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php

@@ -348,7 +348,7 @@ final class ConfigurationResolver
                 );
 
                 if (\count($riskyFixers) > 0) {
-                    throw new InvalidConfigurationException(\sprintf('The rules contain risky fixers (%s), but they are not allowed to run. Perhaps you forget to use --allow-risky=yes option?', Utils::naturalLanguageJoin($riskyFixers)));
+                    throw new InvalidConfigurationException(sprintf('The rules contain risky fixers (%s), but they are not allowed to run. Perhaps you forget to use --allow-risky=yes option?', Utils::naturalLanguageJoin($riskyFixers)));
                 }
             }
         }
@@ -392,7 +392,7 @@ final class ConfigurationResolver
                             : $cwd.\DIRECTORY_SEPARATOR.$path;
 
                         if (!file_exists($absolutePath)) {
-                            throw new InvalidConfigurationException(\sprintf(
+                            throw new InvalidConfigurationException(sprintf(
                                 'The path "%s" is not readable.',
                                 $path
                             ));
@@ -422,7 +422,7 @@ final class ConfigurationResolver
                         ? ProgressOutputType::NONE
                         : ProgressOutputType::BAR;
                 } elseif (!\in_array($progressType, ProgressOutputType::all(), true)) {
-                    throw new InvalidConfigurationException(\sprintf(
+                    throw new InvalidConfigurationException(sprintf(
                         'The progress type "%s" is not defined, supported are %s.',
                         $progressType,
                         Utils::naturalLanguageJoin(ProgressOutputType::all())
@@ -452,7 +452,7 @@ final class ConfigurationResolver
                 $formats = $reporterFactory->getFormats();
                 sort($formats);
 
-                throw new InvalidConfigurationException(\sprintf('The format "%s" is not defined, supported are %s.', $format, Utils::naturalLanguageJoin($formats)));
+                throw new InvalidConfigurationException(sprintf('The format "%s" is not defined, supported are %s.', $format, Utils::naturalLanguageJoin($formats)));
             }
         }
 
@@ -551,7 +551,7 @@ final class ConfigurationResolver
 
         if (null !== $configFile) {
             if (false === file_exists($configFile) || false === is_readable($configFile)) {
-                throw new InvalidConfigurationException(\sprintf('Cannot read config file "%s".', $configFile));
+                throw new InvalidConfigurationException(sprintf('Cannot read config file "%s".', $configFile));
             }
 
             return [$configFile];
@@ -660,7 +660,7 @@ final class ConfigurationResolver
             $rules = json_decode($rules, true);
 
             if (JSON_ERROR_NONE !== json_last_error()) {
-                throw new InvalidConfigurationException(\sprintf('Invalid JSON rules input: "%s".', json_last_error_msg()));
+                throw new InvalidConfigurationException(sprintf('Invalid JSON rules input: "%s".', json_last_error_msg()));
             }
 
             return $rules;
@@ -701,7 +701,7 @@ final class ConfigurationResolver
 
         foreach ($rules as $key => $value) {
             if (\is_int($key)) {
-                throw new InvalidConfigurationException(\sprintf('Missing value for "%s" rule/set.', $value));
+                throw new InvalidConfigurationException(sprintf('Missing value for "%s" rule/set.', $value));
             }
 
             $ruleSet[$key] = true;
@@ -777,7 +777,7 @@ final class ConfigurationResolver
             foreach ($unknownFixers as $unknownFixer) {
                 if (isset($renamedRules[$unknownFixer])) { // Check if present as old renamed rule
                     $hasOldRule = true;
-                    $message .= \sprintf(
+                    $message .= sprintf(
                         '"%s" is renamed (did you mean "%s"?%s), ',
                         $unknownFixer,
                         $renamedRules[$unknownFixer]['new_name'],
@@ -786,7 +786,7 @@ final class ConfigurationResolver
                 } else { // Go to normal matcher if it is not a renamed rule
                     $matcher = new WordMatcher($availableFixers);
                     $alternative = $matcher->match($unknownFixer);
-                    $message .= \sprintf(
+                    $message .= sprintf(
                         '"%s"%s, ',
                         $unknownFixer,
                         null === $alternative ? '' : ' (did you mean "'.$alternative.'"?)'
@@ -808,8 +808,8 @@ final class ConfigurationResolver
             if (isset($rules[$fixerName]) && $fixer instanceof DeprecatedFixerInterface) {
                 $successors = $fixer->getSuccessorsNames();
                 $messageEnd = [] === $successors
-                    ? \sprintf(' and will be removed in version %d.0.', Application::getMajorVersion() + 1)
-                    : \sprintf('. Use %s instead.', str_replace('`', '"', Utils::naturalLanguageJoinWithBackticks($successors)));
+                    ? sprintf(' and will be removed in version %d.0.', Application::getMajorVersion() + 1)
+                    : sprintf('. Use %s instead.', str_replace('`', '"', Utils::naturalLanguageJoinWithBackticks($successors)));
 
                 Utils::triggerDeprecation(new \RuntimeException("Rule \"{$fixerName}\" is deprecated{$messageEnd}"));
             }
@@ -836,7 +836,7 @@ final class ConfigurationResolver
             $modes,
             true
         )) {
-            throw new InvalidConfigurationException(\sprintf(
+            throw new InvalidConfigurationException(sprintf(
                 'The path-mode "%s" is not defined, supported are %s.',
                 $this->options['path-mode'],
                 Utils::naturalLanguageJoin($modes)
@@ -926,7 +926,7 @@ final class ConfigurationResolver
     private function setOption(string $name, $value): void
     {
         if (!\array_key_exists($name, $this->options)) {
-            throw new InvalidConfigurationException(\sprintf('Unknown option name: "%s".', $name));
+            throw new InvalidConfigurationException(sprintf('Unknown option name: "%s".', $name));
         }
 
         $this->options[$name] = $value;
@@ -937,7 +937,7 @@ final class ConfigurationResolver
         $value = $this->options[$optionName];
 
         if (!\is_string($value)) {
-            throw new InvalidConfigurationException(\sprintf('Expected boolean or string value for option "%s".', $optionName));
+            throw new InvalidConfigurationException(sprintf('Expected boolean or string value for option "%s".', $optionName));
         }
 
         if ('yes' === $value) {
@@ -948,7 +948,7 @@ final class ConfigurationResolver
             return false;
         }
 
-        throw new InvalidConfigurationException(\sprintf('Expected "yes" or "no" for option "%s", got "%s".', $optionName, $value));
+        throw new InvalidConfigurationException(sprintf('Expected "yes" or "no" for option "%s", got "%s".', $optionName, $value));
     }
 
     private static function separatedContextLessInclude(string $path): ConfigInterface
@@ -957,7 +957,7 @@ final class ConfigurationResolver
 
         // verify that the config has an instance of Config
         if (!$config instanceof ConfigInterface) {
-            throw new InvalidConfigurationException(\sprintf('The config file: "%s" does not return a "PhpCsFixer\ConfigInterface" instance. Got: "%s".', $path, \is_object($config) ? \get_class($config) : \gettype($config)));
+            throw new InvalidConfigurationException(sprintf('The config file: "%s" does not return a "PhpCsFixer\ConfigInterface" instance. Got: "%s".', $path, \is_object($config) ? \get_class($config) : \gettype($config)));
         }
 
         return $config;

+ 9 - 9
vendor/friendsofphp/php-cs-fixer/src/Console/Output/ErrorOutput.php

@@ -44,7 +44,7 @@ final class ErrorOutput
      */
     public function listErrors(string $process, array $errors): void
     {
-        $this->output->writeln(['', \sprintf(
+        $this->output->writeln(['', sprintf(
             'Files that were not fixed due to errors reported during %s:',
             $process
         )]);
@@ -52,13 +52,13 @@ final class ErrorOutput
         $showDetails = $this->output->getVerbosity() >= OutputInterface::VERBOSITY_VERY_VERBOSE;
         $showTrace = $this->output->getVerbosity() >= OutputInterface::VERBOSITY_DEBUG;
         foreach ($errors as $i => $error) {
-            $this->output->writeln(\sprintf('%4d) %s', $i + 1, $error->getFilePath()));
+            $this->output->writeln(sprintf('%4d) %s', $i + 1, $error->getFilePath()));
             $e = $error->getSource();
             if (!$showDetails || null === $e) {
                 continue;
             }
 
-            $class = \sprintf('[%s]', \get_class($e));
+            $class = sprintf('[%s]', \get_class($e));
             $message = $e->getMessage();
             $code = $e->getCode();
             if (0 !== $code) {
@@ -80,7 +80,7 @@ final class ErrorOutput
                     $line .= str_repeat(' ', $length - \strlen($line));
                 }
 
-                $this->output->writeln(\sprintf('      <error>  %s  </error>', $this->prepareOutput($line)));
+                $this->output->writeln(sprintf('      <error>  %s  </error>', $this->prepareOutput($line)));
             }
 
             if ($showTrace && !$e instanceof LintingException) { // stack trace of lint exception is of no interest
@@ -99,13 +99,13 @@ final class ErrorOutput
 
             if (Error::TYPE_LINT === $error->getType() && 0 < \count($error->getAppliedFixers())) {
                 $this->output->writeln('');
-                $this->output->writeln(\sprintf('      Applied fixers: <comment>%s</comment>', implode(', ', $error->getAppliedFixers())));
+                $this->output->writeln(sprintf('      Applied fixers: <comment>%s</comment>', implode(', ', $error->getAppliedFixers())));
 
                 $diff = $error->getDiff();
                 if (null !== $diff) {
                     $diffFormatter = new DiffConsoleFormatter(
                         $this->isDecorated,
-                        \sprintf(
+                        sprintf(
                             '<comment>      ---------- begin diff ----------</comment>%s%%s%s<comment>      ----------- end diff -----------</comment>',
                             PHP_EOL,
                             PHP_EOL
@@ -132,18 +132,18 @@ final class ErrorOutput
     private function outputTrace(array $trace): void
     {
         if (isset($trace['class'], $trace['type'], $trace['function'])) {
-            $this->output->writeln(\sprintf(
+            $this->output->writeln(sprintf(
                 '      <comment>%s</comment>%s<comment>%s()</comment>',
                 $this->prepareOutput($trace['class']),
                 $this->prepareOutput($trace['type']),
                 $this->prepareOutput($trace['function'])
             ));
         } elseif (isset($trace['function'])) {
-            $this->output->writeln(\sprintf('      <comment>%s()</comment>', $this->prepareOutput($trace['function'])));
+            $this->output->writeln(sprintf('      <comment>%s()</comment>', $this->prepareOutput($trace['function'])));
         }
 
         if (isset($trace['file'])) {
-            $this->output->writeln(\sprintf('        in <info>%s</info> at line <info>%d</info>', $this->prepareOutput($trace['file']), $trace['line']));
+            $this->output->writeln(sprintf('        in <info>%s</info> at line <info>%d</info>', $this->prepareOutput($trace['file']), $trace['line']));
         }
     }
 

+ 4 - 4
vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/DotsOutput.php

@@ -82,7 +82,7 @@ final class DotsOutput implements ProgressOutputInterface
     public function onFixerFileProcessed(FixerFileProcessedEvent $event): void
     {
         $status = self::$eventStatusMap[$event->getStatus()];
-        $this->getOutput()->write($this->getOutput()->isDecorated() ? \sprintf($status['format'], $status['symbol']) : $status['symbol']);
+        $this->getOutput()->write($this->getOutput()->isDecorated() ? sprintf($status['format'], $status['symbol']) : $status['symbol']);
 
         ++$this->processedFiles;
 
@@ -90,7 +90,7 @@ final class DotsOutput implements ProgressOutputInterface
         $isLast = $this->processedFiles === $this->context->getFilesCount();
 
         if (0 === $symbolsOnCurrentLine || $isLast) {
-            $this->getOutput()->write(\sprintf(
+            $this->getOutput()->write(sprintf(
                 '%s %'.\strlen((string) $this->context->getFilesCount()).'d / %d (%3d%%)',
                 $isLast && 0 !== $symbolsOnCurrentLine ? str_repeat(' ', $this->symbolsPerLine - $symbolsOnCurrentLine) : '',
                 $this->processedFiles,
@@ -114,10 +114,10 @@ final class DotsOutput implements ProgressOutputInterface
                 continue;
             }
 
-            $symbols[$symbol] = \sprintf('%s-%s', $this->getOutput()->isDecorated() ? \sprintf($status['format'], $symbol) : $symbol, $status['description']);
+            $symbols[$symbol] = sprintf('%s-%s', $this->getOutput()->isDecorated() ? sprintf($status['format'], $symbol) : $symbol, $status['description']);
         }
 
-        $this->getOutput()->write(\sprintf("\nLegend: %s\n", implode(', ', $symbols)));
+        $this->getOutput()->write(sprintf("\nLegend: %s\n", implode(', ', $symbols)));
     }
 
     private function getOutput(): OutputInterface

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Console/Output/Progress/ProgressOutputFactory.php

@@ -38,7 +38,7 @@ final class ProgressOutputFactory
 
         if (!$this->isBuiltInType($outputType)) {
             throw new \InvalidArgumentException(
-                \sprintf(
+                sprintf(
                     'Something went wrong, "%s" output type is not supported',
                     $outputType
                 )

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/JunitReporter.php

@@ -59,7 +59,7 @@ final class JunitReporter implements ReporterInterface
         if ($reportSummary->getTime() > 0) {
             $testsuite->setAttribute(
                 'time',
-                \sprintf(
+                sprintf(
                     '%.3f',
                     $reportSummary->getTime() / 1_000
                 )

+ 3 - 3
vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/ReporterFactory.php

@@ -36,7 +36,7 @@ final class ReporterFactory
 
             foreach (SymfonyFinder::create()->files()->name('*Reporter.php')->in(__DIR__) as $file) {
                 $relativeNamespace = $file->getRelativePath();
-                $builtInReporters[] = \sprintf(
+                $builtInReporters[] = sprintf(
                     '%s\%s%s',
                     __NAMESPACE__,
                     '' !== $relativeNamespace ? $relativeNamespace.'\\' : '',
@@ -60,7 +60,7 @@ final class ReporterFactory
         $format = $reporter->getFormat();
 
         if (isset($this->reporters[$format])) {
-            throw new \UnexpectedValueException(\sprintf('Reporter for format "%s" is already registered.', $format));
+            throw new \UnexpectedValueException(sprintf('Reporter for format "%s" is already registered.', $format));
         }
 
         $this->reporters[$format] = $reporter;
@@ -82,7 +82,7 @@ final class ReporterFactory
     public function getReporter(string $format): ReporterInterface
     {
         if (!isset($this->reporters[$format])) {
-            throw new \UnexpectedValueException(\sprintf('Reporter for format "%s" is not registered.', $format));
+            throw new \UnexpectedValueException(sprintf('Reporter for format "%s" is not registered.', $format));
         }
 
         return $this->reporters[$format];

+ 4 - 4
vendor/friendsofphp/php-cs-fixer/src/Console/Report/FixReport/TextReporter.php

@@ -35,7 +35,7 @@ final class TextReporter implements ReporterInterface
         $identifiedFiles = 0;
         foreach ($reportSummary->getChanged() as $file => $fixResult) {
             ++$identifiedFiles;
-            $output .= \sprintf('%4d) %s', $identifiedFiles, $file);
+            $output .= sprintf('%4d) %s', $identifiedFiles, $file);
 
             if ($reportSummary->shouldAddAppliedFixers()) {
                 $output .= $this->getAppliedFixers(
@@ -62,7 +62,7 @@ final class TextReporter implements ReporterInterface
      */
     private function getAppliedFixers(bool $isDecoratedOutput, array $appliedFixers): string
     {
-        return \sprintf(
+        return sprintf(
             $isDecoratedOutput ? ' (<comment>%s</comment>)' : ' (%s)',
             implode(', ', $appliedFixers)
         );
@@ -74,7 +74,7 @@ final class TextReporter implements ReporterInterface
             return '';
         }
 
-        $diffFormatter = new DiffConsoleFormatter($isDecoratedOutput, \sprintf(
+        $diffFormatter = new DiffConsoleFormatter($isDecoratedOutput, sprintf(
             '<comment>      ---------- begin diff ----------</comment>%s%%s%s<comment>      ----------- end diff -----------</comment>',
             PHP_EOL,
             PHP_EOL
@@ -89,7 +89,7 @@ final class TextReporter implements ReporterInterface
             return '';
         }
 
-        return PHP_EOL.\sprintf(
+        return PHP_EOL.sprintf(
             '%s %d of %d %s in %.3f seconds, %.2f MB memory used'.PHP_EOL,
             $isDryRun ? 'Found' : 'Fixed',
             $identifiedFiles,

+ 3 - 3
vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/ReporterFactory.php

@@ -38,7 +38,7 @@ final class ReporterFactory
 
             foreach (SymfonyFinder::create()->files()->name('*Reporter.php')->in(__DIR__) as $file) {
                 $relativeNamespace = $file->getRelativePath();
-                $builtInReporters[] = \sprintf(
+                $builtInReporters[] = sprintf(
                     '%s\%s%s',
                     __NAMESPACE__,
                     '' !== $relativeNamespace ? $relativeNamespace.'\\' : '',
@@ -59,7 +59,7 @@ final class ReporterFactory
         $format = $reporter->getFormat();
 
         if (isset($this->reporters[$format])) {
-            throw new \UnexpectedValueException(\sprintf('Reporter for format "%s" is already registered.', $format));
+            throw new \UnexpectedValueException(sprintf('Reporter for format "%s" is already registered.', $format));
         }
 
         $this->reporters[$format] = $reporter;
@@ -81,7 +81,7 @@ final class ReporterFactory
     public function getReporter(string $format): ReporterInterface
     {
         if (!isset($this->reporters[$format])) {
-            throw new \UnexpectedValueException(\sprintf('Reporter for format "%s" is not registered.', $format));
+            throw new \UnexpectedValueException(sprintf('Reporter for format "%s" is not registered.', $format));
         }
 
         return $this->reporters[$format];

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Console/Report/ListSetsReport/TextReporter.php

@@ -37,7 +37,7 @@ final class TextReporter implements ReporterInterface
         $output = '';
 
         foreach ($sets as $i => $set) {
-            $output .= \sprintf('%2d) %s', $i + 1, $set->getName()).PHP_EOL.'      '.$set->getDescription().PHP_EOL;
+            $output .= sprintf('%2d) %s', $i + 1, $set->getName()).PHP_EOL.'      '.$set->getDescription().PHP_EOL;
 
             if ($set->isRisky()) {
                 $output .= '      Set contains risky rules.'.PHP_EOL;

+ 2 - 2
vendor/friendsofphp/php-cs-fixer/src/Console/SelfUpdate/GithubClient.php

@@ -34,7 +34,7 @@ final class GithubClient implements GithubClientInterface
         );
 
         if (false === $result) {
-            throw new \RuntimeException(\sprintf('Failed to load tags at "%s".', $this->url));
+            throw new \RuntimeException(sprintf('Failed to load tags at "%s".', $this->url));
         }
 
         /**
@@ -47,7 +47,7 @@ final class GithubClient implements GithubClientInterface
          */
         $result = json_decode($result, true);
         if (JSON_ERROR_NONE !== json_last_error()) {
-            throw new \RuntimeException(\sprintf(
+            throw new \RuntimeException(sprintf(
                 'Failed to read response from "%s" as JSON: %s.',
                 $this->url,
                 json_last_error_msg()

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Console/WarningsDetector.php

@@ -50,7 +50,7 @@ final class WarningsDetector
         if ($this->toolInfo->isInstalledByComposer()) {
             $details = $this->toolInfo->getComposerInstallationDetails();
             if (ToolInfo::COMPOSER_LEGACY_PACKAGE_NAME === $details['name']) {
-                $this->warnings[] = \sprintf(
+                $this->warnings[] = sprintf(
                     'You are running PHP CS Fixer installed with old vendor `%s`. Please update to `%s`.',
                     ToolInfo::COMPOSER_LEGACY_PACKAGE_NAME,
                     ToolInfo::COMPOSER_PACKAGE_NAME

+ 3 - 3
vendor/friendsofphp/php-cs-fixer/src/Differ/DiffConsoleFormatter.php

@@ -42,7 +42,7 @@ final class DiffConsoleFormatter
             ? $this->template
             : Preg::replace('/<[^<>]+>/', '', $this->template);
 
-        return \sprintf(
+        return sprintf(
             $template,
             implode(
                 PHP_EOL,
@@ -61,7 +61,7 @@ final class DiffConsoleFormatter
                                         $colour = 'cyan';
                                     }
 
-                                    return \sprintf('<fg=%s>%s</fg=%s>', $colour, OutputFormatter::escape($matches[0]), $colour);
+                                    return sprintf('<fg=%s>%s</fg=%s>', $colour, OutputFormatter::escape($matches[0]), $colour);
                                 },
                                 $line,
                                 1,
@@ -73,7 +73,7 @@ final class DiffConsoleFormatter
                             }
                         }
 
-                        return \sprintf($lineTemplate, $line);
+                        return sprintf($lineTemplate, $line);
                     },
                     Preg::split('#\R#u', $diff)
                 )

+ 4 - 7
vendor/friendsofphp/php-cs-fixer/src/DocBlock/Annotation.php

@@ -171,17 +171,14 @@ final class Annotation
     }
 
     /**
+     * @return null|string
+     *
      * @internal
      */
-    public function getVariableName(): ?string
+    public function getVariableName()
     {
         $type = preg_quote($this->getTypesContent() ?? '', '/');
-        $regex = \sprintf(
-            '/@%s\s+(%s\s*)?(&\s*)?(\.{3}\s*)?(?<variable>\$%s)(?:.*|$)/',
-            $this->tag->getName(),
-            $type,
-            TypeExpression::REGEX_IDENTIFIER
-        );
+        $regex = "/@{$this->tag->getName()}\\s+({$type}\\s*)?(&\\s*)?(\\.{3}\\s*)?(?<variable>\\$.+?)(?:[\\s*]|$)/";
 
         if (Preg::match($regex, $this->lines[0]->getContent(), $matches)) {
             return $matches['variable'];

+ 6 - 22
vendor/friendsofphp/php-cs-fixer/src/DocBlock/TypeExpression.php

@@ -271,37 +271,23 @@ final class TypeExpression
      */
     public function walkTypes(\Closure $callback): void
     {
-        $innerValueOrig = $this->value;
-
-        $startIndexOffset = 0;
-
-        foreach ($this->innerTypeExpressions as [
-            'start_index' => $startIndexOrig,
+        foreach (array_reverse($this->innerTypeExpressions) as [
+            'start_index' => $startIndex,
             'expression' => $inner,
         ]) {
-            $innerLengthOrig = \strlen($inner->toString());
+            $initialValueLength = \strlen($inner->toString());
 
             $inner->walkTypes($callback);
 
             $this->value = substr_replace(
                 $this->value,
                 $inner->toString(),
-                $startIndexOrig + $startIndexOffset,
-                $innerLengthOrig
+                $startIndex,
+                $initialValueLength
             );
-
-            $startIndexOffset += \strlen($inner->toString()) - $innerLengthOrig;
         }
 
         $callback($this);
-
-        if ($this->value !== $innerValueOrig) {
-            $this->isUnionType = false;
-            $this->typesGlue = '|';
-            $this->innerTypeExpressions = [];
-
-            $this->parse();
-        }
     }
 
     /**
@@ -407,9 +393,7 @@ final class TypeExpression
             $consumedValueLength = \strlen($matches[0][0]);
             $index += $consumedValueLength;
 
-            if (\strlen($this->value) <= $index) {
-                \assert(\strlen($this->value) === $index);
-
+            if (\strlen($this->value) === $index) {
                 return;
             }
         }

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/DocLexer.php

@@ -151,7 +151,7 @@ final class DocLexer
     private function scan(string $input): void
     {
         if (!isset($this->regex)) {
-            $this->regex = \sprintf(
+            $this->regex = sprintf(
                 '/(%s)|%s/%s',
                 implode(')|(', $this->getCatchablePatterns()),
                 implode('|', $this->getNonCatchablePatterns()),

+ 2 - 2
vendor/friendsofphp/php-cs-fixer/src/Doctrine/Annotation/Tokens.php

@@ -256,7 +256,7 @@ final class Tokens extends \SplFixedArray
                 $type = \get_class($token);
             }
 
-            throw new \InvalidArgumentException(\sprintf('Token must be an instance of PhpCsFixer\Doctrine\Annotation\Token, "%s" given.', $type));
+            throw new \InvalidArgumentException(sprintf('Token must be an instance of PhpCsFixer\Doctrine\Annotation\Token, "%s" given.', $type));
         }
 
         parent::offsetSet($index, $token);
@@ -270,7 +270,7 @@ final class Tokens extends \SplFixedArray
     public function offsetUnset($index): void
     {
         if (!isset($this[$index])) {
-            throw new \OutOfBoundsException(\sprintf('Index "%s" is invalid or does not exist.', $index));
+            throw new \OutOfBoundsException(sprintf('Index "%s" is invalid or does not exist.', $index));
         }
 
         $max = \count($this) - 1;

+ 5 - 5
vendor/friendsofphp/php-cs-fixer/src/Documentation/FixerDocumentGenerator.php

@@ -83,7 +83,7 @@ final class FixerDocumentGenerator
             $alternatives = $fixer->getSuccessorsNames();
 
             if (0 !== \count($alternatives)) {
-                $deprecationDescription .= RstUtils::toRst(\sprintf(
+                $deprecationDescription .= RstUtils::toRst(sprintf(
                     "\n\nYou should use %s instead.",
                     Utils::naturalLanguageJoinWithBackticks($alternatives)
                 ), 0);
@@ -167,7 +167,7 @@ final class FixerDocumentGenerator
                 if (null === $allowed) {
                     $allowedKind = 'Allowed types';
                     $allowed = array_map(
-                        static fn (string $value): string => '``'.Utils::convertArrayTypeToList($value).'``',
+                        static fn (string $value): string => '``'.(str_ends_with($value, '[]') ? sprintf('list<%s>', substr($value, 0, -2)) : $value).'``',
                         $option->getAllowedTypes(),
                     );
                 } else {
@@ -202,7 +202,7 @@ final class FixerDocumentGenerator
                 RST;
 
             foreach ($samples as $index => $sample) {
-                $title = \sprintf('Example #%d', $index + 1);
+                $title = sprintf('Example #%d', $index + 1);
                 $titleLine = str_repeat('~', \strlen($title));
                 $doc .= "\n\n{$title}\n{$titleLine}";
 
@@ -210,7 +210,7 @@ final class FixerDocumentGenerator
                     if (null === $sample->getConfiguration()) {
                         $doc .= "\n\n*Default* configuration.";
                     } else {
-                        $doc .= \sprintf(
+                        $doc .= sprintf(
                             "\n\nWith configuration: ``%s``.",
                             Utils::toString($sample->getConfiguration())
                         );
@@ -380,7 +380,7 @@ final class FixerDocumentGenerator
                    the sample is not suitable for current version of PHP (%s).
                 RST;
 
-            return \sprintf($error, PHP_VERSION);
+            return sprintf($error, PHP_VERSION);
         }
 
         $old = $sample->getCode();

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Documentation/RuleSetDocumentationGenerator.php

@@ -58,7 +58,7 @@ final class RuleSetDocumentationGenerator
 
             if (0 !== \count($alternatives)) {
                 $deprecationDescription .= RstUtils::toRst(
-                    \sprintf(
+                    sprintf(
                         "\n\nYou should use %s instead.",
                         Utils::naturalLanguageJoinWithBackticks($alternatives)
                     ),

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Error/SourceExceptionFactory.php

@@ -37,7 +37,7 @@ final class SourceExceptionFactory
             }
         } catch (\Throwable $e) {
             $exception = new \RuntimeException(
-                \sprintf('[%s] %s', $exceptionClass, $error['message']),
+                sprintf('[%s] %s', $exceptionClass, $error['message']),
                 $error['code']
             );
         }

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/FileReader.php

@@ -61,7 +61,7 @@ final class FileReader
         if (false === $content) {
             $error = error_get_last();
 
-            throw new \RuntimeException(\sprintf(
+            throw new \RuntimeException(sprintf(
                 'Failed to read content from "%s".%s',
                 $realPath,
                 null !== $error ? ' '.$error['message'] : ''

+ 0 - 48
vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractPhpUnitFixer.php

@@ -19,7 +19,6 @@ use PhpCsFixer\DocBlock\DocBlock;
 use PhpCsFixer\DocBlock\Line;
 use PhpCsFixer\Indicator\PhpUnitTestCaseIndicator;
 use PhpCsFixer\Tokenizer\Analyzer\AttributeAnalyzer;
-use PhpCsFixer\Tokenizer\Analyzer\FunctionsAnalyzer;
 use PhpCsFixer\Tokenizer\Analyzer\NamespaceUsesAnalyzer;
 use PhpCsFixer\Tokenizer\Analyzer\WhitespacesAnalyzer;
 use PhpCsFixer\Tokenizer\CT;
@@ -99,52 +98,6 @@ abstract class AbstractPhpUnitFixer extends AbstractFixer
         return $tokens[$index]->isGivenKind(T_DOC_COMMENT);
     }
 
-    /**
-     * @return iterable<array{
-     *     index: int,
-     *     loweredName: string,
-     *     openBraceIndex: int,
-     *     closeBraceIndex: int,
-     * }>
-     */
-    protected function getPreviousAssertCall(Tokens $tokens, int $startIndex, int $endIndex): iterable
-    {
-        $functionsAnalyzer = new FunctionsAnalyzer();
-
-        for ($index = $endIndex; $index > $startIndex; --$index) {
-            $index = $tokens->getPrevTokenOfKind($index, [[T_STRING]]);
-
-            if (null === $index) {
-                return;
-            }
-
-            // test if "assert" something call
-            $loweredContent = strtolower($tokens[$index]->getContent());
-
-            if (!str_starts_with($loweredContent, 'assert')) {
-                continue;
-            }
-
-            // test candidate for simple calls like: ([\]+'some fixable call'(...))
-            $openBraceIndex = $tokens->getNextMeaningfulToken($index);
-
-            if (!$tokens[$openBraceIndex]->equals('(')) {
-                continue;
-            }
-
-            if (!$functionsAnalyzer->isTheSameClassCall($tokens, $index)) {
-                continue;
-            }
-
-            yield [
-                'index' => $index,
-                'loweredName' => $loweredContent,
-                'openBraceIndex' => $openBraceIndex,
-                'closeBraceIndex' => $tokens->findBlockEnd(Tokens::BLOCK_TYPE_PARENTHESIS_BRACE, $openBraceIndex),
-            ];
-        }
-    }
-
     private function createDocBlock(Tokens $tokens, int $docBlockIndex, string $annotation): void
     {
         $lineEnd = $this->whitespacesConfig->getLineEnding();
@@ -185,7 +138,6 @@ abstract class AbstractPhpUnitFixer extends AbstractFixer
             }
         }
         $doc = $this->makeDocBlockMultiLineIfNeeded($doc, $tokens, $docBlockIndex, $annotation);
-
         $lines = $this->addInternalAnnotation($doc, $tokens, $docBlockIndex, $annotation);
         $lines = implode('', $lines);
 

+ 1 - 1
vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractShortOperatorFixer.php

@@ -241,7 +241,7 @@ abstract class AbstractShortOperatorFixer extends AbstractFixer
             return false;
         }
 
-        throw new \InvalidArgumentException(\sprintf('Not supported operator "%s".', $operatorToken->toJson()));
+        throw new \InvalidArgumentException(sprintf('Not supported operator "%s".', $operatorToken->toJson()));
     }
 
     private function belongsToSwitchOrAlternativeSyntax(AlternativeSyntaxAnalyzer $alternativeSyntaxAnalyzer, Tokens $tokens, int $index): bool

+ 18 - 33
vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Alias;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\AllowedValueSubset;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
@@ -32,21 +31,9 @@ use PhpCsFixer\Tokenizer\Tokens;
 /**
  * @author Vladimir Reznichenko <kalessil@gmail.com>
  * @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  sets?: list<'@all'|'@exif'|'@ftp'|'@IMAP'|'@internal'|'@ldap'|'@mbreg'|'@mysqli'|'@oci'|'@odbc'|'@openssl'|'@pcntl'|'@pg'|'@posix'|'@snmp'|'@sodium'|'@time'>
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  sets: list<'@all'|'@exif'|'@ftp'|'@IMAP'|'@internal'|'@ldap'|'@mbreg'|'@mysqli'|'@oci'|'@odbc'|'@openssl'|'@pcntl'|'@pg'|'@posix'|'@snmp'|'@sodium'|'@time'>
- * }
  */
 final class NoAliasFunctionsFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     private const SETS = [
         '@internal' => [
             'diskfreespace' => 'disk_free_space',
@@ -173,6 +160,23 @@ final class NoAliasFunctionsFixer extends AbstractFixer implements ConfigurableF
      */
     private array $aliases = [];
 
+    public function configure(array $configuration): void
+    {
+        parent::configure($configuration);
+
+        $this->aliases = [];
+
+        foreach ($this->configuration['sets'] as $set) {
+            if ('@all' === $set) {
+                $this->aliases = array_merge(...array_values(self::SETS));
+
+                break;
+            }
+
+            $this->aliases = array_merge($this->aliases, self::SETS[$set]);
+        }
+    }
+
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(
@@ -236,25 +240,6 @@ mbereg_search_getregs();
         return true;
     }
 
-    protected function configurePostNormalisation(): void
-    {
-        $this->aliases = [];
-
-        foreach ($this->configuration['sets'] as $set) {
-            if ('@all' === $set) {
-                $this->aliases = array_merge(...array_values(self::SETS));
-
-                break;
-            }
-
-            if (!isset(self::SETS[$set])) {
-                throw new \LogicException(\sprintf('Set %s passed option validation, but not part of ::SETS.', $set));
-            }
-
-            $this->aliases = array_merge($this->aliases, self::SETS[$set]);
-        }
-    }
-
     protected function applyFix(\SplFileInfo $file, Tokens $tokens): void
     {
         $functionsAnalyzer = new FunctionsAnalyzer();
@@ -321,7 +306,7 @@ mbereg_search_getregs();
         $list = "List of sets to fix. Defined sets are:\n\n";
 
         foreach ($sets as $set => $description) {
-            $list .= \sprintf("* `%s` (%s);\n", $set, $description);
+            $list .= sprintf("* `%s` (%s);\n", $set, $description);
         }
 
         $list = rtrim($list, ";\n").'.';

+ 7 - 18
vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoMixedEchoPrintFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Alias;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -29,26 +28,21 @@ use PhpCsFixer\Tokenizer\Tokens;
 
 /**
  * @author Sullivan Senechal <soullivaneuh@gmail.com>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  use?: 'echo'|'print'
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  use: 'echo'|'print'
- * }
  */
 final class NoMixedEchoPrintFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     /**
      * @var T_ECHO|T_PRINT
      */
     private int $candidateTokenType;
 
+    public function configure(array $configuration): void
+    {
+        parent::configure($configuration);
+
+        $this->candidateTokenType = 'echo' === $this->configuration['use'] ? T_PRINT : T_ECHO;
+    }
+
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(
@@ -75,11 +69,6 @@ final class NoMixedEchoPrintFixer extends AbstractFixer implements ConfigurableF
         return $tokens->isTokenKindFound($this->candidateTokenType);
     }
 
-    protected function configurePostNormalisation(): void
-    {
-        $this->candidateTokenType = 'echo' === $this->configuration['use'] ? T_PRINT : T_ECHO;
-    }
-
     protected function applyFix(\SplFileInfo $file, Tokens $tokens): void
     {
         foreach ($tokens as $index => $token) {

+ 15 - 15
vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/RandomApiMigrationFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Alias;
 
 use PhpCsFixer\AbstractFunctionReferenceFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -30,21 +29,9 @@ use Symfony\Component\OptionsResolver\Exception\InvalidOptionsException;
 
 /**
  * @author Vladimir Reznichenko <kalessil@gmail.com>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  replacements?: array<string, string>
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  replacements: array<string, string>
- * }
  */
 final class RandomApiMigrationFixer extends AbstractFunctionReferenceFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     /**
      * @var array<string, array<int, int>>
      */
@@ -56,6 +43,11 @@ final class RandomApiMigrationFixer extends AbstractFunctionReferenceFixer imple
         'random_int' => [0, 2],
     ];
 
+    public function configure(array $configuration): void
+    {
+        parent::configure($configuration);
+    }
+
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(
@@ -127,15 +119,23 @@ final class RandomApiMigrationFixer extends AbstractFunctionReferenceFixer imple
     {
         return new FixerConfigurationResolver([
             (new FixerOptionBuilder('replacements', 'Mapping between replaced functions with the new ones.'))
-                ->setAllowedTypes(['array<string, string>'])
+                ->setAllowedTypes(['array'])
                 ->setAllowedValues([static function (array $value): bool {
                     foreach ($value as $functionName => $replacement) {
                         if (!\array_key_exists($functionName, self::$argumentCounts)) {
-                            throw new InvalidOptionsException(\sprintf(
+                            throw new InvalidOptionsException(sprintf(
                                 'Function "%s" is not handled by the fixer.',
                                 $functionName
                             ));
                         }
+
+                        if (!\is_string($replacement)) {
+                            throw new InvalidOptionsException(sprintf(
+                                'Replacement for function "%s" must be a string, "%s" given.',
+                                $functionName,
+                                get_debug_type($replacement)
+                            ));
+                        }
                     }
 
                     return true;

+ 0 - 1
vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/SetTypeToCastFixer.php

@@ -149,7 +149,6 @@ settype($bar, "null");
             if ('null' === $type) {
                 $this->fixSettypeNullCall($tokens, $functionNameIndex, $argumentToken);
             } else {
-                \assert(isset($map[$type]));
                 $this->fixSettypeCall($tokens, $functionNameIndex, $argumentToken, new Token($map[$type]));
             }
         }

+ 7 - 18
vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ArraySyntaxFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\ArrayNotation;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -31,26 +30,21 @@ use PhpCsFixer\Tokenizer\Tokens;
  * @author Gregor Harlan <gharlan@web.de>
  * @author Sebastiaan Stok <s.stok@rollerscapes.net>
  * @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  syntax?: 'long'|'short'
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  syntax: 'long'|'short'
- * }
  */
 final class ArraySyntaxFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     /**
      * @var CT::T_ARRAY_SQUARE_BRACE_OPEN|T_ARRAY
      */
     private $candidateTokenKind;
 
+    public function configure(array $configuration): void
+    {
+        parent::configure($configuration);
+
+        $this->resolveCandidateTokenKind();
+    }
+
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(
@@ -82,11 +76,6 @@ final class ArraySyntaxFixer extends AbstractFixer implements ConfigurableFixerI
         return $tokens->isTokenKindFound($this->candidateTokenKind);
     }
 
-    protected function configurePostNormalisation(): void
-    {
-        $this->resolveCandidateTokenKind();
-    }
-
     protected function applyFix(\SplFileInfo $file, Tokens $tokens): void
     {
         for ($index = $tokens->count() - 1; 0 <= $index; --$index) {

+ 0 - 13
vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\ArrayNotation;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -28,21 +27,9 @@ use PhpCsFixer\Tokenizer\Tokens;
 
 /**
  * @author Adam Marczuk <adam@marczuk.info>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  after_heredoc?: bool
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  after_heredoc: bool
- * }
  */
 final class NoWhitespaceBeforeCommaInArrayFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(

+ 2 - 6
vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php

@@ -15,10 +15,9 @@ declare(strict_types=1);
 namespace PhpCsFixer\Fixer\ArrayNotation;
 
 use PhpCsFixer\AbstractFixer;
+use PhpCsFixer\FixerDefinition\CodeSample;
 use PhpCsFixer\FixerDefinition\FixerDefinition;
 use PhpCsFixer\FixerDefinition\FixerDefinitionInterface;
-use PhpCsFixer\FixerDefinition\VersionSpecification;
-use PhpCsFixer\FixerDefinition\VersionSpecificCodeSample;
 use PhpCsFixer\Tokenizer\CT;
 use PhpCsFixer\Tokenizer\Token;
 use PhpCsFixer\Tokenizer\Tokens;
@@ -32,10 +31,7 @@ final class NormalizeIndexBraceFixer extends AbstractFixer
     {
         return new FixerDefinition(
             'Array index should always be written by using square braces.',
-            [new VersionSpecificCodeSample(
-                "<?php\necho \$sample{\$index};\n",
-                new VersionSpecification(null, 8_04_00 - 1)
-            )]
+            [new CodeSample("<?php\necho \$sample{\$index};\n")]
         );
     }
 

+ 0 - 13
vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\ArrayNotation;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -30,21 +29,9 @@ use PhpCsFixer\Tokenizer\Tokens;
 
 /**
  * @author Adam Marczuk <adam@marczuk.info>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  ensure_single_space?: bool
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  ensure_single_space: bool
- * }
  */
 final class WhitespaceAfterCommaInArrayFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(

+ 0 - 13
vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/AttributeEmptyParenthesesFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\AttributeNotation;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -29,21 +28,9 @@ use PhpCsFixer\Tokenizer\Tokens;
 
 /**
  * @author HypeMC <hypemc@gmail.com>
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  use_parentheses?: bool
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  use_parentheses: bool
- * }
  */
 final class AttributeEmptyParenthesesFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(

+ 1 - 16
vendor/friendsofphp/php-cs-fixer/src/Fixer/AttributeNotation/OrderedAttributesFixer.php

@@ -17,7 +17,6 @@ namespace PhpCsFixer\Fixer\AttributeNotation;
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\ConfigurationException\InvalidFixerConfigurationException;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
 use PhpCsFixer\FixerConfiguration\FixerOptionBuilder;
@@ -39,23 +38,9 @@ use Symfony\Component\OptionsResolver\Options;
  * @author HypeMC <hypemc@gmail.com>
  *
  * @phpstan-import-type _AttributeItems from AttributeAnalysis
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  order?: list<string>,
- *  sort_algorithm?: 'alpha'|'custom'
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  order: array<string, int>,
- *  sort_algorithm: 'alpha'|'custom'
- * }
  */
 final class OrderedAttributesFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     public const ORDER_ALPHA = 'alpha';
     public const ORDER_CUSTOM = 'custom';
 
@@ -278,7 +263,7 @@ final class OrderedAttributesFixer extends AbstractFixer implements Configurable
                     ($this->configuration['order'][$b['name']] ?? PHP_INT_MAX);
             }
 
-            throw new \InvalidArgumentException(\sprintf('Invalid sort algorithm "%s" provided.', $sortAlgorithm));
+            throw new \InvalidArgumentException(sprintf('Invalid sort algorithm "%s" provided.', $sortAlgorithm));
         });
 
         return $elements;

+ 3 - 25
vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Basic;
 
 use PhpCsFixer\AbstractProxyFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\Fixer\ControlStructure\ControlStructureBracesFixer;
 use PhpCsFixer\Fixer\ControlStructure\ControlStructureContinuationPositionFixer;
 use PhpCsFixer\Fixer\DeprecatedFixerInterface;
@@ -38,29 +37,9 @@ use PhpCsFixer\FixerDefinition\FixerDefinitionInterface;
  * @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
  *
  * @deprecated
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  allow_single_line_anonymous_class_with_empty_body?: bool,
- *  allow_single_line_closure?: bool,
- *  position_after_anonymous_constructs?: 'next'|'same',
- *  position_after_control_structures?: 'next'|'same',
- *  position_after_functions_and_oop_constructs?: 'next'|'same'
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  allow_single_line_anonymous_class_with_empty_body: bool,
- *  allow_single_line_closure: bool,
- *  position_after_anonymous_constructs: 'next'|'same',
- *  position_after_control_structures: 'next'|'same',
- *  position_after_functions_and_oop_constructs: 'next'|'same'
- * }
  */
 final class BracesFixer extends AbstractProxyFixer implements ConfigurableFixerInterface, WhitespacesAwareFixerInterface, DeprecatedFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     /**
      * @internal
      */
@@ -173,8 +152,10 @@ class Foo
         return array_keys($this->proxyFixers);
     }
 
-    protected function configurePostNormalisation(): void
+    public function configure(array $configuration): void
     {
+        parent::configure($configuration);
+
         $this->getBracesPositionFixer()->configure([
             'control_structures_opening_brace' => $this->translatePositionOption($this->configuration['position_after_control_structures']),
             'functions_opening_brace' => $this->translatePositionOption($this->configuration['position_after_functions_and_oop_constructs']),
@@ -262,9 +243,6 @@ class Foo
         return $this->controlStructureContinuationPositionFixer;
     }
 
-    /**
-     * @return BracesPositionFixer::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END|BracesPositionFixer::SAME_LINE
-     */
     private function translatePositionOption(string $option): string
     {
         return self::LINE_NEXT === $option

+ 34 - 61
vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesPositionFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Basic;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\Fixer\Indentation;
 use PhpCsFixer\Fixer\WhitespacesAwareFixerInterface;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
@@ -31,33 +30,8 @@ use PhpCsFixer\Tokenizer\Token;
 use PhpCsFixer\Tokenizer\Tokens;
 use PhpCsFixer\Tokenizer\TokensAnalyzer;
 
-/**
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  allow_single_line_anonymous_functions?: bool,
- *  allow_single_line_empty_anonymous_classes?: bool,
- *  anonymous_classes_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  anonymous_functions_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  classes_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  control_structures_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  functions_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line'
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  allow_single_line_anonymous_functions: bool,
- *  allow_single_line_empty_anonymous_classes: bool,
- *  anonymous_classes_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  anonymous_functions_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  classes_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  control_structures_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  functions_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line'
- * }
- */
 final class BracesPositionFixer extends AbstractFixer implements ConfigurableFixerInterface, WhitespacesAwareFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     use Indentation;
 
     /**
@@ -170,41 +144,6 @@ $bar = function () { $result = true;
         return -2;
     }
 
-    /** @protected */
-    public function createConfigurationDefinition(): FixerConfigurationResolverInterface
-    {
-        return new FixerConfigurationResolver([
-            (new FixerOptionBuilder('control_structures_opening_brace', 'The position of the opening brace of control structures‘ body.'))
-                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
-                ->setDefault(self::SAME_LINE)
-                ->getOption(),
-            (new FixerOptionBuilder('functions_opening_brace', 'The position of the opening brace of functions‘ body.'))
-                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
-                ->setDefault(self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END)
-                ->getOption(),
-            (new FixerOptionBuilder('anonymous_functions_opening_brace', 'The position of the opening brace of anonymous functions‘ body.'))
-                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
-                ->setDefault(self::SAME_LINE)
-                ->getOption(),
-            (new FixerOptionBuilder('classes_opening_brace', 'The position of the opening brace of classes‘ body.'))
-                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
-                ->setDefault(self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END)
-                ->getOption(),
-            (new FixerOptionBuilder('anonymous_classes_opening_brace', 'The position of the opening brace of anonymous classes‘ body.'))
-                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
-                ->setDefault(self::SAME_LINE)
-                ->getOption(),
-            (new FixerOptionBuilder('allow_single_line_empty_anonymous_classes', 'Allow anonymous classes to have opening and closing braces on the same line.'))
-                ->setAllowedTypes(['bool'])
-                ->setDefault(true)
-                ->getOption(),
-            (new FixerOptionBuilder('allow_single_line_anonymous_functions', 'Allow anonymous functions to have opening and closing braces on the same line.'))
-                ->setAllowedTypes(['bool'])
-                ->setDefault(true)
-                ->getOption(),
-        ]);
-    }
-
     protected function applyFix(\SplFileInfo $file, Tokens $tokens): void
     {
         $classyTokens = Token::getClassyTokenKinds();
@@ -399,6 +338,40 @@ $bar = function () { $result = true;
         }
     }
 
+    protected function createConfigurationDefinition(): FixerConfigurationResolverInterface
+    {
+        return new FixerConfigurationResolver([
+            (new FixerOptionBuilder('control_structures_opening_brace', 'The position of the opening brace of control structures‘ body.'))
+                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
+                ->setDefault(self::SAME_LINE)
+                ->getOption(),
+            (new FixerOptionBuilder('functions_opening_brace', 'The position of the opening brace of functions‘ body.'))
+                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
+                ->setDefault(self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END)
+                ->getOption(),
+            (new FixerOptionBuilder('anonymous_functions_opening_brace', 'The position of the opening brace of anonymous functions‘ body.'))
+                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
+                ->setDefault(self::SAME_LINE)
+                ->getOption(),
+            (new FixerOptionBuilder('classes_opening_brace', 'The position of the opening brace of classes‘ body.'))
+                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
+                ->setDefault(self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END)
+                ->getOption(),
+            (new FixerOptionBuilder('anonymous_classes_opening_brace', 'The position of the opening brace of anonymous classes‘ body.'))
+                ->setAllowedValues([self::NEXT_LINE_UNLESS_NEWLINE_AT_SIGNATURE_END, self::SAME_LINE])
+                ->setDefault(self::SAME_LINE)
+                ->getOption(),
+            (new FixerOptionBuilder('allow_single_line_empty_anonymous_classes', 'Allow anonymous classes to have opening and closing braces on the same line.'))
+                ->setAllowedTypes(['bool'])
+                ->setDefault(true)
+                ->getOption(),
+            (new FixerOptionBuilder('allow_single_line_anonymous_functions', 'Allow anonymous functions to have opening and closing braces on the same line.'))
+                ->setAllowedTypes(['bool'])
+                ->setDefault(true)
+                ->getOption(),
+        ]);
+    }
+
     private function findParenthesisEnd(Tokens $tokens, int $structureTokenIndex): int
     {
         $nextIndex = $tokens->getNextMeaningfulToken($structureTokenIndex);

+ 7 - 33
vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/CurlyBracesPositionFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Basic;
 
 use PhpCsFixer\AbstractProxyFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\Fixer\DeprecatedFixerInterface;
 use PhpCsFixer\Fixer\Indentation;
 use PhpCsFixer\Fixer\WhitespacesAwareFixerInterface;
@@ -26,33 +25,9 @@ use PhpCsFixer\FixerDefinition\FixerDefinitionInterface;
 
 /**
  * @deprecated
- *
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  allow_single_line_anonymous_functions?: bool,
- *  allow_single_line_empty_anonymous_classes?: bool,
- *  anonymous_classes_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  anonymous_functions_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  classes_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  control_structures_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  functions_opening_brace?: 'next_line_unless_newline_at_signature_end'|'same_line'
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  allow_single_line_anonymous_functions: bool,
- *  allow_single_line_empty_anonymous_classes: bool,
- *  anonymous_classes_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  anonymous_functions_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  classes_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  control_structures_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line',
- *  functions_opening_brace: 'next_line_unless_newline_at_signature_end'|'same_line'
- * }
  */
 final class CurlyBracesPositionFixer extends AbstractProxyFixer implements ConfigurableFixerInterface, DeprecatedFixerInterface, WhitespacesAwareFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     use Indentation;
 
     /**
@@ -86,6 +61,13 @@ final class CurlyBracesPositionFixer extends AbstractProxyFixer implements Confi
         );
     }
 
+    public function configure(array $configuration): void
+    {
+        $this->bracesPositionFixer->configure($configuration);
+
+        parent::configure($configuration);
+    }
+
     /**
      * {@inheritdoc}
      *
@@ -104,14 +86,6 @@ final class CurlyBracesPositionFixer extends AbstractProxyFixer implements Confi
         ];
     }
 
-    /**
-     * @param _AutogeneratedInputConfiguration $configuration
-     */
-    protected function configurePreNormalisation(array $configuration): void
-    {
-        $this->bracesPositionFixer->configure($configuration);
-    }
-
     protected function createProxyFixers(): array
     {
         return [

+ 1 - 14
vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NoTrailingCommaInSinglelineFixer.php

@@ -16,7 +16,6 @@ namespace PhpCsFixer\Fixer\Basic;
 
 use PhpCsFixer\AbstractFixer;
 use PhpCsFixer\Fixer\ConfigurableFixerInterface;
-use PhpCsFixer\Fixer\ConfigurableFixerTrait;
 use PhpCsFixer\FixerConfiguration\AllowedValueSubset;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolver;
 use PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface;
@@ -28,21 +27,8 @@ use PhpCsFixer\Tokenizer\Analyzer\AttributeAnalyzer;
 use PhpCsFixer\Tokenizer\CT;
 use PhpCsFixer\Tokenizer\Tokens;
 
-/**
- * @implements ConfigurableFixerInterface<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration>
- *
- * @phpstan-type _AutogeneratedInputConfiguration array{
- *  elements?: list<'arguments'|'array'|'array_destructuring'|'group_import'>
- * }
- * @phpstan-type _AutogeneratedComputedConfiguration array{
- *  elements: list<'arguments'|'array'|'array_destructuring'|'group_import'>
- * }
- */
 final class NoTrailingCommaInSinglelineFixer extends AbstractFixer implements ConfigurableFixerInterface
 {
-    /** @use ConfigurableFixerTrait<_AutogeneratedInputConfiguration, _AutogeneratedComputedConfiguration> */
-    use ConfigurableFixerTrait;
-
     public function getDefinition(): FixerDefinitionInterface
     {
         return new FixerDefinition(
@@ -109,6 +95,7 @@ final class NoTrailingCommaInSinglelineFixer extends AbstractFixer implements Co
 
     private function shouldBeCleared(Tokens $tokens, int $openIndex): bool
     {
+        /** @var list<string> $elements */
         $elements = $this->configuration['elements'];
 
         if ($tokens[$openIndex]->isGivenKind(CT::T_ARRAY_SQUARE_BRACE_OPEN)) {

Некоторые файлы не были показаны из-за большого количества измененных файлов