소스 검색

添加gitignore

rkljw 6 달 전
부모
커밋
27f240f9c9
4개의 변경된 파일3035개의 추가작업 그리고 2개의 파일을 삭제
  1. 21 0
      .gitignore
  2. 0 1
      app/JsonRpc/AuthorityService.php
  3. 1 1
      runtime/hyperf.pid
  4. 3013 0
      runtime/logs/hyperf.log

+ 21 - 0
.gitignore

@@ -0,0 +1,21 @@
+# Build and Release Folders
+bin-debug/
+bin-release/
+[Oo]bj/
+[Bb]in/
+
+# Other files and folders
+.settings/
+public
+vendor
+runtime
+runtime/logs/hyperf.log
+# Executables
+*.swf
+*.air
+*.ipa
+*.apk
+.env
+# 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 - 1
app/JsonRpc/AuthorityService.php

@@ -99,7 +99,6 @@ class AuthorityService implements AuthorityServiceInterface
      */
     public function getRecursionMenu(array $data): array
     {
-        var_dump("fuck=:",$data['user_id']);
         //先查询站点ID
         $websiteData = [
             'website_url' => $data['logindevice']

+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-7986
+1864

+ 3013 - 0
runtime/logs/hyperf.log

@@ -177,3 +177,3016 @@
 [2024-09-29 05:30:49] sql.INFO: [1.83] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '72') limit 1 [] []
 [2024-09-29 05:30:49] sql.INFO: [1.87] select * from `role` where (`id` = '21') limit 1 [] []
 [2024-09-29 05:30:49] sql.INFO: [1.64] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-08 01:51:40] sql.INFO: [393.2] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 01:51:40] sql.INFO: [411.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-08 01:51:40] sql.INFO: [10.15] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-08 01:51:53] sql.INFO: [1.87] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-08 01:51:53] sql.INFO: [2.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-08 01:51:53] sql.INFO: [2.02] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 01:51:53] sql.INFO: [1.83] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-08 01:52:01] sql.INFO: [3.55] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 01:52:01] sql.INFO: [2.62] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 01:52:01] sql.INFO: [2.59] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 01:52:01] sql.INFO: [8.57] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 01:52:01] sql.INFO: [10.06] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 01:52:03] sql.INFO: [1.99] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 01:52:03] sql.INFO: [1.14] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 01:52:32] sql.INFO: [1.95] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 01:52:32] sql.INFO: [1.2] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 01:53:00] sql.INFO: [10.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-08 01:53:00] sql.INFO: [1.17] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-08 01:54:31] sql.INFO: [5.53] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 01:54:31] sql.INFO: [1.23] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 01:54:34] sql.INFO: [1.91] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 01:54:34] sql.INFO: [1.12] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 01:54:45] sql.INFO: [3.52] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-08 01:54:45] sql.INFO: [1.34] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-08 01:54:55] sql.INFO: [1.47] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 01:54:55] sql.INFO: [1.18] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 01:55:01] sql.INFO: [1.98] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 01:55:01] sql.INFO: [1.62] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 01:55:01] sql.INFO: [1.08] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 01:55:01] sql.INFO: [1.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 01:56:40] sql.INFO: [6.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-08 01:56:40] sql.INFO: [1.49] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-08 01:57:52] sql.INFO: [8.23] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 01:57:52] sql.INFO: [2.12] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 01:58:03] sql.INFO: [1.72] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 01:58:03] sql.INFO: [1.4] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 01:58:42] sql.INFO: [1.87] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 01:58:43] sql.INFO: [1.32] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 01:59:04] sql.INFO: [1.8] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 01:59:04] sql.INFO: [1.2] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 01:59:34] sql.INFO: [2.02] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 01:59:34] sql.INFO: [1.37] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 01:59:37] sql.INFO: [2.15] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 01:59:37] sql.INFO: [1.65] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 01:59:37] sql.INFO: [1.19] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 01:59:37] sql.INFO: [1.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 01:59:51] sql.INFO: [1.59] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 01:59:51] sql.INFO: [1.17] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 01:59:51] sql.INFO: [1.17] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 01:59:51] sql.INFO: [1.25] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:02:00] sql.INFO: [4.83] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:02:00] sql.INFO: [1.15] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:02:04] sql.INFO: [2.07] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:02:04] sql.INFO: [1.22] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:02:05] sql.INFO: [1.61] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:02:05] sql.INFO: [1.67] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:02:05] sql.INFO: [1.13] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:02:05] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:05:13] sql.INFO: [4.87] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:05:13] sql.INFO: [1.58] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:05:13] sql.INFO: [1.57] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:05:13] sql.INFO: [2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:12:50] sql.INFO: [6.7] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-08 02:12:50] sql.INFO: [2.47] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 02:12:50] sql.INFO: [2.22] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:12:50] sql.INFO: [2.14] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:12:50] sql.INFO: [1.94] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:12:50] sql.INFO: [2.06] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:13:00] sql.INFO: [2.99] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:13:00] sql.INFO: [2.75] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:13:03] sql.INFO: [2.53] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:13:03] sql.INFO: [2.15] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:13:04] sql.INFO: [2.68] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:13:04] sql.INFO: [1.29] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:13:10] sql.INFO: [2.7] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:13:10] sql.INFO: [1.54] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:13:10] sql.INFO: [1.56] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:13:10] sql.INFO: [1.65] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:13:16] sql.INFO: [1.94] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:13:16] sql.INFO: [2.03] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:13:16] sql.INFO: [1.67] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:13:16] sql.INFO: [1.53] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:14:01] sql.INFO: [2.92] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:14:01] sql.INFO: [2.23] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:14:02] sql.INFO: [2.62] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:14:02] sql.INFO: [1.76] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:14:05] sql.INFO: [2.82] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:14:05] sql.INFO: [1.89] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:14:05] sql.INFO: [1.46] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:14:05] sql.INFO: [1.58] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:17:31] sql.INFO: [7.91] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:17:31] sql.INFO: [1.41] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:17:31] sql.INFO: [1.23] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:17:31] sql.INFO: [1.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:18:08] sql.INFO: [1.71] select * from `menu` where (`pid` = '68') limit 10 offset 0 [] []
+[2024-10-08 02:18:08] sql.INFO: [2.13] select count(*) as aggregate from `menu` where (`pid` = '68') [] []
+[2024-10-08 02:18:12] sql.INFO: [1.64] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:18:12] sql.INFO: [1.48] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:18:16] sql.INFO: [3.4] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:18:16] sql.INFO: [2.3] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:18:19] sql.INFO: [1.59] select * from `menu` where (`pid` = '1') limit 10 offset 0 [] []
+[2024-10-08 02:18:19] sql.INFO: [1.43] select count(*) as aggregate from `menu` where (`pid` = '1') [] []
+[2024-10-08 02:18:24] sql.INFO: [3.24] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:18:24] sql.INFO: [2.68] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:18:25] sql.INFO: [2.99] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:18:25] sql.INFO: [2.01] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:18:45] sql.INFO: [1.82] select * from `menu` where (`pid` = '1') limit 10 offset 0 [] []
+[2024-10-08 02:18:45] sql.INFO: [1.96] select count(*) as aggregate from `menu` where (`pid` = '1') [] []
+[2024-10-08 02:18:51] sql.INFO: [2.78] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:18:51] sql.INFO: [2.04] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:18:51] sql.INFO: [3.42] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:18:51] sql.INFO: [2.69] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:19:14] sql.INFO: [2.12] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:19:14] sql.INFO: [1.54] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:19:24] sql.INFO: [1.93] select * from `menu` where (`pid` = '1') limit 10 offset 0 [] []
+[2024-10-08 02:19:24] sql.INFO: [1.59] select count(*) as aggregate from `menu` where (`pid` = '1') [] []
+[2024-10-08 02:19:31] sql.INFO: [1.89] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:19:31] sql.INFO: [1.28] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:20:36] sql.INFO: [7.55] select * from `menu` where (`pid` = '67') limit 10 offset 0 [] []
+[2024-10-08 02:20:36] sql.INFO: [1.75] select count(*) as aggregate from `menu` where (`pid` = '67') [] []
+[2024-10-08 02:20:38] sql.INFO: [3.64] select * from `menu` where (`pid` = '49') limit 10 offset 0 [] []
+[2024-10-08 02:20:38] sql.INFO: [2.59] select count(*) as aggregate from `menu` where (`pid` = '49') [] []
+[2024-10-08 02:20:45] sql.INFO: [1.51] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:20:45] sql.INFO: [1.44] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:21:21] sql.INFO: [2.19] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:21:21] sql.INFO: [1.25] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:21:56] sql.INFO: [1.74] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:21:56] sql.INFO: [1.61] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:21:57] sql.INFO: [3.4] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:21:57] sql.INFO: [2.37] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:22:03] sql.INFO: [2.64] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:22:03] sql.INFO: [1.46] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 02:22:19] sql.INFO: [2.62] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 02:22:19] sql.INFO: [2.05] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 02:22:41] sql.INFO: [3.09] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:22:41] sql.INFO: [1.75] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:22:41] sql.INFO: [1.56] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:22:41] sql.INFO: [1.62] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:30:34] sql.INFO: [4.47] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-08 02:30:34] sql.INFO: [2.41] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 02:30:34] sql.INFO: [1.97] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 02:30:34] sql.INFO: [7.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 02:30:34] sql.INFO: [2.53] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 02:30:34] sql.INFO: [2.57] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 02:30:51] sql.INFO: [1.95] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 02:30:51] sql.INFO: [1.16] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:02:54] sql.INFO: [8.95] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:02:54] sql.INFO: [2.27] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:04:07] sql.INFO: [9.53] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:04:07] sql.INFO: [1.25] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:04:08] sql.INFO: [4.88] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:04:08] sql.INFO: [2.06] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:04:24] sql.INFO: [3.34] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:04:24] sql.INFO: [5.09] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:04:24] sql.INFO: [1.46] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:04:24] sql.INFO: [1.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:04:34] sql.INFO: [3.27] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:04:34] sql.INFO: [2.73] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:04:35] sql.INFO: [2.59] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:04:35] sql.INFO: [1.91] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:07:54] sql.INFO: [5.26] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:07:54] sql.INFO: [1.33] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:07:54] sql.INFO: [1.19] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:07:54] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:11:46] sql.INFO: [5.24] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:11:46] sql.INFO: [1.5] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:11:46] sql.INFO: [1.54] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:11:46] sql.INFO: [2.53] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:13:03] sql.INFO: [7.34] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:13:03] sql.INFO: [1.75] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:13:03] sql.INFO: [1.8] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:13:03] sql.INFO: [1.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:14:40] sql.INFO: [5.33] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:14:40] sql.INFO: [1.49] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:14:49] sql.INFO: [2.92] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:14:49] sql.INFO: [2.41] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:14:57] sql.INFO: [4.08] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:14:57] sql.INFO: [2.33] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:14:57] sql.INFO: [1.43] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:14:57] sql.INFO: [1.53] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:15:31] sql.INFO: [1.92] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:15:31] sql.INFO: [1.71] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:15:38] sql.INFO: [1.85] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:15:38] sql.INFO: [2.38] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:16:41] sql.INFO: [7.11] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:16:41] sql.INFO: [1.73] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:16:41] sql.INFO: [1.71] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:16:41] sql.INFO: [1.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:17:29] sql.INFO: [1.77] select * from `menu` where (`pid` = '1') limit 10 offset 0 [] []
+[2024-10-08 05:17:29] sql.INFO: [1.18] select count(*) as aggregate from `menu` where (`pid` = '1') [] []
+[2024-10-08 05:17:33] sql.INFO: [2.5] select * from `menu` where (`pid` = '4') limit 10 offset 0 [] []
+[2024-10-08 05:17:33] sql.INFO: [2.04] select count(*) as aggregate from `menu` where (`pid` = '4') [] []
+[2024-10-08 05:22:37] sql.INFO: [7.92] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:22:37] sql.INFO: [2.52] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:22:37] sql.INFO: [2.63] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:22:37] sql.INFO: [2.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:23:07] sql.INFO: [1.55] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:23:07] sql.INFO: [1.11] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:23:07] sql.INFO: [1.12] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:23:07] sql.INFO: [1.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:23:37] sql.INFO: [3.29] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:23:37] sql.INFO: [1.79] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:23:37] sql.INFO: [2.53] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:23:37] sql.INFO: [2.07] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:23:47] sql.INFO: [1.42] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:23:47] sql.INFO: [1.18] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:25:12] sql.INFO: [12.24] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:25:12] sql.INFO: [2.15] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:25:12] sql.INFO: [1.47] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:25:12] sql.INFO: [1.83] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:25:17] sql.INFO: [3.14] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:25:17] sql.INFO: [2.4] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:25:17] sql.INFO: [2.29] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:25:17] sql.INFO: [1.63] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:25:46] sql.INFO: [2.1] insert into `role` (`role_name`, `sort`, `user_id`) values ('测试', '3', '') [] []
+[2024-10-08 05:25:46] sql.INFO: [23.26] insert into `role_log` (`user_id`, `data`, `type`) values ('', '{"role_name":"\u6d4b\u8bd5","sort":"3","user_id":null}', '1') [] []
+[2024-10-08 05:25:46] sql.INFO: [1.4] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:25:46] sql.INFO: [1.3] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:30:40] sql.INFO: [22.52] update `role` set `id` = '1', `role_name` = '超级管理员', `rule` = '["1","4","8","33","34","35","49","51","52","58","59","60","64","65","66","67","68","69","71","72","73","74","75","76"]', `express` = 'admin', `sort` = '2', `remark` = '超级管理员', `user_id` = '', `created_at` = '2024-06-13 22:21:51', `role`.`updated_at` = '2024-06-13 22:21:51' where (`id` = '1') [] []
+[2024-10-08 05:30:40] sql.INFO: [1.39] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:30:40] sql.INFO: [1.52] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:30:46] sql.INFO: [22.33] update `role` set `id` = '15', `role_name` = '三农市场网-管理员', `rule` = '["1","4","8","33","34","35","49","51","52","58","59","60","64","65","66","67","68","69","71","72","73","74","75","76"]', `sort` = '1', `remark` = '三农市场网', `user_id` = '', `created_at` = '2024-06-20 17:11:14', `role`.`updated_at` = '2024-07-18 13:44:28' where (`id` = '15') [] []
+[2024-10-08 05:30:46] sql.INFO: [2.07] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:30:46] sql.INFO: [1.6] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:32:02] sql.INFO: [8.67] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 05:32:02] sql.INFO: [1.57] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 05:32:02] sql.INFO: [1.35] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 05:32:02] sql.INFO: [1.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 05:34:34] sql.INFO: [6.2] select * from `role` where (`role_name` like '%超级%') limit 10 offset 0 [] []
+[2024-10-08 05:34:34] sql.INFO: [1.24] select count(*) as aggregate from `role` where (`role_name` like '%超级%') [] []
+[2024-10-08 05:34:53] sql.INFO: [2.6] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:34:53] sql.INFO: [2.33] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:35:13] sql.INFO: [2.94] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:35:13] sql.INFO: [2.21] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:38:04] sql.INFO: [10.13] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:38:04] sql.INFO: [1.34] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:38:23] sql.INFO: [1.83] select * from `menu` where (`pid` = '1') limit 10 offset 0 [] []
+[2024-10-08 05:38:23] sql.INFO: [1.39] select count(*) as aggregate from `menu` where (`pid` = '1') [] []
+[2024-10-08 05:38:26] sql.INFO: [3.13] select * from `menu` where (`pid` = '4') limit 10 offset 0 [] []
+[2024-10-08 05:38:26] sql.INFO: [2.73] select count(*) as aggregate from `menu` where (`pid` = '4') [] []
+[2024-10-08 05:38:28] sql.INFO: [2.81] select * from `menu` where (`pid` = '8') limit 10 offset 0 [] []
+[2024-10-08 05:38:28] sql.INFO: [2.58] select count(*) as aggregate from `menu` where (`pid` = '8') [] []
+[2024-10-08 05:38:32] sql.INFO: [2.01] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 05:38:32] sql.INFO: [1.39] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 05:38:33] sql.INFO: [2.02] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:38:33] sql.INFO: [1.25] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:41:34] sql.INFO: [5.46] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:41:34] sql.INFO: [1.47] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 05:47:57] sql.INFO: [4.89] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 05:47:57] sql.INFO: [1.59] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 06:10:38] sql.INFO: [4.69] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 06:10:38] sql.INFO: [1.24] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 06:11:42] sql.INFO: [4.93] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-08 06:11:42] sql.INFO: [1.16] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-08 06:14:12] sql.INFO: [5.42] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 06:14:12] sql.INFO: [1.35] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 06:27:01] sql.INFO: [8.66] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-08 06:27:01] sql.INFO: [2.02] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-08 06:30:20] sql.INFO: [7.72] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-08 06:30:20] sql.INFO: [2.24] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-08 06:32:04] sql.INFO: [7.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-08 06:32:04] sql.INFO: [1.84] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-08 06:33:03] sql.INFO: [2.35] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 06:33:03] sql.INFO: [7.81] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 06:33:03] sql.INFO: [2.7] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 06:33:03] sql.INFO: [1.08] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 06:33:03] sql.INFO: [1.21] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 06:42:45] sql.INFO: [5.81] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 06:42:45] sql.INFO: [5.8] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 06:42:45] sql.INFO: [2.18] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 06:42:45] sql.INFO: [1.92] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 06:42:45] sql.INFO: [2.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 08:08:53] sql.INFO: [5.18] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-08 08:08:53] sql.INFO: [1.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 08:08:53] sql.INFO: [1.54] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 08:08:53] sql.INFO: [1.49] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 08:08:53] sql.INFO: [1.33] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 08:08:53] sql.INFO: [1.76] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-08 08:21:42] sql.INFO: [7.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-08 08:21:42] sql.INFO: [7.76] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-08 08:21:42] sql.INFO: [1.48] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-08 08:21:42] sql.INFO: [1.85] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-08 08:21:42] sql.INFO: [1.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 00:18:36] sql.INFO: [7.7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-09 00:18:36] sql.INFO: [5.38] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 00:18:36] sql.INFO: [1.85] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-09 00:19:14] sql.INFO: [1.78] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-09 00:19:14] sql.INFO: [2.06] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 00:19:14] sql.INFO: [3.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 00:19:14] sql.INFO: [1.54] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 00:19:14] sql.INFO: [2.38] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 00:19:14] sql.INFO: [1.96] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 00:31:27] sql.INFO: [5.32] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-09 00:31:28] sql.INFO: [1.7] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 00:31:28] sql.INFO: [1.38] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 00:31:28] sql.INFO: [5.87] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-09 00:31:28] sql.INFO: [1.41] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 00:31:28] sql.INFO: [1.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 00:40:17] sql.INFO: [11.74] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:40:17] sql.INFO: [1.09] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:41:03] sql.INFO: [2.17] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:41:03] sql.INFO: [2.08] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:41:29] sql.INFO: [3.84] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:41:29] sql.INFO: [2.13] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:41:37] sql.INFO: [2.45] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:41:37] sql.INFO: [2.14] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:53:04] sql.INFO: [6.44] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:53:04] sql.INFO: [1.39] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:56:10] sql.INFO: [11.65] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:56:10] sql.INFO: [1.46] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:58:16] sql.INFO: [9.07] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:58:16] sql.INFO: [2.15] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 00:58:56] sql.INFO: [3.76] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 00:58:56] sql.INFO: [2.45] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 01:25:37] sql.INFO: [4.86] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 01:25:37] sql.INFO: [1.39] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 01:31:50] sql.INFO: [7.27] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 01:31:50] sql.INFO: [1.47] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 01:33:55] sql.INFO: [7.4] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 01:33:55] sql.INFO: [1.43] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 01:43:05] sql.INFO: [7.67] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 01:43:05] sql.INFO: [1.93] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-09 01:43:09] sql.INFO: [1.72] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 01:43:09] sql.INFO: [1.38] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-09 01:43:13] sql.INFO: [8.03] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 01:43:13] sql.INFO: [1.76] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 01:43:13] sql.INFO: [2.79] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 01:43:13] sql.INFO: [2.19] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 01:43:21] sql.INFO: [2.24] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 01:43:21] sql.INFO: [1.89] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-09 01:43:29] sql.INFO: [1.48] insert into `role` (`role_name`, `user_id`) values ('111', '32') [] []
+[2024-10-09 01:43:29] sql.INFO: [1.44] insert into `role_log` (`user_id`, `data`, `type`) values ('32', '{"role_name":"111","user_id":32}', '1') [] []
+[2024-10-09 01:43:29] sql.INFO: [1.63] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 01:43:29] sql.INFO: [1.28] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 01:43:30] sql.INFO: [2.46] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 01:43:30] sql.INFO: [2.06] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-09 01:46:42] sql.INFO: [8.48] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 01:46:42] sql.INFO: [1.39] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-09 02:23:00] sql.INFO: [5.61] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 02:23:00] sql.INFO: [1.53] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 02:23:02] sql.INFO: [7.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:23:02] sql.INFO: [1.89] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:23:54] sql.INFO: [3.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:23:54] sql.INFO: [2.44] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:36:43] sql.INFO: [9.28] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:36:43] sql.INFO: [2.12] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:40:25] sql.INFO: [12.56] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:40:25] sql.INFO: [1.51] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:41:06] sql.INFO: [3.44] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:41:06] sql.INFO: [1.75] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:41:28] sql.INFO: [2.5] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:41:29] sql.INFO: [1.79] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:41:34] sql.INFO: [1.91] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:41:34] sql.INFO: [1.32] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:41:46] sql.INFO: [1.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:41:46] sql.INFO: [1.66] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:41:55] sql.INFO: [1.93] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:41:55] sql.INFO: [1.84] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:42:05] sql.INFO: [1.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:42:05] sql.INFO: [1.25] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:42:15] sql.INFO: [2.6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:42:15] sql.INFO: [1.85] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:43:07] sql.INFO: [2.66] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:43:07] sql.INFO: [1.57] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 02:48:23] sql.INFO: [8.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 02:48:23] sql.INFO: [1.98] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 03:23:07] sql.INFO: [6.7] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 03:23:07] sql.INFO: [6.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 03:23:07] sql.INFO: [1.52] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 03:23:07] sql.INFO: [1.48] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 03:23:07] sql.INFO: [1.47] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 04:22:40] sql.INFO: [4.66] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 04:22:40] sql.INFO: [4.88] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 04:22:40] sql.INFO: [1.21] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 04:22:40] sql.INFO: [1.13] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 04:22:40] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 04:23:05] sql.INFO: [1.74] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 04:23:05] sql.INFO: [2.71] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 04:23:05] sql.INFO: [1.34] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 04:23:05] sql.INFO: [1.3] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 04:23:05] sql.INFO: [1.26] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 04:24:10] sql.INFO: [6.05] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 04:24:10] sql.INFO: [6.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 04:24:10] sql.INFO: [1.28] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 04:24:10] sql.INFO: [1.22] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 04:24:10] sql.INFO: [1.44] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 05:19:36] sql.INFO: [5.96] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 05:19:36] sql.INFO: [1.77] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 05:19:39] sql.INFO: [3.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 05:19:39] sql.INFO: [2.12] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 05:19:56] sql.INFO: [2.65] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 05:19:56] sql.INFO: [1.68] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 05:31:11] sql.INFO: [11.6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 05:31:11] sql.INFO: [1.47] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 05:38:02] sql.INFO: [8.66] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 05:38:02] sql.INFO: [1.48] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 05:42:25] sql.INFO: [5.84] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 05:42:25] sql.INFO: [1.52] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 06:06:47] sql.INFO: [14.73] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where (`user`.`user_name` like '%123456%') [] []
+[2024-10-09 06:06:47] sql.INFO: [1.7] select count(*) as aggregate from `user` where (`user`.`user_name` like '%123456%') [] []
+[2024-10-09 06:11:00] sql.INFO: [4.81] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 06:11:00] sql.INFO: [1.32] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 06:11:02] sql.INFO: [2.06] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 06:11:02] sql.INFO: [1.64] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 06:14:01] sql.INFO: [6.98] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 06:14:01] sql.INFO: [1.51] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 06:15:48] sql.INFO: [5.12] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 06:15:48] sql.INFO: [1.12] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 06:15:49] sql.INFO: [2.14] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 06:15:49] sql.INFO: [1.85] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 06:15:59] sql.INFO: [2.59] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-09 06:15:59] sql.INFO: [1.65] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-09 06:16:33] sql.INFO: [1.93] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 06:16:33] sql.INFO: [1.73] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 06:16:35] sql.INFO: [2.55] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 06:16:35] sql.INFO: [1.63] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 06:16:35] sql.INFO: [1.59] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 06:16:35] sql.INFO: [1.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 06:18:28] sql.INFO: [9.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 06:18:28] sql.INFO: [1.56] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 06:19:42] sql.INFO: [5.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 06:19:42] sql.INFO: [1.53] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 06:23:08] sql.INFO: [7.57] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 06:23:08] sql.INFO: [1.82] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 06:23:10] sql.INFO: [3.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 06:23:10] sql.INFO: [1.79] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 06:23:16] sql.INFO: [2.37] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 06:23:16] sql.INFO: [1.39] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 06:26:00] sql.INFO: [4.54] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 06:26:00] sql.INFO: [2.05] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 07:05:36] sql.INFO: [7.75] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 07:05:36] sql.INFO: [5.72] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 07:16:13] sql.INFO: [9.02] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 07:16:13] sql.INFO: [1.24] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 07:38:12] sql.INFO: [4.57] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 07:38:12] sql.INFO: [1.21] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 07:38:12] sql.INFO: [1.15] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 07:38:12] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 07:38:12] sql.INFO: [4.76] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 07:53:54] sql.INFO: [7.47] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 07:53:54] sql.INFO: [1.89] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 08:02:16] sql.INFO: [6.36] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 08:02:16] sql.INFO: [1.2] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 08:02:17] sql.INFO: [2.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-09 08:02:18] sql.INFO: [1.54] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-09 08:09:01] sql.INFO: [9.01] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 08:09:01] sql.INFO: [2.19] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 09:06:13] sql.INFO: [6.22] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 09:06:13] sql.INFO: [1.5] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-09 09:20:29] sql.INFO: [7.23] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-09 09:20:29] sql.INFO: [8.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-09 09:20:29] sql.INFO: [1.78] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-09 09:20:29] sql.INFO: [2.07] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-09 09:20:29] sql.INFO: [1.88] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-09 09:44:05] sql.INFO: [7.14] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-09 09:54:45] sql.INFO: [7.11] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-09 09:54:45] sql.INFO: [1.66] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 00:45:36] sql.INFO: [54.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-10 00:45:36] sql.INFO: [31.91] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:45:36] sql.INFO: [8.92] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-10 00:45:52] sql.INFO: [5.02] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:45:52] sql.INFO: [4.57] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-10 00:45:52] sql.INFO: [2.58] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-10 00:46:12] sql.INFO: [3.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-10 00:46:12] sql.INFO: [2.88] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:46:12] sql.INFO: [3.05] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-10 00:46:28] sql.INFO: [2.06] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:46:28] sql.INFO: [2.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 00:46:28] sql.INFO: [1.37] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 00:46:28] sql.INFO: [5.75] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 00:46:28] sql.INFO: [17.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 00:46:44] sql.INFO: [1.56] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 00:46:44] sql.INFO: [1.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 00:46:44] sql.INFO: [1.72] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:46:44] sql.INFO: [1.29] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 00:46:44] sql.INFO: [2.01] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 00:46:44] sql.INFO: [1.83] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 00:46:50] sql.INFO: [1.45] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 00:46:50] sql.INFO: [1.16] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 00:46:54] sql.INFO: [1.83] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 00:46:54] sql.INFO: [1.26] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 00:46:55] sql.INFO: [2.04] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:46:55] sql.INFO: [1.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-10 00:46:55] sql.INFO: [1.45] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-10 00:47:35] sql.INFO: [4.94] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 00:47:35] sql.INFO: [1.44] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 00:47:35] sql.INFO: [1.42] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 00:47:35] sql.INFO: [1.25] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 00:47:35] sql.INFO: [1.1] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 00:47:35] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 00:47:36] sql.INFO: [5.54] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 00:47:36] sql.INFO: [4.24] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 01:46:13] sql.INFO: [5.66] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 01:46:13] sql.INFO: [6.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '0' limit 1 [] []
+[2024-10-10 01:46:13] sql.INFO: [2.52] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 01:46:13] sql.INFO: [2.06] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 01:46:13] sql.INFO: [2.19] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 01:46:27] sql.INFO: [2.87] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 01:46:28] sql.INFO: [2.33] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 01:46:28] sql.INFO: [2.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 01:46:28] sql.INFO: [2.03] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '') limit 1 [] []
+[2024-10-10 01:46:59] sql.INFO: [1.24] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 01:46:59] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 01:46:59] sql.INFO: [1.74] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 01:46:59] sql.INFO: [2.47] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 01:46:59] sql.INFO: [2.06] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 02:30:14] sql.INFO: [4.79] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 02:30:14] sql.INFO: [1.34] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 02:30:19] sql.INFO: [10.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-10 02:30:19] sql.INFO: [1.37] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-10 02:31:02] sql.INFO: [1.3] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:31:42] sql.INFO: [1.36] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:32:15] sql.INFO: [2.03] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:32:15] sql.INFO: [2.23] insert into `user` (`user_name`, `password`, `avatar`, `mobile`, `status`, `role_id`, `email`, `salt`, `rong_token`, `level_id`, `nickname`, `last_login_ip`) values ('15210211200', '8fee34f1847fd7c3b0c168db2ddb63eb', 'http://192.168.1.201:9501/image/20241010/172852749757529.jpg', '15210211200', '1', '0', '15210211200@qq.com', '515473', '', '1', '15210211200', '172.17.0.1') [] []
+[2024-10-10 02:32:15] sql.INFO: [1.04] insert into `user_info` (`user_id`, `id_card`, `gender`, `real_name`, `job`, `city_id`, `birthday`, `number`) values ('73', '', '1', '党云龙', '', '[33,413,3509,41543]', '', '') [] []
+[2024-10-10 02:32:15] sql.INFO: [2.33] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-10 02:32:15] sql.INFO: [1.8] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-10 02:32:19] sql.INFO: [2.26] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-10 02:32:19] sql.INFO: [1.33] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-10 02:33:09] sql.INFO: [2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where (`user`.`user_name` like '%15210211200%') [] []
+[2024-10-10 02:33:09] sql.INFO: [1.81] select count(*) as aggregate from `user` where (`user`.`user_name` like '%15210211200%') [] []
+[2024-10-10 02:33:58] sql.INFO: [3.34] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-10 02:33:58] sql.INFO: [2.52] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-10 02:35:12] sql.INFO: [4.6] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:45:21] sql.INFO: [9.49] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:45:31] sql.INFO: [5.01] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:50:26] sql.INFO: [4.51] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:50:55] sql.INFO: [1.65] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:51:34] sql.INFO: [1.69] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:52:56] sql.INFO: [6.54] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 02:52:56] sql.INFO: [6.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 02:52:56] sql.INFO: [2] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 02:52:56] sql.INFO: [1.83] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 02:52:56] sql.INFO: [2.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 02:53:15] sql.INFO: [1.9] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:55:25] sql.INFO: [12.35] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:56:18] sql.INFO: [2.37] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:56:36] sql.INFO: [4.18] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:57:04] sql.INFO: [1.72] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:57:08] sql.INFO: [4.2] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:57:32] sql.INFO: [1.59] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 02:58:34] sql.INFO: [12.93] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:00:25] sql.INFO: [8.76] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:00:59] sql.INFO: [4.2] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:02:54] sql.INFO: [8.85] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:03:49] sql.INFO: [4.89] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:05:25] sql.INFO: [8.69] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:06:27] sql.INFO: [5.59] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:08:30] sql.INFO: [9.51] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:09:35] sql.INFO: [5.36] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:09:51] sql.INFO: [4.15] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:12:32] sql.INFO: [10.16] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:13:00] sql.INFO: [1.38] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:13:32] sql.INFO: [4.2] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:15:05] sql.INFO: [12.85] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:21:54] sql.INFO: [7.25] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:25:08] sql.INFO: [9.3] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 03:28:25] sql.INFO: [5.28] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 05:14:06] sql.INFO: [4.1] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 05:14:07] sql.INFO: [1.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:14:07] sql.INFO: [4.9] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:14:07] sql.INFO: [1.32] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:14:07] sql.INFO: [1.44] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:14:07] sql.INFO: [1.44] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:14:08] sql.INFO: [4.14] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 05:14:08] sql.INFO: [2.91] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 05:14:15] sql.INFO: [6.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-10 05:14:16] sql.INFO: [4.58] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-10 05:18:03] sql.INFO: [10.11] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 05:18:03] sql.INFO: [2.19] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 05:18:09] sql.INFO: [3.77] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:18:09] sql.INFO: [2.56] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:18:09] sql.INFO: [1.97] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:18:09] sql.INFO: [2.05] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:19:08] sql.INFO: [2.83] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:19:08] sql.INFO: [2.69] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:19:08] sql.INFO: [1.81] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:19:08] sql.INFO: [1.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:24:51] sql.INFO: [5.22] select * from `user` where (`user_name` = '15210212000') limit 1 [] []
+[2024-10-10 05:26:24] sql.INFO: [4.61] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 05:26:25] sql.INFO: [2.41] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:26:48] sql.INFO: [4.81] select * from `user` where (`user_name` = '15211225421') limit 1 [] []
+[2024-10-10 05:26:55] sql.INFO: [4.38] select * from `user` where (`user_name` = '15211225421') limit 1 [] []
+[2024-10-10 05:27:23] sql.INFO: [2.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:28:05] sql.INFO: [3.09] select * from `user` where (`user_name` = '15211225421') limit 1 [] []
+[2024-10-10 05:28:40] sql.INFO: [9.73] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:31:11] sql.INFO: [4.53] select * from `user` where (`user_name` = '15211225421') limit 1 [] []
+[2024-10-10 05:35:25] sql.INFO: [5.05] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 05:35:26] sql.INFO: [2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:39:53] sql.INFO: [4.16] select * from `user` where (`user_name` = '15210211111') limit 1 [] []
+[2024-10-10 05:39:59] sql.INFO: [3.49] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 05:40:05] sql.INFO: [1.76] select * from `user` where (`user_name` = '15210211201') limit 1 [] []
+[2024-10-10 05:40:14] sql.INFO: [1.95] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 05:40:14] sql.INFO: [1.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:41:49] sql.INFO: [5.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:43:50] sql.INFO: [5.33] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:43:50] sql.INFO: [6.41] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:43:50] sql.INFO: [2.11] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:43:50] sql.INFO: [2.07] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:43:50] sql.INFO: [2.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:43:53] sql.INFO: [1.63] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-10 05:43:53] sql.INFO: [1.25] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-10 05:44:28] sql.INFO: [1.43] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:44:28] sql.INFO: [2.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:44:28] sql.INFO: [1.94] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:44:28] sql.INFO: [1.76] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:44:28] sql.INFO: [5.89] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-10 05:44:28] sql.INFO: [2.31] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:44:28] sql.INFO: [1.47] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-10 05:45:39] sql.INFO: [4.78] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:45:39] sql.INFO: [4.87] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:45:39] sql.INFO: [1.66] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:45:39] sql.INFO: [1.78] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:45:39] sql.INFO: [1.8] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:46:11] sql.INFO: [2.3] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 05:46:11] sql.INFO: [2.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 05:46:11] sql.INFO: [1.86] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 05:46:11] sql.INFO: [1.22] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 05:46:11] sql.INFO: [1.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 05:48:24] sql.INFO: [4.77] select * from `user` where (`user_name` = '234') limit 1 [] []
+[2024-10-10 05:50:16] sql.INFO: [4.94] select * from `user` where (`user_name` = '234') limit 1 [] []
+[2024-10-10 05:52:52] sql.INFO: [5.02] select * from `user` where (`user_name` = '15211111111') limit 1 [] []
+[2024-10-10 05:54:00] sql.INFO: [5.81] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 05:55:56] sql.INFO: [10.98] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 05:56:44] sql.INFO: [1.47] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 05:56:51] sql.INFO: [3.72] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 05:57:51] sql.INFO: [9.98] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:04:11] sql.INFO: [3.95] select * from `user` where (`user_name` = '234') limit 1 [] []
+[2024-10-10 06:04:34] sql.INFO: [1.97] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-10 06:04:34] sql.INFO: [2.19] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:04:34] sql.INFO: [2.19] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:04:34] sql.INFO: [1.99] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:04:34] sql.INFO: [5.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:04:34] sql.INFO: [2.07] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:06:22] sql.INFO: [6.38] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:06:29] sql.INFO: [4.37] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:06:50] sql.INFO: [5.26] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:07:51] sql.INFO: [9.16] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:08:19] sql.INFO: [3.06] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:09:24] sql.INFO: [8.24] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:10:28] sql.INFO: [11.04] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:36:40] sql.INFO: [8.56] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:41:20] sql.INFO: [13.09] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:41:28] sql.INFO: [4.38] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:42:39] sql.INFO: [5.5] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:43:22] sql.INFO: [5.43] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:43:29] sql.INFO: [4.77] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:45:37] sql.INFO: [8.71] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:48:08] sql.INFO: [6.39] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:48:45] sql.INFO: [5.24] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:49:19] sql.INFO: [5.2] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:49:31] sql.INFO: [1.82] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:49:31] sql.INFO: [5.64] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:49:31] sql.INFO: [1.83] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:49:31] sql.INFO: [1.79] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:49:31] sql.INFO: [1.93] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:51:10] sql.INFO: [5.7] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:52:15] sql.INFO: [5.23] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:52:15] sql.INFO: [5.91] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:52:15] sql.INFO: [1.25] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:52:15] sql.INFO: [1.31] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:52:15] sql.INFO: [1.59] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:52:37] sql.INFO: [1.84] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:52:37] sql.INFO: [2.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:52:37] sql.INFO: [1.97] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:52:37] sql.INFO: [1.89] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:52:37] sql.INFO: [1.97] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:52:51] sql.INFO: [1.72] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:52:51] sql.INFO: [1.87] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:52:51] sql.INFO: [1.39] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:52:51] sql.INFO: [1.7] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:52:51] sql.INFO: [1.4] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:53:05] sql.INFO: [1.84] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:53:05] sql.INFO: [1.65] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:53:05] sql.INFO: [1.57] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:53:05] sql.INFO: [1.34] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:53:05] sql.INFO: [1.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:54:02] sql.INFO: [5.71] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 06:55:39] sql.INFO: [6.44] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:55:39] sql.INFO: [6.38] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:55:39] sql.INFO: [1.63] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:55:39] sql.INFO: [1.49] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:55:39] sql.INFO: [1.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:55:53] sql.INFO: [2.3] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:55:53] sql.INFO: [2.29] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:55:53] sql.INFO: [1.66] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:55:53] sql.INFO: [1.49] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:55:53] sql.INFO: [2.02] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:56:19] sql.INFO: [1.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:56:19] sql.INFO: [2.62] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:56:19] sql.INFO: [2.52] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:56:19] sql.INFO: [2] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:56:19] sql.INFO: [2.64] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:57:50] sql.INFO: [5.84] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:57:50] sql.INFO: [6.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:57:50] sql.INFO: [1.47] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:57:50] sql.INFO: [1.7] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:57:50] sql.INFO: [1.53] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:58:02] sql.INFO: [1.54] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:58:02] sql.INFO: [1.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:58:02] sql.INFO: [1.5] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:58:02] sql.INFO: [1.78] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:58:02] sql.INFO: [1.57] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:58:11] sql.INFO: [1.46] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:58:11] sql.INFO: [1.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:58:11] sql.INFO: [1.7] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:58:11] sql.INFO: [1.73] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:58:11] sql.INFO: [1.65] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:58:30] sql.INFO: [1.53] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:58:30] sql.INFO: [1.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:58:30] sql.INFO: [1.3] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:58:30] sql.INFO: [2.03] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:58:30] sql.INFO: [1.71] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:58:39] sql.INFO: [1.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:58:39] sql.INFO: [1.78] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:58:39] sql.INFO: [1.76] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:58:39] sql.INFO: [1.64] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:58:39] sql.INFO: [2.11] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 06:58:46] sql.INFO: [1.83] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 06:58:46] sql.INFO: [1.87] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 06:58:46] sql.INFO: [1.49] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 06:58:46] sql.INFO: [1.7] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 06:58:46] sql.INFO: [1.6] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:15:07] sql.INFO: [6.05] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:15:07] sql.INFO: [6.4] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:15:07] sql.INFO: [2.01] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:15:07] sql.INFO: [1.6] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:15:07] sql.INFO: [1.57] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:15:49] sql.INFO: [2.23] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:15:49] sql.INFO: [2.48] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:15:49] sql.INFO: [2.37] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:15:49] sql.INFO: [2.44] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:15:49] sql.INFO: [2.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:15:55] sql.INFO: [1.79] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:15:55] sql.INFO: [1.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:15:55] sql.INFO: [1.51] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:15:55] sql.INFO: [2.02] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:15:55] sql.INFO: [1.7] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:00] sql.INFO: [1.82] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:00] sql.INFO: [1.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:01] sql.INFO: [1.8] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:01] sql.INFO: [2.01] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:01] sql.INFO: [1.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:06] sql.INFO: [2] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:06] sql.INFO: [2.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:06] sql.INFO: [1.79] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:06] sql.INFO: [2.06] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:06] sql.INFO: [1.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:12] sql.INFO: [2.08] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:12] sql.INFO: [2.2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:12] sql.INFO: [1.91] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:12] sql.INFO: [1.9] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:12] sql.INFO: [1.74] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:21] sql.INFO: [1.74] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:21] sql.INFO: [1.89] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:21] sql.INFO: [1.55] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:21] sql.INFO: [1.57] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:21] sql.INFO: [3.81] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:26] sql.INFO: [1.56] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:26] sql.INFO: [1.53] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:26] sql.INFO: [1.69] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:26] sql.INFO: [1.93] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:26] sql.INFO: [1.87] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:32] sql.INFO: [1.74] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:32] sql.INFO: [1.87] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:32] sql.INFO: [1.82] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:32] sql.INFO: [1.89] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:32] sql.INFO: [1.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:38] sql.INFO: [2.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:38] sql.INFO: [2.06] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:38] sql.INFO: [2.1] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:38] sql.INFO: [2.3] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:38] sql.INFO: [1.84] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:16:55] sql.INFO: [1.8] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:16:55] sql.INFO: [1.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:16:55] sql.INFO: [1.55] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:16:55] sql.INFO: [1.72] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:16:55] sql.INFO: [1.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:17:02] sql.INFO: [2.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:17:02] sql.INFO: [2.08] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:17:02] sql.INFO: [1.97] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:17:02] sql.INFO: [1.53] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:17:02] sql.INFO: [1.75] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:19:26] sql.INFO: [9.78] select * from `user` where (`user_name` = '15212112211') limit 1 [] []
+[2024-10-10 07:20:15] sql.INFO: [5.55] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 07:55:44] sql.INFO: [5.16] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:55:44] sql.INFO: [6.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:55:44] sql.INFO: [1.4] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:55:44] sql.INFO: [1.37] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:55:44] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:56:10] sql.INFO: [1.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:56:10] sql.INFO: [2.53] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:56:10] sql.INFO: [2.15] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:56:10] sql.INFO: [1.88] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:56:10] sql.INFO: [1.91] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:56:24] sql.INFO: [1.9] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:56:24] sql.INFO: [1.91] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:56:24] sql.INFO: [1.58] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:56:24] sql.INFO: [1.86] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:56:24] sql.INFO: [1.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:56:41] sql.INFO: [1.5] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:56:41] sql.INFO: [1.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:56:41] sql.INFO: [1.46] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:56:41] sql.INFO: [1.43] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:56:41] sql.INFO: [1.73] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:56:58] sql.INFO: [1.39] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:56:58] sql.INFO: [1.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:56:58] sql.INFO: [1.76] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:56:58] sql.INFO: [1.56] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:56:58] sql.INFO: [1.58] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:57:10] sql.INFO: [1.49] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:57:10] sql.INFO: [1.39] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:57:10] sql.INFO: [1.73] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:57:10] sql.INFO: [1.73] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:57:10] sql.INFO: [1.36] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:57:22] sql.INFO: [1.56] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:57:22] sql.INFO: [1.6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:57:22] sql.INFO: [1.42] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:57:22] sql.INFO: [1.66] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:57:22] sql.INFO: [1.47] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 07:57:34] sql.INFO: [1.33] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-10 07:57:34] sql.INFO: [1.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-10 07:57:34] sql.INFO: [1.52] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-10 07:57:34] sql.INFO: [1.6] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-10 07:57:34] sql.INFO: [1.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-10 08:05:39] sql.INFO: [5.18] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 08:07:26] sql.INFO: [8.32] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 09:26:29] sql.INFO: [13.01] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-10 09:53:43] sql.INFO: [8.29] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 00:31:16] sql.INFO: [31.94] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 00:48:06] sql.INFO: [15.9] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 00:52:39] sql.INFO: [19.1] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 00:54:21] sql.INFO: [17.39] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:12:51] sql.INFO: [13.37] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:12:58] sql.INFO: [11.45] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:13:14] sql.INFO: [5.46] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:14:20] sql.INFO: [7.81] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:15:02] sql.INFO: [6.1] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:17:07] sql.INFO: [18.25] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:20:15] sql.INFO: [6.68] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:22:04] sql.INFO: [5.42] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:24:23] sql.INFO: [13.37] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:24:31] sql.INFO: [1.69] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:24:39] sql.INFO: [5.24] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:25:11] sql.INFO: [5.14] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:26:33] sql.INFO: [12.03] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:27:38] sql.INFO: [5.56] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:34:03] sql.INFO: [6.99] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:49:16] sql.INFO: [6.22] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:51:17] sql.INFO: [4.58] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:52:19] sql.INFO: [18.83] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:56:05] sql.INFO: [8.69] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 01:58:16] sql.INFO: [10.24] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:14:33] sql.INFO: [7.8] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:14:38] sql.INFO: [4.28] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:16:17] sql.INFO: [22.6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 02:16:18] sql.INFO: [38.97] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:16:18] sql.INFO: [9.18] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:16:18] sql.INFO: [13.35] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:16:18] sql.INFO: [9.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:16:43] sql.INFO: [1.7] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-11 02:16:43] sql.INFO: [1.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 02:16:43] sql.INFO: [1.77] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:16:43] sql.INFO: [1.82] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:16:43] sql.INFO: [1.66] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:16:43] sql.INFO: [1.78] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:16:47] sql.INFO: [1.47] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-11 02:16:47] sql.INFO: [1.15] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-11 02:17:01] sql.INFO: [1.74] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-11 02:17:01] sql.INFO: [1.63] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:17:01] sql.INFO: [1.47] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-11 02:17:01] sql.INFO: [1.6] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:17:01] sql.INFO: [1.35] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:17:01] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:17:01] sql.INFO: [7.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 02:17:26] sql.INFO: [1.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 02:22:06] sql.INFO: [4.44] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:22:06] sql.INFO: [2.28] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:22:06] sql.INFO: [1.72] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:22:06] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:23:51] sql.INFO: [5.36] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:23:51] sql.INFO: [2.6] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:23:51] sql.INFO: [1.6] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:23:51] sql.INFO: [2.08] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:24:30] sql.INFO: [3.79] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:24:30] sql.INFO: [3.41] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:24:30] sql.INFO: [2.3] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:24:30] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:25:15] sql.INFO: [3.11] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 02:25:27] sql.INFO: [4.94] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 02:25:27] sql.INFO: [2.9] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 02:25:27] sql.INFO: [2.19] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 02:25:27] sql.INFO: [2.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 02:56:18] sql.INFO: [6.89] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:56:43] sql.INFO: [2.64] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:57:06] sql.INFO: [2.5] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:58:32] sql.INFO: [5.05] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 02:59:27] sql.INFO: [1.58] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:00:04] sql.INFO: [5.05] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:00:49] sql.INFO: [1.48] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:01:21] sql.INFO: [5.83] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:01:36] sql.INFO: [2.17] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:03:33] sql.INFO: [8.04] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 03:04:36] sql.INFO: [5.6] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:05:05] sql.INFO: [6.83] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:06:19] sql.INFO: [6.97] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:08:29] sql.INFO: [15.13] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:08:47] sql.INFO: [2.22] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:09:45] sql.INFO: [1.44] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:11:26] sql.INFO: [14.62] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:12:14] sql.INFO: [4.06] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:14:27] sql.INFO: [5.42] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 03:17:17] sql.INFO: [6.06] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 03:21:13] sql.INFO: [5.21] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:00:31] sql.INFO: [17.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 05:04:36] sql.INFO: [16.3] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:05:29] sql.INFO: [5.04] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:05:29] sql.INFO: [3.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:08:27] sql.INFO: [9.81] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:08:27] sql.INFO: [4.48] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:11:04] sql.INFO: [8.93] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:11:05] sql.INFO: [2.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:12:09] sql.INFO: [9.96] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:12:09] sql.INFO: [2.7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:14:30] sql.INFO: [4.31] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:14:30] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:15:00] sql.INFO: [1.45] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:18:24] sql.INFO: [4.5] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:18:24] sql.INFO: [12.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:19:30] sql.INFO: [19.5] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:19:30] sql.INFO: [9.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:21:34] sql.INFO: [9.32] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:21:34] sql.INFO: [2.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:24:52] sql.INFO: [14.73] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:24:52] sql.INFO: [3.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:25:14] sql.INFO: [2.97] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:25:28] sql.INFO: [1.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:27:42] sql.INFO: [11.68] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-11 05:27:42] sql.INFO: [2.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 05:27:42] sql.INFO: [2.12] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 05:27:42] sql.INFO: [1.78] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 05:27:42] sql.INFO: [1.61] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 05:27:42] sql.INFO: [1.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 05:27:44] sql.INFO: [3.19] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-11 05:27:44] sql.INFO: [2.81] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-11 05:29:10] sql.INFO: [20.14] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 05:29:10] sql.INFO: [5.23] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 05:29:10] sql.INFO: [2.85] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 05:29:10] sql.INFO: [2.59] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 05:29:49] sql.INFO: [2.55] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:29:49] sql.INFO: [5.56] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:33:17] sql.INFO: [10.66] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:33:33] sql.INFO: [7.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:33:41] sql.INFO: [2.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:33:49] sql.INFO: [4.8] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:34:16] sql.INFO: [4.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:37:03] sql.INFO: [11.16] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:38:00] sql.INFO: [5.54] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:38:12] sql.INFO: [1.84] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:39:21] sql.INFO: [5.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:39:39] sql.INFO: [2.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:40:33] sql.INFO: [12.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:40:55] sql.INFO: [1.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:41:09] sql.INFO: [3.99] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:41:24] sql.INFO: [1.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:42:23] sql.INFO: [5.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:42:31] sql.INFO: [5.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:42:45] sql.INFO: [1.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:43:00] sql.INFO: [6.54] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:43:13] sql.INFO: [3.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:45:32] sql.INFO: [14.44] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:46:03] sql.INFO: [5.56] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:46:03] sql.INFO: [2.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:46:33] sql.INFO: [6.76] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:46:33] sql.INFO: [2.82] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:47:07] sql.INFO: [2.14] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:47:14] sql.INFO: [1.72] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 05:48:41] sql.INFO: [13.67] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 05:48:41] sql.INFO: [1.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:07:41] sql.INFO: [14.73] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:08:26] sql.INFO: [5.71] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 06:08:27] sql.INFO: [3.82] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:11:01] sql.INFO: [13.52] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 06:11:01] sql.INFO: [3.24] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:20:28] sql.INFO: [12.22] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 06:20:28] sql.INFO: [4.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:24:56] sql.INFO: [9.52] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:26:02] sql.INFO: [13.98] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 06:26:02] sql.INFO: [3.73] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:26:53] sql.INFO: [4.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:36:01] sql.INFO: [7.2] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 06:36:01] sql.INFO: [2.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:39:19] sql.INFO: [5.57] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:41:26] sql.INFO: [7.69] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 06:41:26] sql.INFO: [1.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:46:08] sql.INFO: [5.4] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:46:14] sql.INFO: [2.54] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:46:14] sql.INFO: [1.81] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:46:42] sql.INFO: [7.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:46:43] sql.INFO: [4.87] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:46:56] sql.INFO: [10.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:46:56] sql.INFO: [6.79] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:49:11] sql.INFO: [6.89] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:49:11] sql.INFO: [21.39] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:49:15] sql.INFO: [6.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:49:15] sql.INFO: [1.25] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:54:50] sql.INFO: [9.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:54:50] sql.INFO: [5.48] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:54:54] sql.INFO: [7.24] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:54:54] sql.INFO: [7.79] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:55:24] sql.INFO: [2.07] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:55:24] sql.INFO: [14.02] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:55:46] sql.INFO: [2.36] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:55:46] sql.INFO: [1.52] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:55:54] sql.INFO: [1.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:55:55] sql.INFO: [1.66] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:55:58] sql.INFO: [6.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:55:59] sql.INFO: [3.3] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:56:41] sql.INFO: [3.89] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:56:41] sql.INFO: [8.73] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:58:57] sql.INFO: [15.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 06:58:57] sql.INFO: [1.97] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 06:59:41] sql.INFO: [7.39] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 06:59:41] sql.INFO: [6.26] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 06:59:41] sql.INFO: [3.99] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 06:59:41] sql.INFO: [2.8] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 07:01:54] sql.INFO: [5.37] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 07:01:54] sql.INFO: [2.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:01:54] sql.INFO: [1.33] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:02:27] sql.INFO: [2.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:02:27] sql.INFO: [2.28] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:02:37] sql.INFO: [5.75] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:02:38] sql.INFO: [1.88] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:05:04] sql.INFO: [12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:05:04] sql.INFO: [4.65] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:07:52] sql.INFO: [5.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:07:53] sql.INFO: [3.66] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:10:07] sql.INFO: [4.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:10:07] sql.INFO: [1.69] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:12:36] sql.INFO: [5.04] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:12:36] sql.INFO: [4.64] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:17:08] sql.INFO: [6.42] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-11 07:17:09] sql.INFO: [2.74] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 07:17:09] sql.INFO: [1.93] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 07:17:09] sql.INFO: [5] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 07:17:09] sql.INFO: [2.04] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 07:17:09] sql.INFO: [1.99] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 07:17:22] sql.INFO: [2.06] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:17:22] sql.INFO: [1.77] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:17:26] sql.INFO: [1.46] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 07:17:26] sql.INFO: [1.5] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 07:17:26] sql.INFO: [1.38] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 07:17:26] sql.INFO: [1.26] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 07:17:26] sql.INFO: [1.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 07:19:58] sql.INFO: [6.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:19:59] sql.INFO: [2.41] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:21:22] sql.INFO: [4.76] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:21:22] sql.INFO: [4] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:23:33] sql.INFO: [4.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:23:34] sql.INFO: [3.5] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:28:34] sql.INFO: [5.11] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:28:34] sql.INFO: [2.08] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:28:41] sql.INFO: [3.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:28:41] sql.INFO: [1.83] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:29:20] sql.INFO: [4.89] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:29:21] sql.INFO: [6.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:29:22] sql.INFO: [4.63] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:29:45] sql.INFO: [6.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:29:46] sql.INFO: [7.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:29:46] sql.INFO: [4.17] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:29:47] sql.INFO: [4.96] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:29:47] sql.INFO: [7.2] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:30:01] sql.INFO: [2.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:30:02] sql.INFO: [3.2] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:30:03] sql.INFO: [8.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:30:03] sql.INFO: [1.49] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:41:28] sql.INFO: [5.2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:41:28] sql.INFO: [1.69] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:44:36] sql.INFO: [5.48] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:44:36] sql.INFO: [6.82] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:46:59] sql.INFO: [20.38] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:46:59] sql.INFO: [6.79] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:47:14] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:47:14] sql.INFO: [5.35] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:49:09] sql.INFO: [9.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:49:09] sql.INFO: [6.28] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:51:16] sql.INFO: [22.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:51:16] sql.INFO: [13.09] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:55:39] sql.INFO: [17.72] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:55:39] sql.INFO: [3.68] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:57:10] sql.INFO: [13.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:57:10] sql.INFO: [1.34] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 07:57:26] sql.INFO: [9.18] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 07:57:26] sql.INFO: [9.41] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:02:21] sql.INFO: [10.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:02:22] sql.INFO: [7.84] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:06:24] sql.INFO: [5.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:06:25] sql.INFO: [5.51] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:07:14] sql.INFO: [6.3] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:07:14] sql.INFO: [1.75] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:26:23] sql.INFO: [8.72] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:27:02] sql.INFO: [5.13] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:27:02] sql.INFO: [5.13] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:27:02] sql.INFO: [3.64] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:28:35] sql.INFO: [13.32] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:28:35] sql.INFO: [6.15] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:30:29] sql.INFO: [16.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:30:29] sql.INFO: [8.5] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:33:40] sql.INFO: [8.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:33:40] sql.INFO: [3.42] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:34:25] sql.INFO: [2.56] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:34:25] sql.INFO: [3.22] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:34:32] sql.INFO: [2.73] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:34:32] sql.INFO: [4.31] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:35:02] sql.INFO: [5.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:35:03] sql.INFO: [6.55] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:35:04] sql.INFO: [2.39] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:35:04] sql.INFO: [2.39] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:35:31] sql.INFO: [14.99] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:35:31] sql.INFO: [3.38] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:36:02] sql.INFO: [3.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:36:03] sql.INFO: [5.57] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:36:23] sql.INFO: [5.84] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:36:24] sql.INFO: [5.82] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:38:01] sql.INFO: [10.37] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:38:01] sql.INFO: [2.19] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:47:37] sql.INFO: [4.32] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 08:47:37] sql.INFO: [4.65] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 08:47:37] sql.INFO: [1.38] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 08:47:37] sql.INFO: [1.88] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 08:47:37] sql.INFO: [1.62] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 08:47:55] sql.INFO: [1.54] select * from `role` where (`role_name` like '%chaoji%') [] []
+[2024-10-11 08:47:55] sql.INFO: [1.39] select count(*) as aggregate from `role` where (`role_name` like '%chaoji%') [] []
+[2024-10-11 08:47:56] sql.INFO: [3] select * from `role` where (`role_name` like '%chaoj%') [] []
+[2024-10-11 08:47:56] sql.INFO: [2.94] select count(*) as aggregate from `role` where (`role_name` like '%chaoj%') [] []
+[2024-10-11 08:47:58] sql.INFO: [1.49] select * from `role` where (`role_name` like '%超级%') [] []
+[2024-10-11 08:47:58] sql.INFO: [1.07] select count(*) as aggregate from `role` where (`role_name` like '%超级%') [] []
+[2024-10-11 08:48:06] sql.INFO: [1.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where (`user`.`user_name` like '%15%') [] []
+[2024-10-11 08:48:06] sql.INFO: [1.69] select count(*) as aggregate from `user` where (`user`.`user_name` like '%15%') [] []
+[2024-10-11 08:48:24] sql.INFO: [1.5] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where (`user`.`user_name` like '%15210211200%') [] []
+[2024-10-11 08:48:24] sql.INFO: [1.46] select count(*) as aggregate from `user` where (`user`.`user_name` like '%15210211200%') [] []
+[2024-10-11 08:48:26] sql.INFO: [1.56] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:48:26] sql.INFO: [5.18] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:48:26] sql.INFO: [2.31] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:48:28] sql.INFO: [1.52] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-11 08:48:28] sql.INFO: [1.23] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-11 08:48:42] sql.INFO: [2.44] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:48:43] sql.INFO: [5.17] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 08:51:45] sql.INFO: [5.85] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:51:45] sql.INFO: [1.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:51:45] sql.INFO: [1.39] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 08:51:45] sql.INFO: [2.31] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 08:51:45] sql.INFO: [2.05] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 08:51:45] sql.INFO: [1.91] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 08:51:50] sql.INFO: [5.67] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:51:51] sql.INFO: [7.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:51:51] sql.INFO: [1.37] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 08:51:51] sql.INFO: [1.41] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 08:51:51] sql.INFO: [1.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 08:51:51] sql.INFO: [1.77] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 08:53:10] sql.INFO: [4.82] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-11 08:53:11] sql.INFO: [1.39] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 08:53:11] sql.INFO: [1.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 08:53:19] sql.INFO: [1.98] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:53:20] sql.INFO: [1.71] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:53:57] sql.INFO: [1.67] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 08:53:57] sql.INFO: [5.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 08:54:19] sql.INFO: [12.06] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:55:11] sql.INFO: [4.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:55:11] sql.INFO: [2.25] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 08:55:11] sql.INFO: [1.87] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 08:55:11] sql.INFO: [2.57] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 08:55:11] sql.INFO: [2.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 08:55:34] sql.INFO: [3.36] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 08:55:34] sql.INFO: [1.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 08:55:34] sql.INFO: [2.91] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 08:55:34] sql.INFO: [2.84] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 08:55:34] sql.INFO: [2.56] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 08:55:34] sql.INFO: [2.36] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:00:50] sql.INFO: [5.58] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 09:00:50] sql.INFO: [5.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 09:00:50] sql.INFO: [2.84] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 09:00:50] sql.INFO: [2.19] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 09:00:50] sql.INFO: [3.21] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:05:05] sql.INFO: [5.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:05:06] sql.INFO: [3.18] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 09:06:39] sql.INFO: [16.76] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:06:40] sql.INFO: [5.89] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-11 09:08:38] sql.INFO: [5.37] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 09:08:38] sql.INFO: [6.07] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 09:08:38] sql.INFO: [1.79] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 09:08:38] sql.INFO: [1.58] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 09:08:38] sql.INFO: [1.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:09:53] sql.INFO: [10.33] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 09:09:53] sql.INFO: [2.35] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:09:53] sql.INFO: [2.06] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:09:53] sql.INFO: [2.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:09:53] sql.INFO: [1.8] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:09:53] sql.INFO: [2.14] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:13:28] sql.INFO: [4.9] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-11 09:13:28] sql.INFO: [4.78] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-11 09:13:28] sql.INFO: [2.02] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-11 09:13:28] sql.INFO: [1.55] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-11 09:13:28] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:14:11] sql.INFO: [1.96] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:14:11] sql.INFO: [4.19] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:14:11] sql.INFO: [2.37] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:14:11] sql.INFO: [1.57] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:14:11] sql.INFO: [1.75] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:14:31] sql.INFO: [5.35] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:14:31] sql.INFO: [4.77] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:14:31] sql.INFO: [2.8] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:14:31] sql.INFO: [1.97] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:14:31] sql.INFO: [1.35] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:16:31] sql.INFO: [4.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:16:32] sql.INFO: [2.41] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:16:32] sql.INFO: [1.76] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:16:32] sql.INFO: [1.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:16:32] sql.INFO: [1.65] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:16:40] sql.INFO: [5.97] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:16:40] sql.INFO: [1.64] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:16:40] sql.INFO: [1.18] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:16:40] sql.INFO: [1.1] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:16:40] sql.INFO: [1.26] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:18:28] sql.INFO: [4.36] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-11 09:18:28] sql.INFO: [1.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:18:28] sql.INFO: [1.66] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:18:28] sql.INFO: [1.38] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:18:28] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:18:28] sql.INFO: [1.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-11 09:31:22] sql.INFO: [4.16] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-11 09:31:22] sql.INFO: [6.17] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-11 09:31:22] sql.INFO: [3.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-11 09:31:22] sql.INFO: [2.78] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-11 09:31:22] sql.INFO: [2.77] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:01:15] sql.INFO: [10.04] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:13:47] sql.INFO: [5.68] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:13:48] sql.INFO: [5.66] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:13:48] sql.INFO: [7.2] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:13:48] sql.INFO: [3.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:13:48] sql.INFO: [2.83] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:13:48] sql.INFO: [3.98] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:15:00] sql.INFO: [6.07] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:15:00] sql.INFO: [2.27] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:15:00] sql.INFO: [1.98] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:15:00] sql.INFO: [1.98] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:15:00] sql.INFO: [2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:15:14] sql.INFO: [5.28] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:15:14] sql.INFO: [5.71] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:15:14] sql.INFO: [3.6] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:15:14] sql.INFO: [2.66] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:15:14] sql.INFO: [2.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:16:40] sql.INFO: [18.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:16:40] sql.INFO: [4.61] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:16:40] sql.INFO: [2.83] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:16:40] sql.INFO: [2.53] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:16:40] sql.INFO: [2.17] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:16:54] sql.INFO: [2.36] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:16:54] sql.INFO: [1.47] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:16:55] sql.INFO: [1.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:16:55] sql.INFO: [1.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:16:55] sql.INFO: [1.46] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:18:46] sql.INFO: [19.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:18:47] sql.INFO: [5.42] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:18:47] sql.INFO: [3.68] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:18:47] sql.INFO: [3.28] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:18:47] sql.INFO: [4.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:18:49] sql.INFO: [5.93] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:18:50] sql.INFO: [1.96] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:18:50] sql.INFO: [1.59] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:18:50] sql.INFO: [2.67] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:18:50] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:25:05] sql.INFO: [15.11] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-12 05:25:05] sql.INFO: [2.18] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:25:05] sql.INFO: [5.49] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-12 05:25:05] sql.INFO: [1.95] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-12 05:25:05] sql.INFO: [1.82] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-12 05:25:05] sql.INFO: [2.19] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:25:09] sql.INFO: [2.74] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-12 05:25:09] sql.INFO: [1.42] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-12 05:25:12] sql.INFO: [5.08] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-12 05:25:12] sql.INFO: [5.34] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:25:12] sql.INFO: [2.57] select * from `role` where (`id` = '21') limit 1 [] []
+[2024-10-12 05:25:12] sql.INFO: [1.56] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-12 05:27:00] sql.INFO: [17.37] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-12 05:27:00] sql.INFO: [2.05] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-12 05:27:02] sql.INFO: [13.95] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-12 05:27:02] sql.INFO: [1.53] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-12 05:27:09] sql.INFO: [5.18] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-12 05:27:09] sql.INFO: [1.63] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-12 05:28:01] sql.INFO: [3.13] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-12 05:28:01] sql.INFO: [1.74] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-12 05:28:13] sql.INFO: [6.74] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name`, `user_info`.`business_name`, `user_info`.`job`, `user_info`.`city_id`, `user_level`.`name` as `level_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` left join `user_level` on `user`.`level_id` = `user_level`.`id` where (`user`.`user_name` like '%%') order by `user`.`id` desc limit 10 offset 0 [] []
+[2024-10-12 05:28:13] sql.INFO: [5.01] select count(*) as aggregate from `user` where (`user`.`user_name` like '%%') [] []
+[2024-10-12 05:28:31] sql.INFO: [5.74] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-12 05:28:31] sql.INFO: [3.83] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-12 05:28:34] sql.INFO: [6.13] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-12 05:28:34] sql.INFO: [4.28] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:28:34] sql.INFO: [2] select * from `role` where (`id` = '21') limit 1 [] []
+[2024-10-12 05:28:34] sql.INFO: [1.67] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-12 05:33:06] sql.INFO: [15.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:33:07] sql.INFO: [5.5] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:33:07] sql.INFO: [4.07] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:33:07] sql.INFO: [3.1] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:33:07] sql.INFO: [2.2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:34:41] sql.INFO: [5.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:34:42] sql.INFO: [4.82] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:34:42] sql.INFO: [2.9] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:34:42] sql.INFO: [2.12] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:34:42] sql.INFO: [2.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:35:42] sql.INFO: [12.55] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:35:42] sql.INFO: [5.42] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:35:42] sql.INFO: [2.93] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:35:42] sql.INFO: [2.11] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:35:42] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:36:28] sql.INFO: [5.84] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:36:28] sql.INFO: [4.77] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:36:28] sql.INFO: [3.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:36:28] sql.INFO: [2.56] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:36:28] sql.INFO: [2.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:36:57] sql.INFO: [3.75] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:36:57] sql.INFO: [1.73] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:36:57] sql.INFO: [1.76] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:36:57] sql.INFO: [1.2] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:36:57] sql.INFO: [1.18] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:36:57] sql.INFO: [1.39] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:40:36] sql.INFO: [16.64] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:40:36] sql.INFO: [1.89] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:40:36] sql.INFO: [2.13] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:40:36] sql.INFO: [1.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:40:36] sql.INFO: [1.53] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:40:36] sql.INFO: [1.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:41:35] sql.INFO: [5.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:41:35] sql.INFO: [4.9] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:41:35] sql.INFO: [2.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:41:35] sql.INFO: [1.23] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:41:35] sql.INFO: [1.2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:41:59] sql.INFO: [3.48] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:41:59] sql.INFO: [2.08] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:41:59] sql.INFO: [1.65] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:41:59] sql.INFO: [1.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:41:59] sql.INFO: [1.5] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:41:59] sql.INFO: [1.71] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:43:03] sql.INFO: [12.93] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:43:03] sql.INFO: [5.3] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:43:03] sql.INFO: [1.93] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:43:03] sql.INFO: [2.17] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:43:03] sql.INFO: [1.74] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:43:03] sql.INFO: [1.73] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:44:45] sql.INFO: [5.09] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:44:45] sql.INFO: [1.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:44:45] sql.INFO: [3.58] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:44:45] sql.INFO: [1.66] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:44:45] sql.INFO: [1.51] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:44:45] sql.INFO: [1.78] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:44:59] sql.INFO: [2.25] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:44:59] sql.INFO: [1.54] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:44:59] sql.INFO: [1.12] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:44:59] sql.INFO: [1.14] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:44:59] sql.INFO: [1.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:45:00] sql.INFO: [2.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:45:00] sql.INFO: [4.18] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:45:00] sql.INFO: [2.29] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:45:00] sql.INFO: [1.6] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:45:00] sql.INFO: [1.46] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:45:18] sql.INFO: [5.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:45:18] sql.INFO: [3.6] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:45:18] sql.INFO: [2.54] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:45:18] sql.INFO: [2.78] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:45:18] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:45:19] sql.INFO: [4.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:45:19] sql.INFO: [1.92] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:45:19] sql.INFO: [3.48] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:45:19] sql.INFO: [2.5] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:45:19] sql.INFO: [2.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:45:33] sql.INFO: [3.5] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:45:36] sql.INFO: [2.36] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:45:54] sql.INFO: [3.38] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:45:56] sql.INFO: [1.24] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:46:10] sql.INFO: [3.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:46:10] sql.INFO: [4.82] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:46:10] sql.INFO: [1.88] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:46:10] sql.INFO: [1.8] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:46:10] sql.INFO: [1.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:46:20] sql.INFO: [1.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:46:33] sql.INFO: [5.39] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:46:40] sql.INFO: [3.69] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:47:29] sql.INFO: [1.95] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:47:29] sql.INFO: [3.02] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:47:29] sql.INFO: [1.84] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:47:29] sql.INFO: [1.32] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:47:29] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:47:39] sql.INFO: [3.12] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:47:39] sql.INFO: [1.82] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:47:39] sql.INFO: [1.25] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:47:39] sql.INFO: [1.05] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:47:39] sql.INFO: [1.01] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:47:39] sql.INFO: [1.2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:48:19] sql.INFO: [5.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [3.72] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [1.28] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [1.27] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [1.14] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [1.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:48:19] sql.INFO: [5.81] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [2.99] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [2.37] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:48:19] sql.INFO: [2.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:48:38] sql.INFO: [5.04] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:48:38] sql.INFO: [3.78] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:48:38] sql.INFO: [2.93] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:48:38] sql.INFO: [1.56] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:48:38] sql.INFO: [1.43] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:48:38] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:49:07] sql.INFO: [6.93] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:49:07] sql.INFO: [1.83] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:49:07] sql.INFO: [1.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:49:07] sql.INFO: [1.1] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:49:07] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:49:15] sql.INFO: [3.24] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:49:15] sql.INFO: [1.74] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:49:15] sql.INFO: [2.16] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:49:15] sql.INFO: [1.92] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:49:15] sql.INFO: [1.95] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:49:15] sql.INFO: [2.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:50:11] sql.INFO: [3.36] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:50:11] sql.INFO: [2.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:50:11] sql.INFO: [1.4] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:50:11] sql.INFO: [1.45] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:50:11] sql.INFO: [1.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:50:11] sql.INFO: [1.18] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:50:33] sql.INFO: [4.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:50:33] sql.INFO: [4.73] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:50:33] sql.INFO: [2.29] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:50:33] sql.INFO: [2.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:50:33] sql.INFO: [2.03] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:51:17] sql.INFO: [1.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:51:17] sql.INFO: [4.43] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:51:17] sql.INFO: [2.96] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:51:17] sql.INFO: [1.76] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:51:17] sql.INFO: [1.75] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:51:28] sql.INFO: [2.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:51:28] sql.INFO: [5] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:51:28] sql.INFO: [2.92] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:51:28] sql.INFO: [2.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:51:28] sql.INFO: [2.11] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:51:36] sql.INFO: [4.62] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:51:37] sql.INFO: [6.07] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:51:37] sql.INFO: [4.26] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:51:37] sql.INFO: [3.1] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:51:37] sql.INFO: [2.33] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:52:14] sql.INFO: [4.42] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:52:14] sql.INFO: [1.96] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:52:14] sql.INFO: [3.42] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:52:14] sql.INFO: [2.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:52:14] sql.INFO: [1.92] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:52:14] sql.INFO: [1.83] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:52:46] sql.INFO: [3.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:52:47] sql.INFO: [2.83] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:52:47] sql.INFO: [2.39] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:52:47] sql.INFO: [1.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:52:47] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:52:48] sql.INFO: [2.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:52:49] sql.INFO: [3.73] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:52:49] sql.INFO: [1.98] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:52:49] sql.INFO: [2.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:52:49] sql.INFO: [2.8] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:54:21] sql.INFO: [4.99] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [2.47] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [1.93] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [1.71] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [1.83] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:54:21] sql.INFO: [4.65] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [2.92] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [3.59] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [2.92] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:54:21] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:55:09] sql.INFO: [6.6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:55:09] sql.INFO: [6.43] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:55:09] sql.INFO: [4.14] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:55:09] sql.INFO: [2.82] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:55:09] sql.INFO: [3.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:55:39] sql.INFO: [4.45] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:55:39] sql.INFO: [1.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:55:39] sql.INFO: [1.34] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:55:39] sql.INFO: [1.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:55:39] sql.INFO: [1.14] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:55:39] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:57:22] sql.INFO: [8.83] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:57:22] sql.INFO: [5.14] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:57:22] sql.INFO: [2.91] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:57:22] sql.INFO: [2.53] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:57:22] sql.INFO: [2.16] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:57:23] sql.INFO: [1.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:57:23] sql.INFO: [4.24] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:57:23] sql.INFO: [2.58] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:57:23] sql.INFO: [2.48] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:57:23] sql.INFO: [2.12] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:57:55] sql.INFO: [8.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:57:55] sql.INFO: [6.49] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:57:55] sql.INFO: [3.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:57:55] sql.INFO: [3.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:57:55] sql.INFO: [2.41] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:57:56] sql.INFO: [7.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:57:56] sql.INFO: [5.54] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:57:56] sql.INFO: [3.46] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:57:56] sql.INFO: [2.28] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:57:56] sql.INFO: [1.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:58:11] sql.INFO: [4.34] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 05:58:11] sql.INFO: [4] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:58:11] sql.INFO: [1.48] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:58:11] sql.INFO: [1.29] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:58:11] sql.INFO: [1.42] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:58:11] sql.INFO: [1.69] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:58:32] sql.INFO: [6.28] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 05:58:32] sql.INFO: [5.06] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:58:32] sql.INFO: [3.46] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:58:32] sql.INFO: [2.83] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:58:32] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 05:58:33] sql.INFO: [6.05] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 05:58:33] sql.INFO: [6.37] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 05:58:33] sql.INFO: [3.9] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 05:58:33] sql.INFO: [3.07] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 05:58:33] sql.INFO: [2.88] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:21:50] sql.INFO: [5.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 06:21:50] sql.INFO: [2.35] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 06:21:50] sql.INFO: [3.38] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 06:21:50] sql.INFO: [3.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 06:21:50] sql.INFO: [3.2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:27:52] sql.INFO: [11.41] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-12 06:27:52] sql.INFO: [2.29] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-12 06:27:53] sql.INFO: [3.92] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-12 06:27:53] sql.INFO: [2.42] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-12 06:27:55] sql.INFO: [7.87] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-12 06:27:55] sql.INFO: [4.09] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-12 06:27:55] sql.INFO: [2.92] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-12 06:27:55] sql.INFO: [2.46] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:28:03] sql.INFO: [2.04] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-12 06:28:03] sql.INFO: [3.16] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-12 06:28:03] sql.INFO: [2.16] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-12 06:28:03] sql.INFO: [1.97] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:41:51] sql.INFO: [13.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 06:41:51] sql.INFO: [3.82] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 06:41:51] sql.INFO: [3.2] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 06:41:51] sql.INFO: [2.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 06:41:51] sql.INFO: [2.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:42:14] sql.INFO: [1.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 06:42:14] sql.INFO: [1.4] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 06:42:14] sql.INFO: [1.44] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 06:42:14] sql.INFO: [1.12] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 06:42:14] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:42:38] sql.INFO: [4.21] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 06:42:38] sql.INFO: [3.14] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 06:42:39] sql.INFO: [2.22] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 06:42:39] sql.INFO: [1.53] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 06:42:39] sql.INFO: [1.78] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 06:42:39] sql.INFO: [1.73] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:45:28] sql.INFO: [13.48] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 06:45:28] sql.INFO: [4.58] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 06:45:28] sql.INFO: [3.13] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 06:45:28] sql.INFO: [2.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 06:45:28] sql.INFO: [2.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 06:47:36] sql.INFO: [15.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 06:47:36] sql.INFO: [5.48] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 06:47:36] sql.INFO: [4.01] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 06:47:36] sql.INFO: [2.63] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 06:47:36] sql.INFO: [1.7] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:07:58] sql.INFO: [5.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:07:58] sql.INFO: [1.38] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:07:58] sql.INFO: [1.21] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:07:58] sql.INFO: [1.54] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:07:58] sql.INFO: [1.55] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:29:19] sql.INFO: [5.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:29:19] sql.INFO: [4.45] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:29:19] sql.INFO: [3.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:29:19] sql.INFO: [2.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:29:19] sql.INFO: [2.18] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:41:50] sql.INFO: [16.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:41:50] sql.INFO: [4.72] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:41:50] sql.INFO: [3.11] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:41:50] sql.INFO: [1.5] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:41:50] sql.INFO: [1.89] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:53:14] sql.INFO: [11.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:53:14] sql.INFO: [6.25] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:53:14] sql.INFO: [2.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:53:14] sql.INFO: [2.46] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:53:14] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:56:51] sql.INFO: [5.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:56:51] sql.INFO: [1.85] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:56:51] sql.INFO: [1.59] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:56:51] sql.INFO: [1.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:56:51] sql.INFO: [1.59] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:58:45] sql.INFO: [15.83] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:58:45] sql.INFO: [6.15] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:58:45] sql.INFO: [4.07] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:58:45] sql.INFO: [3.01] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:58:45] sql.INFO: [2.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 07:59:43] sql.INFO: [1.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 07:59:43] sql.INFO: [1.77] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 07:59:43] sql.INFO: [1.6] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 07:59:43] sql.INFO: [1.33] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 07:59:43] sql.INFO: [1.63] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:00:00] sql.INFO: [6.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:00:00] sql.INFO: [1.41] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:00:00] sql.INFO: [1.26] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:00:00] sql.INFO: [1.1] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:00:00] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:00:01] sql.INFO: [5.65] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:00:02] sql.INFO: [6.33] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:00:02] sql.INFO: [4.4] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:00:02] sql.INFO: [3.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:00:02] sql.INFO: [2.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:01:50] sql.INFO: [8.3] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:01:50] sql.INFO: [2.68] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:01:50] sql.INFO: [1.61] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:01:50] sql.INFO: [1.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:01:50] sql.INFO: [1.4] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:02:06] sql.INFO: [1.38] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 08:02:06] sql.INFO: [2.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:02:06] sql.INFO: [2.43] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:02:06] sql.INFO: [1.31] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:02:06] sql.INFO: [1.06] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:02:06] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:04:02] sql.INFO: [19.56] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:04:02] sql.INFO: [2.28] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:04:02] sql.INFO: [2.56] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:04:02] sql.INFO: [2.44] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:04:02] sql.INFO: [2.99] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:04:37] sql.INFO: [5.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:04:38] sql.INFO: [6.09] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:04:38] sql.INFO: [3.62] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:04:38] sql.INFO: [2.32] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:04:38] sql.INFO: [2.41] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:04:40] sql.INFO: [5.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:04:40] sql.INFO: [6.8] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:04:40] sql.INFO: [3.79] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:04:40] sql.INFO: [2.79] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:04:40] sql.INFO: [2.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:04:52] sql.INFO: [4.91] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:04:53] sql.INFO: [4.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:04:53] sql.INFO: [5.81] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:04:53] sql.INFO: [3.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:04:53] sql.INFO: [2.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:04:53] sql.INFO: [2.11] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:04:56] sql.INFO: [2.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:04:56] sql.INFO: [3.7] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:04:56] sql.INFO: [2.38] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:04:56] sql.INFO: [1.51] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:04:56] sql.INFO: [1.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:05:00] sql.INFO: [5.66] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:05:00] sql.INFO: [2.65] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:05:00] sql.INFO: [1.18] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:05:00] sql.INFO: [1.15] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:05:00] sql.INFO: [2.43] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:06:59] sql.INFO: [15.93] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:06:59] sql.INFO: [4.26] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:06:59] sql.INFO: [3.86] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:06:59] sql.INFO: [2.7] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:06:59] sql.INFO: [2.68] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:08:18] sql.INFO: [5.18] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 08:08:18] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:08:18] sql.INFO: [1.75] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:08:18] sql.INFO: [1.54] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:08:18] sql.INFO: [1.38] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:08:18] sql.INFO: [1.46] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:08:47] sql.INFO: [5.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:08:47] sql.INFO: [5.35] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:08:47] sql.INFO: [3.09] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:08:47] sql.INFO: [2.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:08:47] sql.INFO: [1.74] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:11:17] sql.INFO: [12.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:11:17] sql.INFO: [3.78] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:11:17] sql.INFO: [3.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:11:17] sql.INFO: [2.69] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:11:17] sql.INFO: [2.87] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:13:06] sql.INFO: [9.05] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:13:06] sql.INFO: [1.73] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:13:06] sql.INFO: [1.46] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:13:06] sql.INFO: [1.4] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:13:06] sql.INFO: [1.55] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:13:44] sql.INFO: [5.77] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:13:44] sql.INFO: [4.64] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:13:44] sql.INFO: [2.67] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:13:44] sql.INFO: [2.03] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:13:44] sql.INFO: [2.26] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:21:46] sql.INFO: [6.52] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:21:47] sql.INFO: [2.57] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:21:47] sql.INFO: [2.23] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:21:47] sql.INFO: [1.86] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:21:47] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:22:42] sql.INFO: [4.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:22:42] sql.INFO: [2.43] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:22:42] sql.INFO: [1.85] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:22:42] sql.INFO: [1.35] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:22:42] sql.INFO: [1.55] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:22:53] sql.INFO: [4.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:22:53] sql.INFO: [3.54] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:22:53] sql.INFO: [3.05] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:22:53] sql.INFO: [3.15] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:22:53] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:24:27] sql.INFO: [10.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:24:27] sql.INFO: [4.8] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:24:27] sql.INFO: [2.92] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:24:27] sql.INFO: [2.54] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:24:27] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:24:31] sql.INFO: [4.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:24:31] sql.INFO: [4.08] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:24:31] sql.INFO: [2.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:24:31] sql.INFO: [1.9] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:24:31] sql.INFO: [1.9] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:24:43] sql.INFO: [3.29] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-12 08:24:43] sql.INFO: [2.2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:24:43] sql.INFO: [1.35] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:24:43] sql.INFO: [1.53] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:24:43] sql.INFO: [1.23] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:24:43] sql.INFO: [1.16] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:24:48] sql.INFO: [6.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:24:49] sql.INFO: [6.59] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:24:49] sql.INFO: [4.35] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:24:49] sql.INFO: [2.4] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:24:49] sql.INFO: [2.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:26:43] sql.INFO: [11.08] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:26:43] sql.INFO: [5.14] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:26:43] sql.INFO: [2.81] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:26:43] sql.INFO: [2.48] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:26:43] sql.INFO: [2.31] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:26:50] sql.INFO: [4.48] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:26:50] sql.INFO: [1.44] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:26:50] sql.INFO: [1.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:26:50] sql.INFO: [1.4] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:26:50] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:28:57] sql.INFO: [11.96] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:28:57] sql.INFO: [6.18] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:28:57] sql.INFO: [4.02] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:28:57] sql.INFO: [3.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:28:57] sql.INFO: [2.96] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:41:49] sql.INFO: [15.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:41:49] sql.INFO: [4.7] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:41:49] sql.INFO: [6.54] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:41:49] sql.INFO: [3.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:41:49] sql.INFO: [2.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:47:00] sql.INFO: [5.75] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:47:01] sql.INFO: [1.92] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:47:01] sql.INFO: [1.35] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:47:01] sql.INFO: [1.36] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:47:01] sql.INFO: [1.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:50:23] sql.INFO: [5.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:50:23] sql.INFO: [3.76] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:50:23] sql.INFO: [1.84] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:50:23] sql.INFO: [1.44] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:50:23] sql.INFO: [1.55] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:51:55] sql.INFO: [6.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:51:55] sql.INFO: [1.57] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:51:55] sql.INFO: [1.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:51:55] sql.INFO: [1.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:51:55] sql.INFO: [1.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:52:44] sql.INFO: [5.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:52:44] sql.INFO: [1.32] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:52:44] sql.INFO: [1.13] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:52:44] sql.INFO: [1.74] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:52:44] sql.INFO: [2.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:53:27] sql.INFO: [4.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:53:27] sql.INFO: [2.57] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:53:27] sql.INFO: [2.18] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:53:27] sql.INFO: [2.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:53:27] sql.INFO: [1.75] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:54:16] sql.INFO: [3.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:54:16] sql.INFO: [6.29] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:54:16] sql.INFO: [3.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:54:16] sql.INFO: [2.43] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:54:16] sql.INFO: [1.8] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:56:21] sql.INFO: [5.65] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:56:21] sql.INFO: [3.28] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:56:21] sql.INFO: [1.79] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:56:21] sql.INFO: [2.04] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:56:21] sql.INFO: [2.05] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:57:30] sql.INFO: [7.47] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:57:30] sql.INFO: [4.2] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:57:30] sql.INFO: [2.25] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:57:30] sql.INFO: [1.52] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:57:30] sql.INFO: [1.74] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:58:27] sql.INFO: [3.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:58:27] sql.INFO: [3.98] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:58:27] sql.INFO: [2.85] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:58:27] sql.INFO: [2.55] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:58:27] sql.INFO: [2.15] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:58:40] sql.INFO: [5.37] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:58:40] sql.INFO: [3.86] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:58:40] sql.INFO: [2.56] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:58:40] sql.INFO: [1.92] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:58:40] sql.INFO: [2.01] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 08:59:19] sql.INFO: [3.13] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 08:59:20] sql.INFO: [4.99] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 08:59:20] sql.INFO: [2.67] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 08:59:20] sql.INFO: [2.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 08:59:20] sql.INFO: [2.25] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:03:35] sql.INFO: [8.33] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:03:35] sql.INFO: [5.1] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:03:35] sql.INFO: [3.26] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:03:35] sql.INFO: [2.21] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:03:35] sql.INFO: [2.67] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:04:16] sql.INFO: [3.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:04:16] sql.INFO: [1.31] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:04:16] sql.INFO: [1.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:04:16] sql.INFO: [1.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:04:16] sql.INFO: [1.21] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:05:00] sql.INFO: [4.41] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:05:00] sql.INFO: [4.93] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:05:00] sql.INFO: [2.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:05:00] sql.INFO: [1.68] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:05:00] sql.INFO: [1.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:08:45] sql.INFO: [4.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:08:46] sql.INFO: [2.34] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:08:46] sql.INFO: [3.03] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:08:46] sql.INFO: [2.72] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:08:46] sql.INFO: [2.75] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:08:47] sql.INFO: [3.16] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:08:47] sql.INFO: [5.52] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:08:47] sql.INFO: [3.85] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:08:47] sql.INFO: [2.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:08:47] sql.INFO: [2.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:10:10] sql.INFO: [12.3] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:10:10] sql.INFO: [2.03] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:10:10] sql.INFO: [1.94] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:10:10] sql.INFO: [1.76] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:10:10] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:13:00] sql.INFO: [7.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:13:00] sql.INFO: [4.65] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:13:00] sql.INFO: [2.92] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:13:00] sql.INFO: [2.38] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:13:00] sql.INFO: [2.05] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:13:38] sql.INFO: [1.75] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:13:38] sql.INFO: [1.45] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:13:38] sql.INFO: [1.38] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:13:38] sql.INFO: [1.26] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:13:38] sql.INFO: [1.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:13:41] sql.INFO: [4.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:13:41] sql.INFO: [1.8] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:13:41] sql.INFO: [1.67] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:13:41] sql.INFO: [1.56] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:13:41] sql.INFO: [1.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:15:15] sql.INFO: [7.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:15:15] sql.INFO: [1.66] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:15:15] sql.INFO: [1.18] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:15:15] sql.INFO: [1.03] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:15:15] sql.INFO: [1.39] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 09:16:11] sql.INFO: [2.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-12 09:16:11] sql.INFO: [1.4] select * from `website` where (`website_url` = '192.168.1.107:9527') limit 1 [] []
+[2024-10-12 09:16:11] sql.INFO: [1.21] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-12 09:16:11] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-12 09:16:11] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 10:24:52] sql.INFO: [8.8] select * from `user` where (`user_name` = '1') limit 1 [] []
+[2024-10-12 10:24:53] sql.INFO: [1.46] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-12 10:24:53] sql.INFO: [1.42] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '32') limit 1 [] []
+[2024-10-12 10:24:53] sql.INFO: [1.54] select * from `role` where (`id` = '15') limit 1 [] []
+[2024-10-12 10:24:53] sql.INFO: [1.66] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-12 10:24:53] sql.INFO: [5.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '32' limit 1 [] []
+[2024-10-12 10:24:55] sql.INFO: [2.05] select * from `menu` where (`pid` = '0') limit 10 offset 0 [] []
+[2024-10-12 10:24:55] sql.INFO: [1.52] select count(*) as aggregate from `menu` where (`pid` = '0') [] []
+[2024-10-12 10:24:56] sql.INFO: [2.26] select * from `role` where (`role_name` like '%%') limit 10 offset 0 [] []
+[2024-10-12 10:24:56] sql.INFO: [2.02] select count(*) as aggregate from `role` where (`role_name` like '%%') [] []
+[2024-10-14 00:41:08] sql.INFO: [36.89] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-14 00:41:08] sql.INFO: [54.82] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:41:08] sql.INFO: [21.15] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 00:41:19] sql.INFO: [2.89] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:41:19] sql.INFO: [1.4] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 00:41:27] sql.INFO: [1.49] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:41:27] sql.INFO: [2.99] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 00:42:09] sql.INFO: [4.72] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-14 00:42:09] sql.INFO: [13.06] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:42:09] sql.INFO: [22.14] select * from `role` where (`id` = '21') limit 1 [] []
+[2024-10-14 00:42:09] sql.INFO: [10.29] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-14 00:42:14] sql.INFO: [1.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:42:14] sql.INFO: [1.92] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 00:42:38] sql.INFO: [1.84] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-14 00:42:38] sql.INFO: [1.83] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:42:38] sql.INFO: [1.64] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 00:43:02] sql.INFO: [5.4] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:43:02] sql.INFO: [5.28] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 00:43:23] sql.INFO: [4.29] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-14 00:43:23] sql.INFO: [2.49] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:43:23] sql.INFO: [2.05] select * from `role` where (`id` = '21') limit 1 [] []
+[2024-10-14 00:43:23] sql.INFO: [1.66] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-14 00:43:30] sql.INFO: [1.93] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-14 00:43:30] sql.INFO: [1.28] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:43:30] sql.INFO: [1.14] select * from `role` where (`id` = '21') limit 1 [] []
+[2024-10-14 00:43:30] sql.INFO: [1.25] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-14 00:43:34] sql.INFO: [6.62] select * from `website` where (`website_url` = '192.168.1.201:8099') limit 1 [] []
+[2024-10-14 00:43:34] sql.INFO: [5.16] select * from `website_role_user` where (`website_id` = '1' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:43:34] sql.INFO: [3.06] select * from `role` where (`id` = '21') limit 1 [] []
+[2024-10-14 00:43:34] sql.INFO: [1.89] select * from `menu` where `id` in ('67', '75', '76') [] []
+[2024-10-14 00:46:15] sql.INFO: [8.78] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-14 00:46:15] sql.INFO: [1.99] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:46:15] sql.INFO: [1.79] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 00:48:34] sql.INFO: [11.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:48:34] sql.INFO: [6.56] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 00:48:34] sql.INFO: [5.59] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:48:34] sql.INFO: [4.5] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 00:48:34] sql.INFO: [2.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 00:55:19] sql.INFO: [11.32] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:55:20] sql.INFO: [7.28] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 00:55:20] sql.INFO: [3.77] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:55:20] sql.INFO: [2.52] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 00:55:20] sql.INFO: [2.09] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 00:57:17] sql.INFO: [7.13] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:57:17] sql.INFO: [6.52] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 00:57:17] sql.INFO: [1.94] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:57:17] sql.INFO: [3.72] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 00:57:17] sql.INFO: [3.24] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 00:59:30] sql.INFO: [18.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 00:59:30] sql.INFO: [10.12] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 00:59:30] sql.INFO: [9.66] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 00:59:30] sql.INFO: [6.79] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 00:59:30] sql.INFO: [4.93] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:00:09] sql.INFO: [4.55] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:00:09] sql.INFO: [4.52] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:00:09] sql.INFO: [2.78] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:00:09] sql.INFO: [3.02] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:00:09] sql.INFO: [2.19] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:02:22] sql.INFO: [6.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:02:22] sql.INFO: [2] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:02:22] sql.INFO: [1.98] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:02:22] sql.INFO: [1.82] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:02:22] sql.INFO: [1.88] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:04:43] sql.INFO: [14.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:04:44] sql.INFO: [9.8] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:04:44] sql.INFO: [4.45] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:04:44] sql.INFO: [3.79] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:04:44] sql.INFO: [2.97] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:04:52] sql.INFO: [5.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:04:52] sql.INFO: [1.67] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:04:52] sql.INFO: [1.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:04:52] sql.INFO: [1.1] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:04:52] sql.INFO: [1.21] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:06:33] sql.INFO: [9.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:06:33] sql.INFO: [1.86] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:06:33] sql.INFO: [1.86] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:06:33] sql.INFO: [1.84] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:06:33] sql.INFO: [1.78] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:06:41] sql.INFO: [1.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:06:42] sql.INFO: [2.08] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:06:42] sql.INFO: [1.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:06:42] sql.INFO: [1.21] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:06:42] sql.INFO: [1.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:06:58] sql.INFO: [1.76] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:06:58] sql.INFO: [5.63] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:06:58] sql.INFO: [2.65] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:06:58] sql.INFO: [1.76] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:06:58] sql.INFO: [1.69] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:09:54] sql.INFO: [12.53] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:09:54] sql.INFO: [7.29] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:09:54] sql.INFO: [3.16] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:09:54] sql.INFO: [1.67] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:09:54] sql.INFO: [1.86] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:09:57] sql.INFO: [8.05] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:09:58] sql.INFO: [5.19] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:09:58] sql.INFO: [3.22] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:09:58] sql.INFO: [2.48] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:09:58] sql.INFO: [2.28] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:10:23] sql.INFO: [10.18] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:10:24] sql.INFO: [1.54] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:10:24] sql.INFO: [1.31] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:10:24] sql.INFO: [1.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:10:24] sql.INFO: [1.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:13:30] sql.INFO: [12.35] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:13:30] sql.INFO: [1.91] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:13:30] sql.INFO: [1.87] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:13:30] sql.INFO: [1.5] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:13:30] sql.INFO: [1.63] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:14:37] sql.INFO: [16.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:14:38] sql.INFO: [6.01] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:14:38] sql.INFO: [5.81] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:14:38] sql.INFO: [4.06] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:14:38] sql.INFO: [3.28] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:14:50] sql.INFO: [5.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:14:50] sql.INFO: [5.8] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:14:50] sql.INFO: [3.71] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:14:50] sql.INFO: [3.93] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:14:50] sql.INFO: [3.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:18:32] sql.INFO: [15.43] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:18:33] sql.INFO: [5.88] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:18:33] sql.INFO: [4.37] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:18:33] sql.INFO: [2.67] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:18:33] sql.INFO: [2.05] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:18:54] sql.INFO: [2.82] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:18:54] sql.INFO: [1.88] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:18:54] sql.INFO: [1.78] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:18:54] sql.INFO: [1.42] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:18:54] sql.INFO: [1.44] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:20:55] sql.INFO: [9.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:20:55] sql.INFO: [4.36] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:20:55] sql.INFO: [4.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:20:55] sql.INFO: [3.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:20:55] sql.INFO: [2.94] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:20:57] sql.INFO: [2.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:20:57] sql.INFO: [3.23] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:20:57] sql.INFO: [4.44] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:20:57] sql.INFO: [3.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:20:57] sql.INFO: [3.11] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:22:36] sql.INFO: [10.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:22:36] sql.INFO: [5.21] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:22:36] sql.INFO: [5.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:22:36] sql.INFO: [2.32] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:22:36] sql.INFO: [1.98] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:27:43] sql.INFO: [8.28] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:27:43] sql.INFO: [5.94] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:27:43] sql.INFO: [3.48] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:27:43] sql.INFO: [2.46] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:27:43] sql.INFO: [2.19] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:28:16] sql.INFO: [4.44] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:28:16] sql.INFO: [1.51] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:28:16] sql.INFO: [1.31] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:28:16] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:28:16] sql.INFO: [1.26] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:29:34] sql.INFO: [10.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:29:34] sql.INFO: [1.65] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:29:34] sql.INFO: [1.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:29:34] sql.INFO: [1.53] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:29:34] sql.INFO: [1.67] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:30:08] sql.INFO: [2.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:30:08] sql.INFO: [5.93] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:30:08] sql.INFO: [5.73] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:30:08] sql.INFO: [3.81] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:30:08] sql.INFO: [2.9] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:31:32] sql.INFO: [11.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:31:32] sql.INFO: [3.95] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:31:32] sql.INFO: [2.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:31:32] sql.INFO: [1.83] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:31:32] sql.INFO: [1.9] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:32:04] sql.INFO: [5.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:32:05] sql.INFO: [4.72] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:32:05] sql.INFO: [2.54] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:32:05] sql.INFO: [2.08] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:32:05] sql.INFO: [2.15] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:32:45] sql.INFO: [6.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:32:45] sql.INFO: [4.88] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:32:45] sql.INFO: [3.12] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:32:45] sql.INFO: [2.78] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:32:45] sql.INFO: [2.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:33:08] sql.INFO: [4.55] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:33:08] sql.INFO: [5.99] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:33:08] sql.INFO: [2.66] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:33:08] sql.INFO: [2.34] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:33:08] sql.INFO: [1.91] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:35:10] sql.INFO: [5.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:35:10] sql.INFO: [6.39] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:35:10] sql.INFO: [4.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:35:10] sql.INFO: [3.14] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:35:10] sql.INFO: [2.68] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:36:31] sql.INFO: [5.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:36:31] sql.INFO: [5.03] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:36:31] sql.INFO: [2.98] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:36:31] sql.INFO: [2.36] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:36:31] sql.INFO: [2.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:37:22] sql.INFO: [1.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:37:22] sql.INFO: [1.6] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:37:22] sql.INFO: [1.27] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:37:22] sql.INFO: [1.16] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:37:22] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:38:53] sql.INFO: [9.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:38:53] sql.INFO: [5.66] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:38:53] sql.INFO: [3.61] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:38:53] sql.INFO: [3.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:38:53] sql.INFO: [2.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:38:54] sql.INFO: [7.18] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:38:55] sql.INFO: [7.36] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:38:55] sql.INFO: [4.22] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:38:55] sql.INFO: [2.56] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:38:55] sql.INFO: [2.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:39:05] sql.INFO: [6.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:39:05] sql.INFO: [1.51] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:39:05] sql.INFO: [1.21] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:39:05] sql.INFO: [1.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:39:05] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:39:07] sql.INFO: [7.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:39:07] sql.INFO: [6.3] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:39:07] sql.INFO: [3.49] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:39:07] sql.INFO: [2.6] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:39:07] sql.INFO: [2.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:39:49] sql.INFO: [1.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:39:49] sql.INFO: [2.06] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:39:49] sql.INFO: [1.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:39:49] sql.INFO: [1.22] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:39:49] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:41:24] sql.INFO: [10.91] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:41:24] sql.INFO: [2.09] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:41:24] sql.INFO: [1.9] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:41:24] sql.INFO: [1.52] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:41:24] sql.INFO: [1.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:42:04] sql.INFO: [4.96] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:42:04] sql.INFO: [3.41] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:42:04] sql.INFO: [2.01] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:42:04] sql.INFO: [1.89] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:42:04] sql.INFO: [1.89] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:42:25] sql.INFO: [2.13] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:42:25] sql.INFO: [2.15] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:42:25] sql.INFO: [2.05] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:42:25] sql.INFO: [1.66] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:42:25] sql.INFO: [1.6] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:42:34] sql.INFO: [5.75] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:42:34] sql.INFO: [4.19] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:42:34] sql.INFO: [3.02] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:42:34] sql.INFO: [2.48] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:42:34] sql.INFO: [2.41] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:42:48] sql.INFO: [1.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:42:48] sql.INFO: [5.57] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:42:48] sql.INFO: [3.16] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:42:48] sql.INFO: [2.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:42:48] sql.INFO: [2.23] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:43:05] sql.INFO: [1.87] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:43:05] sql.INFO: [1.39] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:43:05] sql.INFO: [1.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:43:05] sql.INFO: [1.22] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:43:05] sql.INFO: [2.73] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:44:03] sql.INFO: [5.97] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:44:03] sql.INFO: [5.53] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:44:03] sql.INFO: [3.53] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:44:03] sql.INFO: [2.57] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:44:03] sql.INFO: [2.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:44:17] sql.INFO: [5.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:44:17] sql.INFO: [2.32] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:44:17] sql.INFO: [1.7] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:44:17] sql.INFO: [1.33] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:44:17] sql.INFO: [1.64] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:46:27] sql.INFO: [7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:46:27] sql.INFO: [1.69] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:46:27] sql.INFO: [1.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:46:27] sql.INFO: [1.11] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:46:27] sql.INFO: [1.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:46:59] sql.INFO: [4.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:46:59] sql.INFO: [5.23] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:46:59] sql.INFO: [2.91] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:46:59] sql.INFO: [2.42] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:46:59] sql.INFO: [2.07] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:47:19] sql.INFO: [6.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:47:19] sql.INFO: [1.77] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:47:19] sql.INFO: [1.25] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:47:19] sql.INFO: [1.16] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:47:19] sql.INFO: [1.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:47:49] sql.INFO: [7.71] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:47:49] sql.INFO: [6.31] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:47:49] sql.INFO: [4.23] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:47:49] sql.INFO: [4.04] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:47:49] sql.INFO: [2.18] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:47:57] sql.INFO: [6.97] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:47:57] sql.INFO: [5.27] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:47:57] sql.INFO: [3.01] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:47:57] sql.INFO: [5.03] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:47:57] sql.INFO: [4.99] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:48:24] sql.INFO: [7.35] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:48:24] sql.INFO: [2.91] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:48:24] sql.INFO: [4.25] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:48:24] sql.INFO: [2.47] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:48:24] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:48:57] sql.INFO: [10.71] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:48:57] sql.INFO: [2.97] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:48:57] sql.INFO: [1.8] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:48:57] sql.INFO: [1.41] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:48:57] sql.INFO: [1.2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:51:53] sql.INFO: [13.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:51:53] sql.INFO: [5.37] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:51:53] sql.INFO: [3.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:51:53] sql.INFO: [2.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:51:53] sql.INFO: [2.65] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:53:25] sql.INFO: [14.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:53:25] sql.INFO: [5.95] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:53:25] sql.INFO: [3.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:53:25] sql.INFO: [2.44] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:53:25] sql.INFO: [3.4] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:54:21] sql.INFO: [1.72] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:54:21] sql.INFO: [7.57] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:54:21] sql.INFO: [3.22] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:54:21] sql.INFO: [1.96] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:54:21] sql.INFO: [2.1] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:54:52] sql.INFO: [5.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:54:53] sql.INFO: [2.49] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:54:53] sql.INFO: [3.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:54:53] sql.INFO: [2.5] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:54:53] sql.INFO: [3.05] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 01:54:57] sql.INFO: [5.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 01:54:57] sql.INFO: [7.76] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 01:54:57] sql.INFO: [3.65] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 01:54:57] sql.INFO: [2.71] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 01:54:57] sql.INFO: [2.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:01:06] sql.INFO: [7.33] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:01:06] sql.INFO: [2.1] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:01:06] sql.INFO: [1.93] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:01:06] sql.INFO: [1.78] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:01:06] sql.INFO: [2.36] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:06:51] sql.INFO: [7.52] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:06:51] sql.INFO: [2.43] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:06:51] sql.INFO: [1.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:06:51] sql.INFO: [2.27] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:06:51] sql.INFO: [2.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:08:39] sql.INFO: [8.95] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:08:40] sql.INFO: [5.73] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:08:40] sql.INFO: [3.51] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:08:40] sql.INFO: [1.95] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:08:40] sql.INFO: [2.52] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:10:41] sql.INFO: [9.16] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:10:41] sql.INFO: [4.29] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:10:41] sql.INFO: [1.73] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:10:41] sql.INFO: [1.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:10:41] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:17:04] sql.INFO: [11.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:17:04] sql.INFO: [4.69] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:17:04] sql.INFO: [4] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:17:04] sql.INFO: [2.82] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:17:04] sql.INFO: [2.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:18:16] sql.INFO: [4.58] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:18:17] sql.INFO: [1.62] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:18:17] sql.INFO: [1.35] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:18:17] sql.INFO: [1.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:18:17] sql.INFO: [1.33] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:30:20] sql.INFO: [5.43] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:30:20] sql.INFO: [1.79] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:30:20] sql.INFO: [1.39] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:30:20] sql.INFO: [1.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:30:20] sql.INFO: [1.39] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:44:07] sql.INFO: [12.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:44:07] sql.INFO: [5.25] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:44:07] sql.INFO: [3.9] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:44:07] sql.INFO: [3.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:44:07] sql.INFO: [2.73] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:44:54] sql.INFO: [5.37] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:44:54] sql.INFO: [5.64] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:44:54] sql.INFO: [4.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:44:54] sql.INFO: [2.75] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:44:54] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:45:54] sql.INFO: [5.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:45:55] sql.INFO: [5.11] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:45:55] sql.INFO: [2.44] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:45:55] sql.INFO: [1.76] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:45:55] sql.INFO: [1.39] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:45:58] sql.INFO: [2.11] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:45:58] sql.INFO: [6.04] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:45:58] sql.INFO: [4] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:45:58] sql.INFO: [2.68] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:45:58] sql.INFO: [2.41] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:54:51] sql.INFO: [11.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:54:51] sql.INFO: [1.55] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:54:51] sql.INFO: [1.32] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:54:51] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:54:51] sql.INFO: [1.55] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:55:44] sql.INFO: [7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:55:45] sql.INFO: [2.58] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:55:45] sql.INFO: [1.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:55:45] sql.INFO: [1.4] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:55:45] sql.INFO: [1.39] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 02:57:18] sql.INFO: [10.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 02:57:19] sql.INFO: [1.56] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 02:57:19] sql.INFO: [1.4] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 02:57:19] sql.INFO: [1.31] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 02:57:19] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:01:42] sql.INFO: [15.39] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:01:42] sql.INFO: [2.83] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:01:42] sql.INFO: [2.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:01:42] sql.INFO: [1.52] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:01:42] sql.INFO: [1.88] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:01:51] sql.INFO: [4.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:01:51] sql.INFO: [6.51] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:01:51] sql.INFO: [4.68] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:01:51] sql.INFO: [3.09] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:01:51] sql.INFO: [2.61] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:03:06] sql.INFO: [14.41] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:03:06] sql.INFO: [4.77] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:03:06] sql.INFO: [3.83] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:03:06] sql.INFO: [3] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:03:06] sql.INFO: [2.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:04:33] sql.INFO: [12.36] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:04:33] sql.INFO: [4.41] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:04:33] sql.INFO: [3.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:04:33] sql.INFO: [2.95] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:04:33] sql.INFO: [2.6] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:05:36] sql.INFO: [13.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:05:36] sql.INFO: [3.54] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:05:36] sql.INFO: [2.64] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:05:36] sql.INFO: [2.36] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:05:36] sql.INFO: [2.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:06:32] sql.INFO: [5.01] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:06:32] sql.INFO: [2.56] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:06:32] sql.INFO: [1.35] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:06:32] sql.INFO: [1.07] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:06:32] sql.INFO: [1.24] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:07:57] sql.INFO: [5.24] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:07:57] sql.INFO: [4.69] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:07:57] sql.INFO: [3.51] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:07:57] sql.INFO: [2.38] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:07:57] sql.INFO: [1.99] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:14:54] sql.INFO: [14.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:14:54] sql.INFO: [5.96] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:14:54] sql.INFO: [3.08] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:14:54] sql.INFO: [2.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:14:54] sql.INFO: [2.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:16:36] sql.INFO: [7.07] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:16:36] sql.INFO: [1.65] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:16:36] sql.INFO: [1.23] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:16:36] sql.INFO: [1.12] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:16:36] sql.INFO: [1.55] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:21:27] sql.INFO: [10.7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:21:27] sql.INFO: [1.93] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:21:27] sql.INFO: [1.8] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:21:27] sql.INFO: [1.61] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:21:27] sql.INFO: [1.36] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:21:40] sql.INFO: [5.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:21:40] sql.INFO: [5.03] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:21:40] sql.INFO: [3.08] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:21:40] sql.INFO: [2.44] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:21:40] sql.INFO: [2.14] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:24:14] sql.INFO: [12.32] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:24:14] sql.INFO: [5.15] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:24:14] sql.INFO: [3.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:24:14] sql.INFO: [2.7] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:24:14] sql.INFO: [2.41] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 03:27:09] sql.INFO: [7.37] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 03:27:09] sql.INFO: [2.33] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 03:27:09] sql.INFO: [1.37] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 03:27:09] sql.INFO: [1.28] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 03:27:09] sql.INFO: [1.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 05:00:12] sql.INFO: [9.7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 05:00:12] sql.INFO: [6.2] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 05:00:12] sql.INFO: [3.47] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 05:00:12] sql.INFO: [2.72] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 05:00:12] sql.INFO: [1.83] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 05:00:48] sql.INFO: [3.33] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-14 05:00:48] sql.INFO: [2.11] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 05:00:48] sql.INFO: [1.51] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 05:00:48] sql.INFO: [1.51] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 05:00:48] sql.INFO: [4.31] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 05:00:48] sql.INFO: [1.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 05:01:14] sql.INFO: [3.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 05:01:14] sql.INFO: [3.7] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 05:01:14] sql.INFO: [2.36] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 05:01:14] sql.INFO: [1.87] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 05:01:14] sql.INFO: [1.87] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 05:03:29] sql.INFO: [12.13] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 05:03:29] sql.INFO: [5.36] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 05:03:29] sql.INFO: [3.1] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 05:03:29] sql.INFO: [2.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 05:03:29] sql.INFO: [1.65] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 05:04:44] sql.INFO: [13.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 05:04:44] sql.INFO: [4.98] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 05:04:44] sql.INFO: [3.38] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 05:04:44] sql.INFO: [2.76] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 05:04:44] sql.INFO: [2.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:29:38] sql.INFO: [3.96] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-14 07:29:38] sql.INFO: [5.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:29:38] sql.INFO: [1.35] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 07:29:49] sql.INFO: [1.95] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:29:49] sql.INFO: [5.6] select * from `website` where (`website_url` = 'localhost:9527') limit 1 [] []
+[2024-10-14 07:30:08] sql.INFO: [2.44] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:30:08] sql.INFO: [4.87] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:30:08] sql.INFO: [3.66] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:30:08] sql.INFO: [4.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:30:08] sql.INFO: [2.45] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:30:28] sql.INFO: [1.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:30:28] sql.INFO: [1.75] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:30:28] sql.INFO: [1.37] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:30:28] sql.INFO: [1.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:30:28] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:36:34] sql.INFO: [10.42] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:36:34] sql.INFO: [4.61] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:36:34] sql.INFO: [2.99] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:36:34] sql.INFO: [2.27] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:36:34] sql.INFO: [1.18] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:36:43] sql.INFO: [4.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:36:43] sql.INFO: [3.1] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:36:43] sql.INFO: [3.07] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:36:43] sql.INFO: [3.7] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:36:43] sql.INFO: [3.23] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:36:49] sql.INFO: [1.86] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:36:49] sql.INFO: [1.71] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:36:49] sql.INFO: [1.47] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:36:49] sql.INFO: [1.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:36:49] sql.INFO: [1.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:37:14] sql.INFO: [8.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:37:14] sql.INFO: [1.71] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:37:14] sql.INFO: [1.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:37:14] sql.INFO: [1.26] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:37:14] sql.INFO: [1.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:37:40] sql.INFO: [1.54] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:37:40] sql.INFO: [1.93] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:37:40] sql.INFO: [1.51] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:37:40] sql.INFO: [1.23] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:37:40] sql.INFO: [1.26] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:38:47] sql.INFO: [12.5] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:38:47] sql.INFO: [6.24] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:38:47] sql.INFO: [3.2] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:38:47] sql.INFO: [3.87] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:38:47] sql.INFO: [2.93] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:38:52] sql.INFO: [2.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:38:52] sql.INFO: [5.18] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:38:52] sql.INFO: [2.77] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:38:52] sql.INFO: [2.03] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:38:52] sql.INFO: [2.05] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:39:04] sql.INFO: [4.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:39:04] sql.INFO: [5.66] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:39:04] sql.INFO: [4.9] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:39:04] sql.INFO: [1.63] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:39:04] sql.INFO: [1.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:39:18] sql.INFO: [2.49] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:39:18] sql.INFO: [6.9] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:39:18] sql.INFO: [3.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:39:18] sql.INFO: [2.6] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:39:18] sql.INFO: [2.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:42:09] sql.INFO: [15.33] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:42:09] sql.INFO: [5.28] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:42:09] sql.INFO: [3.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:42:09] sql.INFO: [2.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:42:09] sql.INFO: [1.29] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:47:21] sql.INFO: [4.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:47:21] sql.INFO: [1.99] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:47:21] sql.INFO: [1.89] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:47:21] sql.INFO: [1.42] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:47:21] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:49:15] sql.INFO: [10.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:49:15] sql.INFO: [1.4] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:49:15] sql.INFO: [1.31] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:49:15] sql.INFO: [1.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:49:15] sql.INFO: [1.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:49:30] sql.INFO: [4.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:49:30] sql.INFO: [6.18] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:49:30] sql.INFO: [4.98] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:49:30] sql.INFO: [3.74] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:49:30] sql.INFO: [3.41] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:50:48] sql.INFO: [16.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:50:48] sql.INFO: [1.56] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:50:48] sql.INFO: [1.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:50:48] sql.INFO: [1.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:50:48] sql.INFO: [1.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:51:02] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:51:02] sql.INFO: [4.68] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:51:02] sql.INFO: [3.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:51:02] sql.INFO: [2.37] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:51:02] sql.INFO: [2.4] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:51:13] sql.INFO: [2.63] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:51:13] sql.INFO: [1.8] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:51:13] sql.INFO: [1.57] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:51:13] sql.INFO: [1.55] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:51:13] sql.INFO: [1.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:52:23] sql.INFO: [11.78] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:52:23] sql.INFO: [5.25] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:52:23] sql.INFO: [3.48] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:52:23] sql.INFO: [3.22] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:52:23] sql.INFO: [2.63] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:52:57] sql.INFO: [6.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:52:57] sql.INFO: [4.62] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:52:57] sql.INFO: [2.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:52:57] sql.INFO: [1.67] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:52:57] sql.INFO: [1.78] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:53:14] sql.INFO: [6.42] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:53:14] sql.INFO: [5.87] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:53:14] sql.INFO: [4.24] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:53:14] sql.INFO: [2.85] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:53:14] sql.INFO: [2.31] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:53:30] sql.INFO: [4.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:53:30] sql.INFO: [5.15] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:53:30] sql.INFO: [2.99] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:53:30] sql.INFO: [2.91] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:53:30] sql.INFO: [1.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:53:40] sql.INFO: [5.9] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:53:40] sql.INFO: [3.5] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:53:40] sql.INFO: [2.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:53:40] sql.INFO: [2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:53:40] sql.INFO: [1.92] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:57:33] sql.INFO: [4.97] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:57:33] sql.INFO: [4.19] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:57:33] sql.INFO: [2.21] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:57:33] sql.INFO: [1.89] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:57:33] sql.INFO: [2.12] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 07:58:22] sql.INFO: [2.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 07:58:22] sql.INFO: [1.82] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 07:58:22] sql.INFO: [1.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 07:58:22] sql.INFO: [1.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 07:58:22] sql.INFO: [2.12] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:00:12] sql.INFO: [5.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:00:12] sql.INFO: [6.37] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:00:12] sql.INFO: [3.77] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:00:12] sql.INFO: [1.22] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:00:12] sql.INFO: [1.33] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:01:48] sql.INFO: [10.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:01:48] sql.INFO: [2.7] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:01:48] sql.INFO: [3.48] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:01:48] sql.INFO: [3.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:01:48] sql.INFO: [2.7] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:03:33] sql.INFO: [8.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:03:33] sql.INFO: [5.86] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:03:33] sql.INFO: [4.46] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:03:33] sql.INFO: [3.95] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:03:33] sql.INFO: [2.6] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:04:16] sql.INFO: [1.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:04:17] sql.INFO: [6.51] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:04:17] sql.INFO: [3.63] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:04:17] sql.INFO: [2.67] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:04:17] sql.INFO: [2.1] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:10:42] sql.INFO: [12.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:10:42] sql.INFO: [5.05] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:10:42] sql.INFO: [3.64] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:10:42] sql.INFO: [3.31] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:10:42] sql.INFO: [2.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:10:50] sql.INFO: [6.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:10:51] sql.INFO: [5.77] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:10:51] sql.INFO: [4.45] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:10:51] sql.INFO: [3.83] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:10:51] sql.INFO: [2.4] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:15:31] sql.INFO: [10.02] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:15:31] sql.INFO: [5.27] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:15:31] sql.INFO: [2.59] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:15:31] sql.INFO: [1.74] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:15:31] sql.INFO: [2.12] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:16:26] sql.INFO: [2.05] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:16:26] sql.INFO: [1.97] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:16:26] sql.INFO: [1.48] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:16:26] sql.INFO: [1.18] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:16:26] sql.INFO: [1.14] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:16:49] sql.INFO: [6.09] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:16:49] sql.INFO: [1.49] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:16:49] sql.INFO: [1.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:16:49] sql.INFO: [1.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:16:49] sql.INFO: [1.18] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:19:13] sql.INFO: [12.84] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:19:13] sql.INFO: [5.1] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:19:14] sql.INFO: [4.19] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:19:14] sql.INFO: [3.05] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:19:14] sql.INFO: [2.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:20:47] sql.INFO: [11.22] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:20:47] sql.INFO: [2.05] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:20:47] sql.INFO: [1.66] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:20:47] sql.INFO: [1.12] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:20:47] sql.INFO: [1.31] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:21:55] sql.INFO: [14.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:21:55] sql.INFO: [5.49] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:21:55] sql.INFO: [3.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:21:55] sql.INFO: [2.42] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:21:55] sql.INFO: [2.16] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:22:05] sql.INFO: [1.99] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:22:06] sql.INFO: [1.73] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:22:06] sql.INFO: [1.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:22:06] sql.INFO: [1.54] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:22:06] sql.INFO: [1.47] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 08:25:49] sql.INFO: [11.88] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 08:25:49] sql.INFO: [3.01] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 08:25:49] sql.INFO: [2.45] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 08:25:49] sql.INFO: [2.04] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 08:25:49] sql.INFO: [1.93] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 09:27:55] sql.INFO: [16.42] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 09:27:55] sql.INFO: [6.41] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 09:27:55] sql.INFO: [3.77] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 09:27:55] sql.INFO: [2.66] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 09:27:55] sql.INFO: [2.42] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 09:28:26] sql.INFO: [5.74] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 09:28:26] sql.INFO: [4.13] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 09:28:26] sql.INFO: [2.98] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 09:28:26] sql.INFO: [2.61] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 09:28:26] sql.INFO: [2.68] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:07:23] sql.INFO: [12.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:07:23] sql.INFO: [6.71] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:07:23] sql.INFO: [4.67] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:07:23] sql.INFO: [3.38] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:07:23] sql.INFO: [2.7] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:08:09] sql.INFO: [6.08] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:08:09] sql.INFO: [1.99] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:08:09] sql.INFO: [1.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:08:09] sql.INFO: [1.26] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:08:09] sql.INFO: [1.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:10:35] sql.INFO: [8.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:10:35] sql.INFO: [5.34] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:10:35] sql.INFO: [3.71] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:10:35] sql.INFO: [3.09] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:10:35] sql.INFO: [2.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:10:57] sql.INFO: [5.3] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:10:57] sql.INFO: [1.46] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:10:57] sql.INFO: [1.78] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:10:57] sql.INFO: [1.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:10:57] sql.INFO: [1.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:13:44] sql.INFO: [12.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:13:44] sql.INFO: [6.28] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:13:44] sql.INFO: [3.27] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:13:44] sql.INFO: [2.32] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:13:44] sql.INFO: [2.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:16:30] sql.INFO: [11.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:16:30] sql.INFO: [3.1] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:16:30] sql.INFO: [2.24] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:16:30] sql.INFO: [1.85] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:16:30] sql.INFO: [1.72] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-14 10:16:31] sql.INFO: [7.21] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-14 10:16:32] sql.INFO: [6.28] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-14 10:16:32] sql.INFO: [3.5] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-14 10:16:32] sql.INFO: [2.84] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-14 10:16:32] sql.INFO: [2.43] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:45:50] sql.INFO: [11.8] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:47:06] sql.INFO: [4.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:47:06] sql.INFO: [3.75] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:47:06] sql.INFO: [2.54] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:47:06] sql.INFO: [2.52] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:47:06] sql.INFO: [2.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:50:00] sql.INFO: [5.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:50:00] sql.INFO: [1.61] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:50:00] sql.INFO: [1.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:50:00] sql.INFO: [1.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:50:00] sql.INFO: [1.24] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:50:09] sql.INFO: [2.32] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:50:09] sql.INFO: [1.56] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:50:09] sql.INFO: [1.32] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:50:09] sql.INFO: [1.14] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:50:09] sql.INFO: [1.25] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:51:43] sql.INFO: [9.2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:51:43] sql.INFO: [2.31] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:51:43] sql.INFO: [1.41] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:51:43] sql.INFO: [1.66] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:51:43] sql.INFO: [1.28] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:56:43] sql.INFO: [9.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:56:44] sql.INFO: [5.22] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:56:44] sql.INFO: [2.31] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:56:44] sql.INFO: [2.44] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:56:44] sql.INFO: [1.96] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:56:56] sql.INFO: [3.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:56:56] sql.INFO: [4.28] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:56:56] sql.INFO: [3.13] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:56:56] sql.INFO: [2.53] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:56:56] sql.INFO: [2.48] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:57:44] sql.INFO: [4.35] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:57:44] sql.INFO: [1.71] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:57:44] sql.INFO: [1.62] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:57:44] sql.INFO: [1.15] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:57:44] sql.INFO: [1.47] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:58:06] sql.INFO: [2.2] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:58:06] sql.INFO: [1.58] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:58:06] sql.INFO: [1.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:58:06] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:58:06] sql.INFO: [1.63] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:58:24] sql.INFO: [2.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:58:24] sql.INFO: [1.77] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:58:24] sql.INFO: [1.35] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:58:24] sql.INFO: [1.3] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:58:24] sql.INFO: [1.47] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:58:29] sql.INFO: [2.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:58:29] sql.INFO: [1.79] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:58:29] sql.INFO: [1.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:58:29] sql.INFO: [1.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:58:29] sql.INFO: [1.34] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:59:05] sql.INFO: [2.15] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:59:05] sql.INFO: [1.4] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:59:05] sql.INFO: [1.23] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:59:05] sql.INFO: [1.08] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:59:05] sql.INFO: [1.2] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:59:07] sql.INFO: [4.89] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:59:07] sql.INFO: [1.94] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:59:07] sql.INFO: [1.41] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:59:07] sql.INFO: [1.32] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:59:07] sql.INFO: [1.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 00:59:12] sql.INFO: [3.94] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 00:59:12] sql.INFO: [4.01] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 00:59:12] sql.INFO: [2.94] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 00:59:12] sql.INFO: [2.21] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 00:59:12] sql.INFO: [2.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:00:19] sql.INFO: [6.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:00:19] sql.INFO: [2.61] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:00:19] sql.INFO: [2.04] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:00:19] sql.INFO: [1.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:00:19] sql.INFO: [1.53] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:00:25] sql.INFO: [2.32] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:00:25] sql.INFO: [3.67] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:00:25] sql.INFO: [2.99] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:00:25] sql.INFO: [4.04] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:00:25] sql.INFO: [2.22] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:00:38] sql.INFO: [4.07] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:00:38] sql.INFO: [2.58] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:00:38] sql.INFO: [2.04] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:00:38] sql.INFO: [2.11] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:00:38] sql.INFO: [1.61] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:01:13] sql.INFO: [1.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:01:13] sql.INFO: [1.94] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:01:13] sql.INFO: [1.35] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:01:13] sql.INFO: [1.52] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:01:13] sql.INFO: [1.33] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:01:17] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:01:17] sql.INFO: [1.41] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:01:17] sql.INFO: [1.34] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:01:17] sql.INFO: [1.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:01:17] sql.INFO: [1.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:02:03] sql.INFO: [2.12] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:02:04] sql.INFO: [2.15] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:02:04] sql.INFO: [1.56] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:02:04] sql.INFO: [1.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:02:04] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:02:13] sql.INFO: [3.06] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:02:13] sql.INFO: [4.24] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:02:13] sql.INFO: [2.44] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:02:13] sql.INFO: [1.63] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:02:13] sql.INFO: [1.69] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:03:23] sql.INFO: [6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:03:24] sql.INFO: [1.43] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:03:24] sql.INFO: [1.43] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:03:24] sql.INFO: [1.25] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:03:24] sql.INFO: [1.36] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:03:35] sql.INFO: [3.87] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:03:35] sql.INFO: [4.79] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:03:35] sql.INFO: [3.08] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:03:35] sql.INFO: [2.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:03:35] sql.INFO: [2.01] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:03:37] sql.INFO: [1.57] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:03:37] sql.INFO: [3.91] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:03:37] sql.INFO: [2.71] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:03:37] sql.INFO: [1.95] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:03:37] sql.INFO: [1.71] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:04:04] sql.INFO: [5.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:04:04] sql.INFO: [2.49] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:04:04] sql.INFO: [1.27] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:04:04] sql.INFO: [1.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:04:04] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:04:13] sql.INFO: [4.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:04:13] sql.INFO: [5.17] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:04:13] sql.INFO: [3.2] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:04:13] sql.INFO: [2.86] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:04:13] sql.INFO: [2.26] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:05:03] sql.INFO: [1.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:05:03] sql.INFO: [1.97] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:05:03] sql.INFO: [1.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:05:03] sql.INFO: [1.37] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:05:03] sql.INFO: [1.25] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:05:44] sql.INFO: [2.22] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:05:44] sql.INFO: [1.85] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:05:44] sql.INFO: [1.76] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:05:44] sql.INFO: [2.24] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:05:44] sql.INFO: [1.78] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:05:50] sql.INFO: [5.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:05:50] sql.INFO: [3.06] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:05:50] sql.INFO: [2.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:05:50] sql.INFO: [1.6] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:05:50] sql.INFO: [1.61] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:05:55] sql.INFO: [4.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:05:55] sql.INFO: [4.08] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:05:55] sql.INFO: [2.83] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:05:55] sql.INFO: [2.28] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:05:55] sql.INFO: [2.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:06:15] sql.INFO: [2.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:06:15] sql.INFO: [3.73] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:06:15] sql.INFO: [2.39] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:06:15] sql.INFO: [1.85] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:06:15] sql.INFO: [1.66] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:06:27] sql.INFO: [2.5] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:06:27] sql.INFO: [5.67] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:06:27] sql.INFO: [4.32] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:06:27] sql.INFO: [3.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:06:27] sql.INFO: [2.54] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:08:27] sql.INFO: [4.37] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:08:27] sql.INFO: [1.98] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:08:27] sql.INFO: [1.28] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:08:27] sql.INFO: [1.08] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:08:27] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:09:15] sql.INFO: [5.59] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:09:16] sql.INFO: [1.74] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:09:16] sql.INFO: [1.49] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:09:16] sql.INFO: [1.59] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:09:16] sql.INFO: [1.5] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:10:06] sql.INFO: [2.14] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:10:06] sql.INFO: [3.85] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:10:06] sql.INFO: [2.62] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:10:06] sql.INFO: [1.87] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:10:06] sql.INFO: [1.89] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:10:44] sql.INFO: [4.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:10:44] sql.INFO: [5.03] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:10:44] sql.INFO: [2.76] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:10:44] sql.INFO: [2.21] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:10:44] sql.INFO: [2.19] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:10:58] sql.INFO: [1.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:10:58] sql.INFO: [2.07] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:10:58] sql.INFO: [1.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:10:58] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:10:58] sql.INFO: [1.39] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:11:31] sql.INFO: [1.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:11:31] sql.INFO: [4.43] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:11:31] sql.INFO: [2.78] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:11:31] sql.INFO: [2.59] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:11:31] sql.INFO: [2.7] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:14:25] sql.INFO: [5.99] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:14:25] sql.INFO: [1.79] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:14:25] sql.INFO: [1.78] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:14:25] sql.INFO: [1.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:14:25] sql.INFO: [2.74] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:14:50] sql.INFO: [5.45] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:14:50] sql.INFO: [3.99] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:14:50] sql.INFO: [3.11] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:14:50] sql.INFO: [2.47] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:14:50] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:28:12] sql.INFO: [8.33] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:28:12] sql.INFO: [7.57] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:28:12] sql.INFO: [1.95] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:28:12] sql.INFO: [1.23] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:28:12] sql.INFO: [2.65] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:29:53] sql.INFO: [10.64] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:29:53] sql.INFO: [2.37] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:29:53] sql.INFO: [2.12] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:29:53] sql.INFO: [1.63] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:29:53] sql.INFO: [1.84] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:30:33] sql.INFO: [4.98] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:30:34] sql.INFO: [5.41] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:30:34] sql.INFO: [3.52] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:30:34] sql.INFO: [2.18] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:30:34] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:30:58] sql.INFO: [5.31] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:30:58] sql.INFO: [4.78] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:30:58] sql.INFO: [2.99] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:30:58] sql.INFO: [2.21] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:30:58] sql.INFO: [2.15] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:33:37] sql.INFO: [10.91] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:33:37] sql.INFO: [4.05] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:33:37] sql.INFO: [2.33] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:33:37] sql.INFO: [1.58] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:33:37] sql.INFO: [1.6] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:36:02] sql.INFO: [11.57] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:36:02] sql.INFO: [1.43] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:36:02] sql.INFO: [1.18] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:36:02] sql.INFO: [1.17] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:36:02] sql.INFO: [1.32] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:39:51] sql.INFO: [12.07] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:39:51] sql.INFO: [3.3] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:39:51] sql.INFO: [2.36] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:39:51] sql.INFO: [2.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:39:51] sql.INFO: [2.04] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:39:58] sql.INFO: [3.67] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:39:58] sql.INFO: [4.66] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:39:58] sql.INFO: [3.53] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:39:58] sql.INFO: [2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:39:58] sql.INFO: [2.13] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:40:02] sql.INFO: [5.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:40:02] sql.INFO: [5.15] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:40:02] sql.INFO: [2.48] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:40:02] sql.INFO: [2.14] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:40:02] sql.INFO: [2.25] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:42:33] sql.INFO: [10.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:42:33] sql.INFO: [6.49] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:42:33] sql.INFO: [3.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:42:33] sql.INFO: [2.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:42:33] sql.INFO: [2.38] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:43:26] sql.INFO: [4.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:43:26] sql.INFO: [2.42] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:43:26] sql.INFO: [2.17] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:43:26] sql.INFO: [1.75] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:43:26] sql.INFO: [1.98] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:44:23] sql.INFO: [5.95] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:44:25] sql.INFO: [1.69] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:44:25] sql.INFO: [5.33] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:44:25] sql.INFO: [2.68] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:44:25] sql.INFO: [2.51] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:44:25] sql.INFO: [2.09] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:44:47] sql.INFO: [6.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:44:47] sql.INFO: [4.73] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:44:47] sql.INFO: [2.22] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:44:47] sql.INFO: [1.83] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:44:47] sql.INFO: [2.11] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:46:21] sql.INFO: [7.83] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:46:21] sql.INFO: [1.59] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:46:21] sql.INFO: [1.4] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:46:21] sql.INFO: [1.39] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:46:21] sql.INFO: [1.37] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:46:58] sql.INFO: [3.6] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:46:58] sql.INFO: [5.04] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:46:58] sql.INFO: [2.62] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:46:58] sql.INFO: [1.57] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:46:58] sql.INFO: [2.23] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:47:14] sql.INFO: [2.19] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:47:14] sql.INFO: [1.77] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:47:14] sql.INFO: [1.68] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:47:14] sql.INFO: [1.38] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:47:14] sql.INFO: [1.66] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:47:24] sql.INFO: [1.85] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:47:24] sql.INFO: [2.98] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:47:24] sql.INFO: [2.2] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:47:24] sql.INFO: [1.78] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:47:24] sql.INFO: [1.67] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:48:50] sql.INFO: [11.79] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:48:50] sql.INFO: [4.83] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:48:50] sql.INFO: [3.24] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:48:50] sql.INFO: [2.37] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:48:50] sql.INFO: [2.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:48:55] sql.INFO: [3.54] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:48:55] sql.INFO: [3.85] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:48:55] sql.INFO: [2.82] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:48:55] sql.INFO: [2.23] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:48:55] sql.INFO: [1.86] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:49:15] sql.INFO: [4.04] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:49:15] sql.INFO: [4.18] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:49:15] sql.INFO: [2.47] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:49:15] sql.INFO: [1.84] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:49:15] sql.INFO: [1.77] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:57:14] sql.INFO: [6.13] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:57:14] sql.INFO: [1.65] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:57:14] sql.INFO: [2.96] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:57:14] sql.INFO: [1.62] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:57:14] sql.INFO: [1.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:57:29] sql.INFO: [1.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:57:29] sql.INFO: [5.15] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:57:29] sql.INFO: [3.2] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:57:29] sql.INFO: [3.29] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:57:29] sql.INFO: [2.87] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 01:58:55] sql.INFO: [8.03] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 01:58:55] sql.INFO: [4.8] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 01:58:55] sql.INFO: [2.61] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 01:58:55] sql.INFO: [1.75] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 01:58:55] sql.INFO: [1.95] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:01:08] sql.INFO: [8.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:01:08] sql.INFO: [5.09] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:01:08] sql.INFO: [2.23] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:01:08] sql.INFO: [1.54] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:01:08] sql.INFO: [1.82] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:01:56] sql.INFO: [6.17] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:01:56] sql.INFO: [5.03] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:01:56] sql.INFO: [2.87] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:01:56] sql.INFO: [2.21] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:01:56] sql.INFO: [2.14] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:02:20] sql.INFO: [2.8] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:02:20] sql.INFO: [1.61] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:02:20] sql.INFO: [1.69] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:02:20] sql.INFO: [1.32] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:02:20] sql.INFO: [1.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:02:33] sql.INFO: [1.68] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:02:33] sql.INFO: [2.82] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:02:33] sql.INFO: [2.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:02:33] sql.INFO: [1.93] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:02:33] sql.INFO: [1.74] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:02:53] sql.INFO: [4.53] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:02:53] sql.INFO: [1.73] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:02:53] sql.INFO: [1.45] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:02:53] sql.INFO: [1.09] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:02:53] sql.INFO: [1.3] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:03:26] sql.INFO: [5.34] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:03:26] sql.INFO: [1.46] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:03:26] sql.INFO: [1.3] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:03:26] sql.INFO: [2.45] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:03:26] sql.INFO: [1.57] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:04:15] sql.INFO: [3.61] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:04:15] sql.INFO: [7.03] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:04:15] sql.INFO: [4.24] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:04:15] sql.INFO: [2.79] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:04:15] sql.INFO: [2.49] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:04:39] sql.INFO: [3.46] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:04:39] sql.INFO: [4.47] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:04:39] sql.INFO: [2.68] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:04:39] sql.INFO: [1.7] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:04:39] sql.INFO: [1.68] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:04:46] sql.INFO: [5.36] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:04:46] sql.INFO: [1.53] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:04:46] sql.INFO: [1.13] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:04:46] sql.INFO: [1.13] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:04:46] sql.INFO: [2.56] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:04:55] sql.INFO: [5.16] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:04:55] sql.INFO: [5.02] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:04:55] sql.INFO: [3.46] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:04:55] sql.INFO: [2.4] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:04:55] sql.INFO: [2.19] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:05:41] sql.INFO: [3.7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:05:41] sql.INFO: [3.39] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:05:41] sql.INFO: [2.46] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:05:41] sql.INFO: [1.86] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:05:41] sql.INFO: [1.79] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:05:49] sql.INFO: [5.42] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:05:49] sql.INFO: [2.39] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:05:49] sql.INFO: [1.66] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:05:49] sql.INFO: [1.51] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:05:49] sql.INFO: [1.67] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:06:16] sql.INFO: [3.81] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:06:16] sql.INFO: [11.73] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:06:16] sql.INFO: [1.63] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:06:16] sql.INFO: [1.07] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:06:16] sql.INFO: [1.27] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:10:04] sql.INFO: [5.51] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:10:05] sql.INFO: [2.64] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:10:05] sql.INFO: [1.83] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:10:05] sql.INFO: [1.48] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:10:05] sql.INFO: [1.62] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:10:56] sql.INFO: [1.7] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:10:56] sql.INFO: [1.38] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:10:56] sql.INFO: [1.55] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:10:56] sql.INFO: [1.55] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:10:56] sql.INFO: [1.4] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:11:04] sql.INFO: [2.1] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:11:04] sql.INFO: [1.68] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:11:04] sql.INFO: [1.42] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:11:04] sql.INFO: [1.35] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:11:04] sql.INFO: [1.69] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:18:54] sql.INFO: [12.27] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:18:55] sql.INFO: [2.18] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:18:55] sql.INFO: [1.56] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:18:55] sql.INFO: [1.36] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:18:55] sql.INFO: [1.31] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:19:15] sql.INFO: [2.04] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:19:15] sql.INFO: [2.03] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:19:15] sql.INFO: [1.28] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:19:15] sql.INFO: [1.09] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:19:15] sql.INFO: [1.43] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:19:18] sql.INFO: [4.23] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:19:18] sql.INFO: [5.12] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:19:18] sql.INFO: [2.86] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:19:18] sql.INFO: [2.35] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:19:18] sql.INFO: [2.12] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:19:36] sql.INFO: [2.92] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:19:36] sql.INFO: [2.45] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:19:36] sql.INFO: [3.18] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:19:36] sql.INFO: [1.2] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:19:36] sql.INFO: [1.51] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:34:02] sql.INFO: [6.42] select * from `user` where (`user_name` = '15210211200') limit 1 [] []
+[2024-10-15 02:34:02] sql.INFO: [3.26] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:34:02] sql.INFO: [4.01] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:34:02] sql.INFO: [1.64] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:34:02] sql.INFO: [1.92] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:34:02] sql.INFO: [2.17] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []
+[2024-10-15 02:34:31] sql.INFO: [1.78] select `user`.*, `user_info`.`id` as `user_info_id`, `user_info`.`id_card`, `user_info`.`birthday`, `user_info`.`gender`, `user_info`.`real_name` from `user` left join `user_info` on `user`.`id` = `user_info`.`user_id` where `user`.`id` = '73' limit 1 [] []
+[2024-10-15 02:34:32] sql.INFO: [2.41] select * from `website` where (`website_url` = '192.168.1.108:9527') limit 1 [] []
+[2024-10-15 02:34:32] sql.INFO: [2.27] select * from `website_role_user` where (`website_id` = '2' and `user_id` = '73') limit 1 [] []
+[2024-10-15 02:34:32] sql.INFO: [2.09] select * from `role` where (`id` = '1') limit 1 [] []
+[2024-10-15 02:34:32] sql.INFO: [2.02] select * from `menu` where `id` in ('1', '4', '8', '33', '34', '35', '49', '51', '52', '58', '59', '60', '64', '65', '66', '67', '68', '69', '71', '72', '73', '74', '75', '76') [] []