You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2075 lines
471 KiB
2075 lines
471 KiB
[2021-05-28T17:55:47+08:00][sql] CONNECT:[ UseTime:0.067672s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:55:47+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.048437s ]
|
|
[2021-05-28T17:55:47+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.048216s ]
|
|
[2021-05-28T17:55:47+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.065994s ]
|
|
[2021-05-28T17:55:47+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.048222s ]
|
|
[2021-05-28T17:55:47+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.061047s ]
|
|
[2021-05-28T17:55:47+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.049886s ]
|
|
[2021-05-28T17:55:48+08:00][sql] CONNECT:[ UseTime:0.120520s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:55:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.072179s ]
|
|
[2021-05-28T17:55:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `site_id` = 1 AND `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052188s ]
|
|
[2021-05-28T17:55:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052228s ]
|
|
[2021-05-28T17:55:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.050524s ]
|
|
[2021-05-28T17:55:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.057403s ]
|
|
[2021-05-28T17:55:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.053630s ]
|
|
[2021-05-28T17:55:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054040s ]
|
|
[2021-05-28T17:55:49+08:00][sql] CONNECT:[ UseTime:0.124621s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:55:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.069013s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.059665s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.065124s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059546s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.063263s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060291s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.088191s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.167308s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.068368s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.065072s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.104460s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.096565s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.076650s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066714s ]
|
|
[2021-05-28T17:55:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.065272s ]
|
|
[2021-05-28T17:56:05+08:00][sql] CONNECT:[ UseTime:0.247313s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:56:05+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.178357s ]
|
|
[2021-05-28T17:56:05+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.064723s ]
|
|
[2021-05-28T17:56:05+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.058254s ]
|
|
[2021-05-28T17:56:37+08:00][sql] CONNECT:[ UseTime:0.076683s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:56:37+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.043095s ]
|
|
[2021-05-28T17:56:37+08:00][sql] SHOW TABLES [ RunTime:0.043857s ]
|
|
[2021-05-28T17:56:37+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622195796 , `update_time` = 1622195796 [ RunTime:0.042239s ]
|
|
[2021-05-28T17:56:37+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.041503s ]
|
|
[2021-05-28T17:56:37+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.049086s ]
|
|
[2021-05-28T17:56:37+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.056121s ]
|
|
[2021-05-28T17:56:37+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.8395' , `record_id` = '27' , `remark` = 'admin 在 2021-05-28 17:56:36 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 17:56:36\",\"update_time\":\"2021-05-28 17:56:36\",\"id\":\"27\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622195796 , `update_time` = 1622195796' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622195796 , `create_time` = 1622195796 [ RunTime:0.042050s ]
|
|
[2021-05-28T17:56:37+08:00][error] [10501]SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T17:56:49+08:00][sql] CONNECT:[ UseTime:0.106116s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.056758s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.076002s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.078925s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.055651s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.054246s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.052901s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054596s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061551s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.053542s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055549s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.062448s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.060437s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061256s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055617s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.056328s ]
|
|
[2021-05-28T17:56:49+08:00][sql] CONNECT:[ UseTime:0.104534s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.079784s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.111902s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.059497s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.069148s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058637s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060657s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.062248s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.063347s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063811s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.070307s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064304s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065037s ]
|
|
[2021-05-28T17:56:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.064997s ]
|
|
[2021-05-28T17:57:49+08:00][sql] CONNECT:[ UseTime:0.076527s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.047780s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.069740s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.063530s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.076797s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.044002s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045400s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049705s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053132s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.045128s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.046591s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.051401s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.054146s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.149960s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.047275s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.055420s ]
|
|
[2021-05-28T17:57:49+08:00][sql] CONNECT:[ UseTime:0.102754s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.067859s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.095130s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.078801s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.065359s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065008s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061948s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.072394s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.063756s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.065240s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.165065s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.073995s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.068715s ]
|
|
[2021-05-28T17:57:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.064705s ]
|
|
[2021-05-28T17:58:25+08:00][sql] CONNECT:[ UseTime:0.097543s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:58:25+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.064401s ]
|
|
[2021-05-28T17:58:25+08:00][sql] SHOW TABLES [ RunTime:0.066382s ]
|
|
[2021-05-28T17:58:25+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622195905 , `update_time` = 1622195905 [ RunTime:0.063243s ]
|
|
[2021-05-28T17:58:25+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.069053s ]
|
|
[2021-05-28T17:58:25+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060848s ]
|
|
[2021-05-28T17:58:25+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.115241s ]
|
|
[2021-05-28T17:58:25+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.317' , `record_id` = '28' , `remark` = 'admin 在 2021-05-28 17:58:25 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 17:58:25\",\"update_time\":\"2021-05-28 17:58:25\",\"id\":\"28\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622195905 , `update_time` = 1622195905' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622195905 , `create_time` = 1622195905 [ RunTime:0.058827s ]
|
|
[2021-05-28T17:58:25+08:00][error] [10501]SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T17:58:48+08:00][sql] CONNECT:[ UseTime:0.081645s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:58:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.054476s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056448s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.051377s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.053754s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.050174s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051289s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.050138s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056520s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.056867s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.055779s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.052742s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064442s ]
|
|
[2021-05-28T17:58:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.053357s ]
|
|
[2021-05-28T17:58:49+08:00][sql] CONNECT:[ UseTime:0.093138s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:58:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.057051s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.065427s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.061823s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.056286s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.066959s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.057835s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.068531s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055764s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.057476s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.058923s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.081049s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.060147s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.066401s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058421s ]
|
|
[2021-05-28T17:58:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.076498s ]
|
|
[2021-05-28T17:59:49+08:00][sql] CONNECT:[ UseTime:0.071923s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.048393s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.045648s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.050733s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.124182s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.106267s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059231s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.054334s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.044924s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.048433s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.063359s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.045191s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053219s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.042063s ]
|
|
[2021-05-28T17:59:49+08:00][sql] CONNECT:[ UseTime:0.073052s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.047995s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.046094s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.050234s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.065020s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.062919s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.100202s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061598s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054008s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060208s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.049794s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059823s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.054486s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.053310s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.043205s ]
|
|
[2021-05-28T17:59:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.047746s ]
|
|
[2021-05-28T18:00:49+08:00][sql] CONNECT:[ UseTime:0.126943s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.094177s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.110006s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060803s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.087846s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.082066s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.160283s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.125030s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.125662s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.071209s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.109717s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.115862s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.077156s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.097375s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060911s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059627s ]
|
|
[2021-05-28T18:00:49+08:00][sql] CONNECT:[ UseTime:0.199489s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.139958s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.087302s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.113822s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.188586s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.125665s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.176399s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.076486s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.119901s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.104359s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.097109s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.073186s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.078384s ]
|
|
[2021-05-28T18:00:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.070338s ]
|
|
[2021-05-28T18:01:49+08:00][sql] CONNECT:[ UseTime:0.081906s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.055487s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.048746s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.052992s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.047980s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.049792s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.064887s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051092s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054505s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.048336s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055246s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.057065s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.051386s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.051667s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053745s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.049550s ]
|
|
[2021-05-28T18:01:49+08:00][sql] CONNECT:[ UseTime:0.124117s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.068449s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.067602s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.069466s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.076294s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067763s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.070363s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.071791s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.065878s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068805s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067641s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067573s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067609s ]
|
|
[2021-05-28T18:01:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.069519s ]
|
|
[2021-05-28T18:02:01+08:00][sql] CONNECT:[ UseTime:0.085210s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:02:01+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.055607s ]
|
|
[2021-05-28T18:02:01+08:00][sql] SHOW TABLES [ RunTime:0.052358s ]
|
|
[2021-05-28T18:02:01+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196121 , `update_time` = 1622196121 [ RunTime:0.055446s ]
|
|
[2021-05-28T18:02:01+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.054164s ]
|
|
[2021-05-28T18:02:01+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061217s ]
|
|
[2021-05-28T18:02:01+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.054694s ]
|
|
[2021-05-28T18:02:01+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.5737' , `record_id` = '29' , `remark` = 'admin 在 2021-05-28 18:02:01 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:02:01\",\"update_time\":\"2021-05-28 18:02:01\",\"id\":\"29\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196121 , `update_time` = 1622196121' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196121 , `create_time` = 1622196121 [ RunTime:0.053758s ]
|
|
[2021-05-28T18:02:01+08:00][error] [10501]SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT' at line 5[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T18:02:49+08:00][sql] CONNECT:[ UseTime:0.091322s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.055756s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056494s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.053977s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.052561s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051993s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061521s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052880s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.054619s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066872s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.071791s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067155s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063446s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.073484s ]
|
|
[2021-05-28T18:02:49+08:00][sql] CONNECT:[ UseTime:0.090890s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.052229s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.058063s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.053805s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.052966s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.051786s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.055538s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055979s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053479s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052875s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.052363s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.067604s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.068742s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.057166s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055545s ]
|
|
[2021-05-28T18:02:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.068309s ]
|
|
[2021-05-28T18:03:50+08:00][sql] CONNECT:[ UseTime:0.154055s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.105052s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.081156s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.132193s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.111323s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.078905s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.314627s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.095955s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.092641s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.712682s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.075462s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.114899s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.156815s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.101092s ]
|
|
[2021-05-28T18:03:50+08:00][sql] CONNECT:[ UseTime:0.176284s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.141898s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.271974s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.102627s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.296693s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.108313s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.088479s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.293588s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.102356s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.115285s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.167182s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.081229s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.129347s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.154585s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.070128s ]
|
|
[2021-05-28T18:03:50+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.180786s ]
|
|
[2021-05-28T18:03:58+08:00][sql] CONNECT:[ UseTime:0.107321s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:03:58+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.066577s ]
|
|
[2021-05-28T18:03:58+08:00][sql] SHOW TABLES [ RunTime:0.222395s ]
|
|
[2021-05-28T18:03:58+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196238 , `update_time` = 1622196238 [ RunTime:0.073906s ]
|
|
[2021-05-28T18:03:58+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.091007s ]
|
|
[2021-05-28T18:03:58+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.148197s ]
|
|
[2021-05-28T18:03:58+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.061877s ]
|
|
[2021-05-28T18:03:58+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.4349' , `record_id` = '30' , `remark` = 'admin 在 2021-05-28 18:03:58 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:03:58\",\"update_time\":\"2021-05-28 18:03:58\",\"id\":\"30\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196238 , `update_time` = 1622196238' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196238 , `create_time` = 1622196238 [ RunTime:0.058948s ]
|
|
[2021-05-28T18:03:58+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:04:49+08:00][sql] CONNECT:[ UseTime:0.078938s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.047050s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.049207s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.049371s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.049302s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.048761s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.050942s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057732s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.048441s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.045036s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.052777s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.046620s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.051747s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056172s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060176s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.045913s ]
|
|
[2021-05-28T18:04:49+08:00][sql] CONNECT:[ UseTime:0.098580s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.062987s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.059382s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.059671s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060375s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059600s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.068391s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.059787s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.059530s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.061941s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.072301s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.077873s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067216s ]
|
|
[2021-05-28T18:04:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.150044s ]
|
|
[2021-05-28T18:05:04+08:00][sql] CONNECT:[ UseTime:0.609876s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:05:04+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.500956s ]
|
|
[2021-05-28T18:05:04+08:00][sql] SHOW TABLES [ RunTime:0.049301s ]
|
|
[2021-05-28T18:05:04+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196303 , `update_time` = 1622196303 [ RunTime:0.066693s ]
|
|
[2021-05-28T18:05:04+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.057076s ]
|
|
[2021-05-28T18:05:04+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056415s ]
|
|
[2021-05-28T18:05:04+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.050975s ]
|
|
[2021-05-28T18:05:04+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.8828' , `record_id` = '31' , `remark` = 'admin 在 2021-05-28 18:05:03 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:05:03\",\"update_time\":\"2021-05-28 18:05:03\",\"id\":\"31\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196303 , `update_time` = 1622196303' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196303 , `create_time` = 1622196303 [ RunTime:0.312292s ]
|
|
[2021-05-28T18:05:04+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:05:49+08:00][sql] CONNECT:[ UseTime:0.073998s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.043784s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.042537s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.042299s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.042432s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.040986s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045437s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.048569s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.041306s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.040692s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.040337s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.057952s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.056255s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.138114s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.048697s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.055043s ]
|
|
[2021-05-28T18:05:49+08:00][sql] CONNECT:[ UseTime:0.081390s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063691s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.050744s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.051227s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.049912s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.050734s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064988s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052787s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.059001s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.070658s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.174650s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058022s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059220s ]
|
|
[2021-05-28T18:05:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.066282s ]
|
|
[2021-05-28T18:06:49+08:00][sql] CONNECT:[ UseTime:0.082871s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.057367s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.055557s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.056780s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.057330s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.050851s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062031s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056239s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052833s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.053070s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055010s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.060360s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.070463s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064805s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049408s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.070125s ]
|
|
[2021-05-28T18:06:49+08:00][sql] CONNECT:[ UseTime:0.102476s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.071852s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.067436s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.183908s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063539s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064406s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.068622s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.078439s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.079400s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.064979s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.074191s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.065559s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.069432s ]
|
|
[2021-05-28T18:06:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.065596s ]
|
|
[2021-05-28T18:07:06+08:00][sql] CONNECT:[ UseTime:0.088820s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:07:06+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.345556s ]
|
|
[2021-05-28T18:07:06+08:00][sql] SHOW TABLES [ RunTime:0.060620s ]
|
|
[2021-05-28T18:07:06+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196425 , `update_time` = 1622196425 [ RunTime:0.051282s ]
|
|
[2021-05-28T18:07:06+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058707s ]
|
|
[2021-05-28T18:07:06+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056189s ]
|
|
[2021-05-28T18:07:06+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.056544s ]
|
|
[2021-05-28T18:07:06+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.0763' , `record_id` = '32' , `remark` = 'admin 在 2021-05-28 18:07:06 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:07:05\",\"update_time\":\"2021-05-28 18:07:05\",\"id\":\"32\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196425 , `update_time` = 1622196425' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196426 , `create_time` = 1622196426 [ RunTime:0.057642s ]
|
|
[2021-05-28T18:07:06+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:07:23+08:00][sql] CONNECT:[ UseTime:0.076876s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:07:23+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.053391s ]
|
|
[2021-05-28T18:07:23+08:00][sql] SHOW TABLES [ RunTime:0.045842s ]
|
|
[2021-05-28T18:07:23+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196443 , `update_time` = 1622196443 [ RunTime:0.057870s ]
|
|
[2021-05-28T18:07:23+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.053662s ]
|
|
[2021-05-28T18:07:23+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.069098s ]
|
|
[2021-05-28T18:07:23+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.049795s ]
|
|
[2021-05-28T18:07:23+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.7123' , `record_id` = '33' , `remark` = 'admin 在 2021-05-28 18:07:23 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:07:23\",\"update_time\":\"2021-05-28 18:07:23\",\"id\":\"33\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196443 , `update_time` = 1622196443' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196443 , `create_time` = 1622196443 [ RunTime:0.040912s ]
|
|
[2021-05-28T18:07:23+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:07:42+08:00][sql] CONNECT:[ UseTime:0.100861s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:07:42+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.055588s ]
|
|
[2021-05-28T18:07:42+08:00][sql] SHOW TABLES [ RunTime:0.046439s ]
|
|
[2021-05-28T18:07:42+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196462 , `update_time` = 1622196462 [ RunTime:0.056385s ]
|
|
[2021-05-28T18:07:42+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.046659s ]
|
|
[2021-05-28T18:07:42+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.051685s ]
|
|
[2021-05-28T18:07:42+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.048028s ]
|
|
[2021-05-28T18:07:42+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.7849' , `record_id` = '35' , `remark` = 'admin 在 2021-05-28 18:07:42 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:07:42\",\"update_time\":\"2021-05-28 18:07:42\",\"id\":\"35\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196462 , `update_time` = 1622196462' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196462 , `create_time` = 1622196462 [ RunTime:0.046147s ]
|
|
[2021-05-28T18:07:42+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:07:49+08:00][sql] CONNECT:[ UseTime:0.093339s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.061023s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.057481s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.058901s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060730s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059157s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062832s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060270s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.075896s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.060984s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.064599s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067293s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.100676s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.067424s ]
|
|
[2021-05-28T18:07:49+08:00][sql] CONNECT:[ UseTime:0.091823s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.061679s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056248s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059485s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.056103s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.056573s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060140s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059270s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061151s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.055906s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056210s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.062101s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.068187s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.083341s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060130s ]
|
|
[2021-05-28T18:07:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.057751s ]
|
|
[2021-05-28T18:08:49+08:00][sql] CONNECT:[ UseTime:0.072867s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.046835s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.045246s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.044955s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.042674s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.042771s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045345s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056632s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.152173s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.046215s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.042067s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.048445s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.058530s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.052692s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046456s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.045658s ]
|
|
[2021-05-28T18:08:49+08:00][sql] CONNECT:[ UseTime:0.090683s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058879s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.055711s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.054524s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062148s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055957s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.205829s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.064745s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.057783s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.074646s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065602s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058853s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060462s ]
|
|
[2021-05-28T18:08:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.073833s ]
|
|
[2021-05-28T18:09:36+08:00][sql] CONNECT:[ UseTime:0.094313s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:09:36+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.063895s ]
|
|
[2021-05-28T18:09:36+08:00][sql] SHOW TABLES [ RunTime:0.058240s ]
|
|
[2021-05-28T18:09:36+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196576 , `update_time` = 1622196576 [ RunTime:0.072734s ]
|
|
[2021-05-28T18:09:36+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.059822s ]
|
|
[2021-05-28T18:09:36+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.074731s ]
|
|
[2021-05-28T18:09:36+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.058818s ]
|
|
[2021-05-28T18:09:36+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.4807' , `record_id` = '36' , `remark` = 'admin 在 2021-05-28 18:09:36 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:09:36\",\"update_time\":\"2021-05-28 18:09:36\",\"id\":\"36\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196576 , `update_time` = 1622196576' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196576 , `create_time` = 1622196576 [ RunTime:0.057133s ]
|
|
[2021-05-28T18:09:36+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:09:48+08:00][sql] CONNECT:[ UseTime:0.079057s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:09:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.045889s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.052208s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.044987s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.049393s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.042639s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.047423s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.044464s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.046030s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.047517s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.049102s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.049146s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060368s ]
|
|
[2021-05-28T18:09:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.042774s ]
|
|
[2021-05-28T18:09:49+08:00][sql] CONNECT:[ UseTime:0.093612s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:09:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.072409s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.061229s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.061713s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.054855s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.068774s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.054538s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055994s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054630s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056777s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.053431s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.062039s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.070470s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.055746s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056821s ]
|
|
[2021-05-28T18:09:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.053881s ]
|
|
[2021-05-28T18:10:48+08:00][sql] CONNECT:[ UseTime:0.075786s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:10:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.052962s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.046315s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.045276s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045808s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.042030s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.043306s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.046375s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.048462s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.049555s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.056428s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.045667s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046001s ]
|
|
[2021-05-28T18:10:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.057526s ]
|
|
[2021-05-28T18:10:49+08:00][sql] CONNECT:[ UseTime:0.081863s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:10:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.051962s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.058193s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.049114s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.049465s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.052467s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.051129s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.050095s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053357s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.054261s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.048339s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.050912s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.060525s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054641s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060258s ]
|
|
[2021-05-28T18:10:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.066047s ]
|
|
[2021-05-28T18:11:05+08:00][sql] CONNECT:[ UseTime:0.084837s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:11:05+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.058623s ]
|
|
[2021-05-28T18:11:05+08:00][sql] SHOW TABLES [ RunTime:0.068061s ]
|
|
[2021-05-28T18:11:05+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196664 , `update_time` = 1622196664 [ RunTime:0.065227s ]
|
|
[2021-05-28T18:11:05+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.057939s ]
|
|
[2021-05-28T18:11:05+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067946s ]
|
|
[2021-05-28T18:11:05+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.062695s ]
|
|
[2021-05-28T18:11:05+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.1596' , `record_id` = '37' , `remark` = 'admin 在 2021-05-28 18:11:05 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:11:04\",\"update_time\":\"2021-05-28 18:11:04\",\"id\":\"37\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196664 , `update_time` = 1622196664' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196665 , `create_time` = 1622196665 [ RunTime:0.053339s ]
|
|
[2021-05-28T18:11:05+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:11:27+08:00][sql] CONNECT:[ UseTime:0.066919s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:11:27+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.042602s ]
|
|
[2021-05-28T18:11:27+08:00][sql] SHOW TABLES [ RunTime:0.041640s ]
|
|
[2021-05-28T18:11:27+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196687 , `update_time` = 1622196687 [ RunTime:0.061040s ]
|
|
[2021-05-28T18:11:27+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.053485s ]
|
|
[2021-05-28T18:11:27+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.051198s ]
|
|
[2021-05-28T18:11:27+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.049603s ]
|
|
[2021-05-28T18:11:27+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.8452' , `record_id` = '38' , `remark` = 'admin 在 2021-05-28 18:11:27 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:11:27\",\"update_time\":\"2021-05-28 18:11:27\",\"id\":\"38\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196687 , `update_time` = 1622196687' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196687 , `create_time` = 1622196687 [ RunTime:0.044756s ]
|
|
[2021-05-28T18:11:27+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:11:49+08:00][sql] CONNECT:[ UseTime:0.081746s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.051762s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.053910s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.056218s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063830s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.073833s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067901s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.055501s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056791s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.060614s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.060712s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068795s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062967s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.071807s ]
|
|
[2021-05-28T18:11:49+08:00][sql] CONNECT:[ UseTime:0.081475s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.050789s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.053888s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.055917s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.058856s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.074572s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060583s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063735s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058687s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.049269s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.053557s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.052590s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.062284s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059876s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062317s ]
|
|
[2021-05-28T18:11:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.050602s ]
|
|
[2021-05-28T18:12:11+08:00][sql] CONNECT:[ UseTime:0.188821s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:12:11+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.059251s ]
|
|
[2021-05-28T18:12:11+08:00][sql] SHOW TABLES [ RunTime:0.044615s ]
|
|
[2021-05-28T18:12:11+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196730 , `update_time` = 1622196730 [ RunTime:0.052162s ]
|
|
[2021-05-28T18:12:11+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.044271s ]
|
|
[2021-05-28T18:12:11+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.053764s ]
|
|
[2021-05-28T18:12:11+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.062897s ]
|
|
[2021-05-28T18:12:11+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.8986' , `record_id` = '39' , `remark` = 'admin 在 2021-05-28 18:12:10 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:12:10\",\"update_time\":\"2021-05-28 18:12:10\",\"id\":\"39\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196730 , `update_time` = 1622196730' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196730 , `create_time` = 1622196730 [ RunTime:0.045590s ]
|
|
[2021-05-28T18:12:11+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:83]
|
|
[2021-05-28T18:12:49+08:00][sql] CONNECT:[ UseTime:0.096691s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.076134s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.080566s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.056113s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061551s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059158s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066912s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058371s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.064029s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059642s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067539s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.181657s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060391s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.055886s ]
|
|
[2021-05-28T18:12:49+08:00][sql] CONNECT:[ UseTime:0.094006s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.077126s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.079415s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.051207s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.051047s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.061920s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.051667s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062106s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055437s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.055866s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055631s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.076930s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.211975s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054132s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055081s ]
|
|
[2021-05-28T18:12:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.049907s ]
|
|
[2021-05-28T18:12:55+08:00][sql] CONNECT:[ UseTime:0.089025s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:12:55+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.048295s ]
|
|
[2021-05-28T18:12:55+08:00][sql] SHOW TABLES [ RunTime:0.049078s ]
|
|
[2021-05-28T18:12:55+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196774 , `update_time` = 1622196774 [ RunTime:0.050218s ]
|
|
[2021-05-28T18:12:55+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.067427s ]
|
|
[2021-05-28T18:12:55+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068823s ]
|
|
[2021-05-28T18:12:55+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.057137s ]
|
|
[2021-05-28T18:12:55+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.9674' , `record_id` = '40' , `remark` = 'admin 在 2021-05-28 18:12:54 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:12:54\",\"update_time\":\"2021-05-28 18:12:54\",\"id\":\"40\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196774 , `update_time` = 1622196774' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196774 , `create_time` = 1622196774 [ RunTime:0.053756s ]
|
|
[2021-05-28T18:12:55+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:84]
|
|
[2021-05-28T18:13:12+08:00][sql] CONNECT:[ UseTime:0.277888s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:13:12+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.058571s ]
|
|
[2021-05-28T18:13:12+08:00][sql] SHOW TABLES [ RunTime:0.060553s ]
|
|
[2021-05-28T18:13:12+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196791 , `update_time` = 1622196791 [ RunTime:0.091769s ]
|
|
[2021-05-28T18:13:12+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058350s ]
|
|
[2021-05-28T18:13:12+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061021s ]
|
|
[2021-05-28T18:13:12+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.062949s ]
|
|
[2021-05-28T18:13:12+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.2751' , `record_id` = '41' , `remark` = 'admin 在 2021-05-28 18:13:12 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:13:11\",\"update_time\":\"2021-05-28 18:13:11\",\"id\":\"41\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196791 , `update_time` = 1622196791' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196792 , `create_time` = 1622196792 [ RunTime:0.229699s ]
|
|
[2021-05-28T18:13:12+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:84]
|
|
[2021-05-28T18:13:31+08:00][sql] CONNECT:[ UseTime:0.069026s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:13:31+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.049251s ]
|
|
[2021-05-28T18:13:31+08:00][sql] SHOW TABLES [ RunTime:0.095579s ]
|
|
[2021-05-28T18:13:31+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196810 , `update_time` = 1622196810 [ RunTime:0.050470s ]
|
|
[2021-05-28T18:13:31+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.053288s ]
|
|
[2021-05-28T18:13:31+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.049792s ]
|
|
[2021-05-28T18:13:31+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.076866s ]
|
|
[2021-05-28T18:13:31+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.0522' , `record_id` = '42' , `remark` = 'admin 在 2021-05-28 18:13:31 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:13:30\",\"update_time\":\"2021-05-28 18:13:30\",\"id\":\"42\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196810 , `update_time` = 1622196810' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196811 , `create_time` = 1622196811 [ RunTime:0.049703s ]
|
|
[2021-05-28T18:13:31+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:84]
|
|
[2021-05-28T18:13:49+08:00][sql] CONNECT:[ UseTime:0.092494s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.064319s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056398s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.061070s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.186442s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.057656s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.185979s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.087113s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.172731s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052427s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.079064s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.060946s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.058876s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062909s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.073645s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059440s ]
|
|
[2021-05-28T18:13:49+08:00][sql] CONNECT:[ UseTime:0.090047s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.060879s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.822129s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.056331s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.059200s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053567s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059693s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056824s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.058538s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066739s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.054673s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054663s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058902s ]
|
|
[2021-05-28T18:13:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.052662s ]
|
|
[2021-05-28T18:13:51+08:00][sql] CONNECT:[ UseTime:0.096207s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:13:51+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.062001s ]
|
|
[2021-05-28T18:13:51+08:00][sql] SHOW TABLES [ RunTime:0.057110s ]
|
|
[2021-05-28T18:13:51+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196830 , `update_time` = 1622196830 [ RunTime:0.059905s ]
|
|
[2021-05-28T18:13:51+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058843s ]
|
|
[2021-05-28T18:13:51+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059635s ]
|
|
[2021-05-28T18:13:51+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.066882s ]
|
|
[2021-05-28T18:13:51+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.2163' , `record_id` = '43' , `remark` = 'admin 在 2021-05-28 18:13:51 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:13:50\",\"update_time\":\"2021-05-28 18:13:50\",\"id\":\"43\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196830 , `update_time` = 1622196830' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196831 , `create_time` = 1622196831 [ RunTime:0.057777s ]
|
|
[2021-05-28T18:13:51+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:84]
|
|
[2021-05-28T18:14:32+08:00][sql] CONNECT:[ UseTime:0.095858s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:14:32+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.076248s ]
|
|
[2021-05-28T18:14:32+08:00][sql] SHOW TABLES [ RunTime:0.060348s ]
|
|
[2021-05-28T18:14:32+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196872 , `update_time` = 1622196872 [ RunTime:0.065370s ]
|
|
[2021-05-28T18:14:32+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.084745s ]
|
|
[2021-05-28T18:14:32+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.078388s ]
|
|
[2021-05-28T18:14:32+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.066408s ]
|
|
[2021-05-28T18:14:32+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.5182' , `record_id` = '44' , `remark` = 'admin 在 2021-05-28 18:14:32 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:14:32\",\"update_time\":\"2021-05-28 18:14:32\",\"id\":\"44\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196872 , `update_time` = 1622196872' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196872 , `create_time` = 1622196872 [ RunTime:0.079527s ]
|
|
[2021-05-28T18:14:32+08:00][error] [2]A non-numeric value encountered[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/app/api/model/Module.php:82]
|
|
[2021-05-28T18:14:49+08:00][sql] CONNECT:[ UseTime:0.077445s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.055778s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.053282s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.054873s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060286s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.053154s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.056387s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063228s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056219s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.054079s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055887s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.051109s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.073798s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061705s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059037s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.055169s ]
|
|
[2021-05-28T18:14:49+08:00][sql] CONNECT:[ UseTime:0.102857s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.070204s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.084890s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.073751s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.064120s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.083987s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060498s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.066470s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.058454s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.076075s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.082747s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.074504s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065228s ]
|
|
[2021-05-28T18:14:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.065149s ]
|
|
[2021-05-28T18:15:42+08:00][sql] CONNECT:[ UseTime:0.092689s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:15:42+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.054784s ]
|
|
[2021-05-28T18:15:42+08:00][sql] SHOW TABLES [ RunTime:0.057949s ]
|
|
[2021-05-28T18:15:42+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196942 , `update_time` = 1622196942 [ RunTime:0.047264s ]
|
|
[2021-05-28T18:15:42+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.052152s ]
|
|
[2021-05-28T18:15:42+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.055003s ]
|
|
[2021-05-28T18:15:42+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.052225s ]
|
|
[2021-05-28T18:15:42+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.8543' , `record_id` = '45' , `remark` = 'admin 在 2021-05-28 18:15:42 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:15:42\",\"update_time\":\"2021-05-28 18:15:42\",\"id\":\"45\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196942 , `update_time` = 1622196942' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196942 , `create_time` = 1622196942 [ RunTime:0.048174s ]
|
|
[2021-05-28T18:15:42+08:00][error] [10501]SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT' at line 3[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T18:15:49+08:00][sql] CONNECT:[ UseTime:0.094675s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.070665s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.166660s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.064747s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.057715s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052234s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064765s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058661s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.059171s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.052680s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.059661s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056202s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060492s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.051968s ]
|
|
[2021-05-28T18:15:49+08:00][sql] CONNECT:[ UseTime:0.094264s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058770s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.201472s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062599s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059598s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.062278s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.064894s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051974s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058818s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058737s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.052969s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.057365s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.064875s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061571s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.074389s ]
|
|
[2021-05-28T18:15:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059322s ]
|
|
[2021-05-28T18:15:56+08:00][sql] CONNECT:[ UseTime:0.080688s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:15:56+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.048535s ]
|
|
[2021-05-28T18:15:56+08:00][sql] SHOW TABLES [ RunTime:0.049219s ]
|
|
[2021-05-28T18:15:56+08:00][sql] INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = '测试的' , `site_id` = 1 , `create_time` = 1622196956 , `update_time` = 1622196956 [ RunTime:0.044277s ]
|
|
[2021-05-28T18:15:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.044129s ]
|
|
[2021-05-28T18:15:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.045265s ]
|
|
[2021-05-28T18:15:56+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.046635s ]
|
|
[2021-05-28T18:15:56+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.2693' , `record_id` = '46' , `remark` = 'admin 在 2021-05-28 18:15:56 添加了友链:{变量未知}' , `data` = '{\"sort\":\"1\",\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"\\u6d4b\\u8bd5\\u7684\",\"site_id\":1,\"create_time\":\"2021-05-28 18:15:56\",\"update_time\":\"2021-05-28 18:15:56\",\"id\":\"46\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `sort` = 1 , `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'测试的\' , `site_id` = 1 , `create_time` = 1622196956 , `update_time` = 1622196956' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622196956 , `create_time` = 1622196956 [ RunTime:0.042812s ]
|
|
[2021-05-28T18:15:56+08:00][error] [10501]SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT' at line 3[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T18:16:49+08:00][sql] CONNECT:[ UseTime:0.087978s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.050715s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.047410s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.047537s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.053995s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.057296s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.056197s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046434s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.069072s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.046405s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.051657s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.067654s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065053s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.050329s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.050772s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.055272s ]
|
|
[2021-05-28T18:16:49+08:00][sql] CONNECT:[ UseTime:0.104113s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.068126s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.066910s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.068216s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.081130s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.080259s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067212s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.071693s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.090016s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068788s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.070173s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068170s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.071201s ]
|
|
[2021-05-28T18:16:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.078338s ]
|
|
[2021-05-28T18:17:49+08:00][sql] CONNECT:[ UseTime:0.090422s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.054674s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.143386s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.056424s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.059103s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061979s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064478s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052916s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.053263s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063445s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.061415s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.066649s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.068898s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.054167s ]
|
|
[2021-05-28T18:17:49+08:00][sql] CONNECT:[ UseTime:0.070766s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.048465s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.161118s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059204s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.057376s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.048438s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.057952s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046412s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053749s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.050015s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.051220s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.046685s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.050205s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.045339s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064224s ]
|
|
[2021-05-28T18:17:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.044761s ]
|
|
[2021-05-28T18:18:49+08:00][sql] CONNECT:[ UseTime:0.101228s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058901s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.167575s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.052492s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.059437s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053072s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056958s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058497s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056033s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059476s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.085335s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054435s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061741s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.055541s ]
|
|
[2021-05-28T18:18:49+08:00][sql] CONNECT:[ UseTime:0.107488s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.071544s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.150530s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.057859s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060934s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.066182s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062389s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061623s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063324s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.082985s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.087196s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.071488s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.068193s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.065399s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064832s ]
|
|
[2021-05-28T18:18:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.062844s ]
|
|
[2021-05-28T18:18:52+08:00][sql] CONNECT:[ UseTime:0.094973s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:18:52+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.061203s ]
|
|
[2021-05-28T18:18:52+08:00][sql] SHOW TABLES [ RunTime:0.063536s ]
|
|
[2021-05-28T18:18:53+08:00][sql] CONNECT:[ UseTime:0.068374s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:18:53+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.047841s ]
|
|
[2021-05-28T18:18:53+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.050764s ]
|
|
[2021-05-28T18:18:53+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.052943s ]
|
|
[2021-05-28T18:19:14+08:00][sql] CONNECT:[ UseTime:0.110837s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:19:14+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.058831s ]
|
|
[2021-05-28T18:19:14+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.054133s ]
|
|
[2021-05-28T18:19:14+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.068201s ]
|
|
[2021-05-28T18:19:49+08:00][sql] CONNECT:[ UseTime:0.081712s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.053257s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.051177s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.052156s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.046073s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.047024s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.161159s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056601s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.048054s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.048965s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.050600s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.048992s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.153627s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.049535s ]
|
|
[2021-05-28T18:19:49+08:00][sql] CONNECT:[ UseTime:0.067738s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.041692s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.043018s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.039972s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.044791s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.040277s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.046863s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.192884s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.040862s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.045238s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.043032s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.040392s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.044410s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.191018s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.041324s ]
|
|
[2021-05-28T18:19:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.038680s ]
|
|
[2021-05-28T18:19:55+08:00][sql] CONNECT:[ UseTime:0.094471s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:19:55+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.064333s ]
|
|
[2021-05-28T18:19:55+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.059654s ]
|
|
[2021-05-28T18:19:55+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.064471s ]
|
|
[2021-05-28T18:20:11+08:00][sql] CONNECT:[ UseTime:0.084116s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:20:11+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.055122s ]
|
|
[2021-05-28T18:20:11+08:00][sql] SHOW TABLES [ RunTime:0.079180s ]
|
|
[2021-05-28T18:20:49+08:00][sql] CONNECT:[ UseTime:0.074894s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.048105s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.046798s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.052490s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.176880s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.048865s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.047992s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.342080s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.047422s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.055478s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.084122s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.048710s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066082s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.049551s ]
|
|
[2021-05-28T18:20:49+08:00][sql] CONNECT:[ UseTime:0.080452s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.048568s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.051544s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.052675s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.146545s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.069852s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.053093s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.247307s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046878s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.048546s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.046142s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.054739s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.084396s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.091396s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049383s ]
|
|
[2021-05-28T18:20:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.052813s ]
|
|
[2021-05-28T18:21:49+08:00][sql] CONNECT:[ UseTime:0.091941s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.198676s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.057793s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.055995s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.057843s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063835s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061349s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.216709s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.057954s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068826s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.061494s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.168029s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062145s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.055730s ]
|
|
[2021-05-28T18:21:49+08:00][sql] CONNECT:[ UseTime:0.084330s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.166962s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.059687s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.055166s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060580s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.056490s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063035s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056353s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.166283s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056819s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056410s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.061388s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.063217s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.197866s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059975s ]
|
|
[2021-05-28T18:21:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.058990s ]
|
|
[2021-05-28T18:22:49+08:00][sql] CONNECT:[ UseTime:0.071775s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.044736s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.046444s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.050423s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.047654s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.050109s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045752s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051860s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.191367s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.052893s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.166582s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.044506s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.047770s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.049556s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.045693s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.044393s ]
|
|
[2021-05-28T18:22:49+08:00][sql] CONNECT:[ UseTime:0.078050s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.049857s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.070339s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.052973s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.057380s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054336s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062686s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.166773s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055211s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.222990s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.054371s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064377s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064446s ]
|
|
[2021-05-28T18:22:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.058923s ]
|
|
[2021-05-28T18:23:28+08:00][sql] CONNECT:[ UseTime:0.096906s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:23:28+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.060225s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SHOW TABLES [ RunTime:0.075658s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_module` SET `module_name` = '测试' , `table_name` = 'ces' , `model_name` = 'ces' , `table_comment` = 'ces' , `site_id` = 1 , `create_time` = 1622197403 , `update_time` = 1622197403 [ RunTime:0.059092s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063225s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064810s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.061260s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.1025' , `record_id` = '47' , `remark` = 'admin 在 2021-05-28 18:23:24 添加了友链:{变量未知}' , `data` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\",\"site_id\":1,\"create_time\":\"2021-05-28 18:23:23\",\"update_time\":\"2021-05-28 18:23:23\",\"id\":\"47\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `module_name` = \'测试\' , `table_name` = \'ces\' , `model_name` = \'ces\' , `table_comment` = \'ces\' , `site_id` = 1 , `create_time` = 1622197403 , `update_time` = 1622197403' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197404 , `create_time` = 1622197404 [ RunTime:0.061652s ]
|
|
[2021-05-28T18:23:28+08:00][sql] CREATE TABLE `bmz_cms_ces_1` (
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT, `common_id` int(11) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='ces' [ RunTime:0.544469s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.075757s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'id' , `name` = '编号' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '自增ID' , `setup` = 'array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'1\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `create_time` = 1622197404 , `update_time` = 1622197404 [ RunTime:0.059373s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060734s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.0501' , `record_id` = '358' , `remark` = 'admin 在 2021-05-28 18:23:25 添加了友链:编号' , `data` = '{\"module_id\":\"47\",\"field\":\"id\",\"name\":\"\\u7f16\\u53f7\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u81ea\\u589eID\",\"setup\":\"array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'1\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:24\",\"update_time\":\"2021-05-28 18:23:24\",\"id\":\"358\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'id\' , `name` = \'编号\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'自增ID\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'1\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `create_time` = 1622197404 , `update_time` = 1622197404' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197405 , `create_time` = 1622197405 [ RunTime:0.058500s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'site_id' , `name` = '网站编号' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '' , `setup` = 'array (\'default\' => \'1\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `create_time` = 1622197405 , `update_time` = 1622197405 [ RunTime:0.066048s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.070562s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.2889' , `record_id` = '359' , `remark` = 'admin 在 2021-05-28 18:23:25 添加了友链:网站编号' , `data` = '{\"module_id\":\"47\",\"field\":\"site_id\",\"name\":\"\\u7f51\\u7ad9\\u7f16\\u53f7\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'1\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:25\",\"update_time\":\"2021-05-28 18:23:25\",\"id\":\"359\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'site_id\' , `name` = \'网站编号\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'1\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `create_time` = 1622197405 , `update_time` = 1622197405' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197405 , `create_time` = 1622197405 [ RunTime:0.057916s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'common_id' , `name` = '主表id' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '' , `setup` = 'array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `create_time` = 1622197405 , `update_time` = 1622197405 [ RunTime:0.061731s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067825s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.5235' , `record_id` = '360' , `remark` = 'admin 在 2021-05-28 18:23:25 添加了友链:主表id' , `data` = '{\"module_id\":\"47\",\"field\":\"common_id\",\"name\":\"\\u4e3b\\u8868id\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:25\",\"update_time\":\"2021-05-28 18:23:25\",\"id\":\"360\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'common_id\' , `name` = \'主表id\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `create_time` = 1622197405 , `update_time` = 1622197405' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197405 , `create_time` = 1622197405 [ RunTime:0.059072s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'create_time' , `name` = '添加时间' , `maxlength` = 11 , `type` = 'datetime' , `is_list` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 50 , `remark` = '添加时间' , `setup` = 'array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)' , `create_time` = 1622197405 , `update_time` = 1622197405 [ RunTime:0.060514s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.065199s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.7515' , `record_id` = '361' , `remark` = 'admin 在 2021-05-28 18:23:25 添加了友链:添加时间' , `data` = '{\"module_id\":\"47\",\"field\":\"create_time\",\"name\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"maxlength\":\"11\",\"type\":\"datetime\",\"is_list\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"50\",\"remark\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"setup\":\"array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:25\",\"update_time\":\"2021-05-28 18:23:25\",\"id\":\"361\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'create_time\' , `name` = \'添加时间\' , `maxlength` = 11 , `type` = \'datetime\' , `is_list` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 50 , `remark` = \'添加时间\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'format\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `create_time` = 1622197405 , `update_time` = 1622197405' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197405 , `create_time` = 1622197405 [ RunTime:0.061549s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'update_time' , `name` = '更新时间' , `maxlength` = 11 , `type` = 'datetime' , `is_list` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 50 , `remark` = '更新时间' , `setup` = 'array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)' , `create_time` = 1622197405 , `update_time` = 1622197405 [ RunTime:0.063053s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.076431s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.9967' , `record_id` = '362' , `remark` = 'admin 在 2021-05-28 18:23:25 添加了友链:更新时间' , `data` = '{\"module_id\":\"47\",\"field\":\"update_time\",\"name\":\"\\u66f4\\u65b0\\u65f6\\u95f4\",\"maxlength\":\"11\",\"type\":\"datetime\",\"is_list\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"50\",\"remark\":\"\\u66f4\\u65b0\\u65f6\\u95f4\",\"setup\":\"array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:25\",\"update_time\":\"2021-05-28 18:23:25\",\"id\":\"362\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'update_time\' , `name` = \'更新时间\' , `maxlength` = 11 , `type` = \'datetime\' , `is_list` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 50 , `remark` = \'更新时间\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'format\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `create_time` = 1622197405 , `update_time` = 1622197405' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197405 , `create_time` = 1622197405 [ RunTime:0.065989s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'sort' , `name` = '排序' , `required` = 1 , `maxlength` = 8 , `type` = 'number' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_sort` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 49 , `remark` = '' , `setup` = 'array (\'default\' => \'50\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\',)' , `create_time` = 1622197406 , `update_time` = 1622197406 [ RunTime:0.083294s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.063606s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.2505' , `record_id` = '363' , `remark` = 'admin 在 2021-05-28 18:23:26 添加了友链:排序' , `data` = '{\"module_id\":\"47\",\"field\":\"sort\",\"name\":\"\\u6392\\u5e8f\",\"required\":\"1\",\"maxlength\":\"8\",\"type\":\"number\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_sort\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"49\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'50\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:26\",\"update_time\":\"2021-05-28 18:23:26\",\"id\":\"363\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'sort\' , `name` = \'排序\' , `required` = 1 , `maxlength` = 8 , `type` = \'number\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_sort` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 49 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'50\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'step\\\' => \\\'1\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `create_time` = 1622197406 , `update_time` = 1622197406' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197406 , `create_time` = 1622197406 [ RunTime:0.059061s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'status' , `name` = '状态' , `required` = 1 , `maxlength` = 1 , `type` = 'radio' , `data_source` = 1 , `dict_code` = '1' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 48 , `remark` = '' , `setup` = 'array (\'default\' => \'1\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)' , `create_time` = 1622197406 , `update_time` = 1622197406 [ RunTime:0.065216s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060552s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.4685' , `record_id` = '364' , `remark` = 'admin 在 2021-05-28 18:23:26 添加了友链:状态' , `data` = '{\"module_id\":\"47\",\"field\":\"status\",\"name\":\"\\u72b6\\u6001\",\"required\":\"1\",\"maxlength\":\"1\",\"type\":\"radio\",\"data_source\":\"1\",\"dict_code\":\"1\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"1\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"48\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'1\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:26\",\"update_time\":\"2021-05-28 18:23:26\",\"id\":\"364\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'status\' , `name` = \'状态\' , `required` = 1 , `maxlength` = 1 , `type` = \'radio\' , `data_source` = 1 , `dict_code` = \'1\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 48 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'1\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'tinyint\\\',)\' , `create_time` = 1622197406 , `update_time` = 1622197406' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197406 , `create_time` = 1622197406 [ RunTime:0.067304s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'cate_id' , `name` = '栏目' , `required` = 1 , `maxlength` = 0 , `type` = 'select' , `data_source` = 2 , `relation_model` = 'Cate' , `relation_field` = 'cate_name' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '栏目' , `setup` = 'array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)' , `create_time` = 1622197406 , `update_time` = 1622197406 [ RunTime:0.067738s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.063424s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.7026' , `record_id` = '365' , `remark` = 'admin 在 2021-05-28 18:23:26 添加了友链:栏目' , `data` = '{\"module_id\":\"47\",\"field\":\"cate_id\",\"name\":\"\\u680f\\u76ee\",\"required\":\"1\",\"maxlength\":\"0\",\"type\":\"select\",\"data_source\":\"2\",\"relation_model\":\"Cate\",\"relation_field\":\"cate_name\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"1\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u680f\\u76ee\",\"setup\":\"array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:26\",\"update_time\":\"2021-05-28 18:23:26\",\"id\":\"365\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'cate_id\' , `name` = \'栏目\' , `required` = 1 , `maxlength` = 0 , `type` = \'select\' , `data_source` = 2 , `relation_model` = \'Cate\' , `relation_field` = \'cate_name\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'栏目\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'tinyint\\\',)\' , `create_time` = 1622197406 , `update_time` = 1622197406' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197406 , `create_time` = 1622197406 [ RunTime:0.066058s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'hits' , `name` = '点击次数' , `required` = 0 , `maxlength` = 0 , `type` = 'number' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 0 , `is_sort` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '点击次数' , `setup` = 'array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\', )' , `create_time` = 1622197406 , `update_time` = 1622197406 [ RunTime:0.063042s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.057373s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.9225' , `record_id` = '366' , `remark` = 'admin 在 2021-05-28 18:23:26 添加了友链:点击次数' , `data` = '{\"module_id\":\"47\",\"field\":\"hits\",\"name\":\"\\u70b9\\u51fb\\u6b21\\u6570\",\"required\":\"0\",\"maxlength\":\"0\",\"type\":\"number\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"0\",\"is_sort\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u70b9\\u51fb\\u6b21\\u6570\",\"setup\":\"array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:26\",\"update_time\":\"2021-05-28 18:23:26\",\"id\":\"366\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'hits\' , `name` = \'点击次数\' , `required` = 0 , `maxlength` = 0 , `type` = \'number\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 0 , `is_sort` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'点击次数\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'step\\\' => \\\'1\\\', \\\'fieldtype\\\' => \\\'int\\\', )\' , `create_time` = 1622197406 , `update_time` = 1622197406' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197406 , `create_time` = 1622197406 [ RunTime:0.058396s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'keywords' , `name` = '关键词' , `required` = 0 , `maxlength` = 255 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '关键词' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )' , `create_time` = 1622197406 , `update_time` = 1622197406 [ RunTime:0.058939s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.063299s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.1423' , `record_id` = '367' , `remark` = 'admin 在 2021-05-28 18:23:27 添加了友链:关键词' , `data` = '{\"module_id\":\"47\",\"field\":\"keywords\",\"name\":\"\\u5173\\u952e\\u8bcd\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u5173\\u952e\\u8bcd\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:26\",\"update_time\":\"2021-05-28 18:23:26\",\"id\":\"367\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'keywords\' , `name` = \'关键词\' , `required` = 0 , `maxlength` = 255 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'关键词\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\', )\' , `create_time` = 1622197406 , `update_time` = 1622197406' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197407 , `create_time` = 1622197407 [ RunTime:0.059346s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'description' , `name` = '描述' , `required` = 0 , `maxlength` = 255 , `type` = 'textarea' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 45 , `remark` = '描述' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', )' , `create_time` = 1622197407 , `update_time` = 1622197407 [ RunTime:0.067626s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.074740s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.3794' , `record_id` = '368' , `remark` = 'admin 在 2021-05-28 18:23:27 添加了友链:描述' , `data` = '{\"module_id\":\"47\",\"field\":\"description\",\"name\":\"\\u63cf\\u8ff0\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"textarea\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"45\",\"remark\":\"\\u63cf\\u8ff0\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:27\",\"update_time\":\"2021-05-28 18:23:27\",\"id\":\"368\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'description\' , `name` = \'描述\' , `required` = 0 , `maxlength` = 255 , `type` = \'textarea\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 45 , `remark` = \'描述\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', )\' , `create_time` = 1622197407 , `update_time` = 1622197407' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197407 , `create_time` = 1622197407 [ RunTime:0.077749s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'template' , `name` = '模板' , `tips` = '单独设置此条记录的模板,如:article_show.html 或 article_show' , `required` = 0 , `maxlength` = 30 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '模板' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )' , `create_time` = 1622197407 , `update_time` = 1622197407 [ RunTime:0.090047s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.073938s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.6582' , `record_id` = '369' , `remark` = 'admin 在 2021-05-28 18:23:27 添加了友链:模板' , `data` = '{\"module_id\":\"47\",\"field\":\"template\",\"name\":\"\\u6a21\\u677f\",\"tips\":\"\\u5355\\u72ec\\u8bbe\\u7f6e\\u6b64\\u6761\\u8bb0\\u5f55\\u7684\\u6a21\\u677f\\uff0c\\u5982\\uff1aarticle_show.html \\u6216 article_show\",\"required\":\"0\",\"maxlength\":\"30\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u6a21\\u677f\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:27\",\"update_time\":\"2021-05-28 18:23:27\",\"id\":\"369\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'template\' , `name` = \'模板\' , `tips` = \'单独设置此条记录的模板,如:article_show.html 或 article_show\' , `required` = 0 , `maxlength` = 30 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'模板\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\', )\' , `create_time` = 1622197407 , `update_time` = 1622197407' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197407 , `create_time` = 1622197407 [ RunTime:0.101086s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = 'url' , `name` = '跳转地址' , `tips` = '如需直接跳转,请填写完整的网站地址或相对地址' , `required` = 0 , `maxlength` = 255 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '跳转地址' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\',)' , `create_time` = 1622197407 , `update_time` = 1622197407 [ RunTime:0.223642s ]
|
|
[2021-05-28T18:23:28+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.075196s ]
|
|
[2021-05-28T18:23:28+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd5\",\"table_name\":\"ces\",\"model_name\":\"ces\",\"table_comment\":\"ces\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '5.1281' , `record_id` = '370' , `remark` = 'admin 在 2021-05-28 18:23:28 添加了友链:跳转地址' , `data` = '{\"module_id\":\"47\",\"field\":\"url\",\"name\":\"\\u8df3\\u8f6c\\u5730\\u5740\",\"tips\":\"\\u5982\\u9700\\u76f4\\u63a5\\u8df3\\u8f6c\\uff0c\\u8bf7\\u586b\\u5199\\u5b8c\\u6574\\u7684\\u7f51\\u7ad9\\u5730\\u5740\\u6216\\u76f8\\u5bf9\\u5730\\u5740\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u8df3\\u8f6c\\u5730\\u5740\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:23:27\",\"update_time\":\"2021-05-28 18:23:27\",\"id\":\"370\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 47 , `field` = \'url\' , `name` = \'跳转地址\' , `tips` = \'如需直接跳转,请填写完整的网站地址或相对地址\' , `required` = 0 , `maxlength` = 255 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'跳转地址\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\',)\' , `create_time` = 1622197407 , `update_time` = 1622197407' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197408 , `create_time` = 1622197408 [ RunTime:0.063758s ]
|
|
[2021-05-28T18:23:49+08:00][sql] CONNECT:[ UseTime:0.091799s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.070270s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.074233s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.058055s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.066500s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059572s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.075669s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.061381s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.057507s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066406s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.073447s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.074673s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062187s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.058625s ]
|
|
[2021-05-28T18:23:49+08:00][sql] CONNECT:[ UseTime:0.115539s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.075824s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.075526s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.077153s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.080423s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.081604s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.071150s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.069372s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.080857s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.069446s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.066222s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.071548s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.076218s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068900s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.069017s ]
|
|
[2021-05-28T18:23:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.070288s ]
|
|
[2021-05-28T18:24:34+08:00][sql] CONNECT:[ UseTime:0.087363s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:34+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.060918s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SHOW TABLES [ RunTime:0.056841s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_module` SET `module_name` = '测试2' , `table_name` = 'ces2' , `model_name` = 'ces2' , `table_comment` = 'ces2' , `site_id` = 1 , `create_time` = 1622197469 , `update_time` = 1622197469 [ RunTime:0.058391s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.060377s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.077171s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.057152s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.9817' , `record_id` = '48' , `remark` = 'admin 在 2021-05-28 18:24:29 添加了友链:{变量未知}' , `data` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\",\"site_id\":1,\"create_time\":\"2021-05-28 18:24:29\",\"update_time\":\"2021-05-28 18:24:29\",\"id\":\"48\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `module_name` = \'测试2\' , `table_name` = \'ces2\' , `model_name` = \'ces2\' , `table_comment` = \'ces2\' , `site_id` = 1 , `create_time` = 1622197469 , `update_time` = 1622197469' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197469 , `create_time` = 1622197469 [ RunTime:0.068658s ]
|
|
[2021-05-28T18:24:34+08:00][sql] CREATE TABLE `bmz_cms_ces2_1` (
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT, `common_id` int(11) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='ces2' [ RunTime:0.450266s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.058179s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'id' , `name` = '编号' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '自增ID' , `setup` = 'array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'1\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `create_time` = 1622197470 , `update_time` = 1622197470 [ RunTime:0.068080s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058723s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.8096' , `record_id` = '371' , `remark` = 'admin 在 2021-05-28 18:24:30 添加了友链:编号' , `data` = '{\"module_id\":\"48\",\"field\":\"id\",\"name\":\"\\u7f16\\u53f7\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u81ea\\u589eID\",\"setup\":\"array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'1\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:30\",\"update_time\":\"2021-05-28 18:24:30\",\"id\":\"371\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'id\' , `name` = \'编号\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'自增ID\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'1\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `create_time` = 1622197470 , `update_time` = 1622197470' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197470 , `create_time` = 1622197470 [ RunTime:0.373608s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'site_id' , `name` = '网站编号' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '' , `setup` = 'array (\'default\' => \'1\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `create_time` = 1622197471 , `update_time` = 1622197471 [ RunTime:0.062242s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068781s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.352' , `record_id` = '372' , `remark` = 'admin 在 2021-05-28 18:24:31 添加了友链:网站编号' , `data` = '{\"module_id\":\"48\",\"field\":\"site_id\",\"name\":\"\\u7f51\\u7ad9\\u7f16\\u53f7\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'1\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:31\",\"update_time\":\"2021-05-28 18:24:31\",\"id\":\"372\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'site_id\' , `name` = \'网站编号\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'1\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `create_time` = 1622197471 , `update_time` = 1622197471' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197471 , `create_time` = 1622197471 [ RunTime:0.058856s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'common_id' , `name` = '主表id' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '' , `setup` = 'array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `create_time` = 1622197471 , `update_time` = 1622197471 [ RunTime:0.065812s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058136s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.5685' , `record_id` = '373' , `remark` = 'admin 在 2021-05-28 18:24:31 添加了友链:主表id' , `data` = '{\"module_id\":\"48\",\"field\":\"common_id\",\"name\":\"\\u4e3b\\u8868id\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:31\",\"update_time\":\"2021-05-28 18:24:31\",\"id\":\"373\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'common_id\' , `name` = \'主表id\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `create_time` = 1622197471 , `update_time` = 1622197471' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197471 , `create_time` = 1622197471 [ RunTime:0.060152s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'create_time' , `name` = '添加时间' , `maxlength` = 11 , `type` = 'datetime' , `is_list` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 50 , `remark` = '添加时间' , `setup` = 'array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)' , `create_time` = 1622197471 , `update_time` = 1622197471 [ RunTime:0.067568s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.057434s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.7911' , `record_id` = '374' , `remark` = 'admin 在 2021-05-28 18:24:31 添加了友链:添加时间' , `data` = '{\"module_id\":\"48\",\"field\":\"create_time\",\"name\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"maxlength\":\"11\",\"type\":\"datetime\",\"is_list\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"50\",\"remark\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"setup\":\"array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:31\",\"update_time\":\"2021-05-28 18:24:31\",\"id\":\"374\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'create_time\' , `name` = \'添加时间\' , `maxlength` = 11 , `type` = \'datetime\' , `is_list` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 50 , `remark` = \'添加时间\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'format\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `create_time` = 1622197471 , `update_time` = 1622197471' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197471 , `create_time` = 1622197471 [ RunTime:0.054128s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'update_time' , `name` = '更新时间' , `maxlength` = 11 , `type` = 'datetime' , `is_list` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 50 , `remark` = '更新时间' , `setup` = 'array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)' , `create_time` = 1622197471 , `update_time` = 1622197471 [ RunTime:0.058909s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.070547s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.0074' , `record_id` = '375' , `remark` = 'admin 在 2021-05-28 18:24:32 添加了友链:更新时间' , `data` = '{\"module_id\":\"48\",\"field\":\"update_time\",\"name\":\"\\u66f4\\u65b0\\u65f6\\u95f4\",\"maxlength\":\"11\",\"type\":\"datetime\",\"is_list\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"50\",\"remark\":\"\\u66f4\\u65b0\\u65f6\\u95f4\",\"setup\":\"array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:31\",\"update_time\":\"2021-05-28 18:24:31\",\"id\":\"375\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'update_time\' , `name` = \'更新时间\' , `maxlength` = 11 , `type` = \'datetime\' , `is_list` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 50 , `remark` = \'更新时间\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'format\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `create_time` = 1622197471 , `update_time` = 1622197471' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197472 , `create_time` = 1622197472 [ RunTime:0.058341s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'sort' , `name` = '排序' , `required` = 1 , `maxlength` = 8 , `type` = 'number' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_sort` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 49 , `remark` = '' , `setup` = 'array (\'default\' => \'50\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\',)' , `create_time` = 1622197472 , `update_time` = 1622197472 [ RunTime:0.068919s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.065108s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.3942' , `record_id` = '376' , `remark` = 'admin 在 2021-05-28 18:24:32 添加了友链:排序' , `data` = '{\"module_id\":\"48\",\"field\":\"sort\",\"name\":\"\\u6392\\u5e8f\",\"required\":\"1\",\"maxlength\":\"8\",\"type\":\"number\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_sort\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"49\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'50\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:32\",\"update_time\":\"2021-05-28 18:24:32\",\"id\":\"376\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'sort\' , `name` = \'排序\' , `required` = 1 , `maxlength` = 8 , `type` = \'number\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_sort` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 49 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'50\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'step\\\' => \\\'1\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `create_time` = 1622197472 , `update_time` = 1622197472' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197472 , `create_time` = 1622197472 [ RunTime:0.062788s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'status' , `name` = '状态' , `required` = 1 , `maxlength` = 1 , `type` = 'radio' , `data_source` = 1 , `dict_code` = '1' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 48 , `remark` = '' , `setup` = 'array (\'default\' => \'1\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)' , `create_time` = 1622197472 , `update_time` = 1622197472 [ RunTime:0.060716s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.063619s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.6192' , `record_id` = '377' , `remark` = 'admin 在 2021-05-28 18:24:32 添加了友链:状态' , `data` = '{\"module_id\":\"48\",\"field\":\"status\",\"name\":\"\\u72b6\\u6001\",\"required\":\"1\",\"maxlength\":\"1\",\"type\":\"radio\",\"data_source\":\"1\",\"dict_code\":\"1\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"1\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"48\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'1\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:32\",\"update_time\":\"2021-05-28 18:24:32\",\"id\":\"377\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'status\' , `name` = \'状态\' , `required` = 1 , `maxlength` = 1 , `type` = \'radio\' , `data_source` = 1 , `dict_code` = \'1\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 48 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'1\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'tinyint\\\',)\' , `create_time` = 1622197472 , `update_time` = 1622197472' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197472 , `create_time` = 1622197472 [ RunTime:0.062222s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'cate_id' , `name` = '栏目' , `required` = 1 , `maxlength` = 0 , `type` = 'select' , `data_source` = 2 , `relation_model` = 'Cate' , `relation_field` = 'cate_name' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '栏目' , `setup` = 'array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)' , `create_time` = 1622197472 , `update_time` = 1622197472 [ RunTime:0.063246s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.069586s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.9589' , `record_id` = '378' , `remark` = 'admin 在 2021-05-28 18:24:32 添加了友链:栏目' , `data` = '{\"module_id\":\"48\",\"field\":\"cate_id\",\"name\":\"\\u680f\\u76ee\",\"required\":\"1\",\"maxlength\":\"0\",\"type\":\"select\",\"data_source\":\"2\",\"relation_model\":\"Cate\",\"relation_field\":\"cate_name\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"1\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u680f\\u76ee\",\"setup\":\"array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:32\",\"update_time\":\"2021-05-28 18:24:32\",\"id\":\"378\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'cate_id\' , `name` = \'栏目\' , `required` = 1 , `maxlength` = 0 , `type` = \'select\' , `data_source` = 2 , `relation_model` = \'Cate\' , `relation_field` = \'cate_name\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'栏目\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'tinyint\\\',)\' , `create_time` = 1622197472 , `update_time` = 1622197472' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197472 , `create_time` = 1622197472 [ RunTime:0.062101s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'hits' , `name` = '点击次数' , `required` = 0 , `maxlength` = 0 , `type` = 'number' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 0 , `is_sort` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '点击次数' , `setup` = 'array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\', )' , `create_time` = 1622197473 , `update_time` = 1622197473 [ RunTime:0.059557s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059248s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.179' , `record_id` = '379' , `remark` = 'admin 在 2021-05-28 18:24:33 添加了友链:点击次数' , `data` = '{\"module_id\":\"48\",\"field\":\"hits\",\"name\":\"\\u70b9\\u51fb\\u6b21\\u6570\",\"required\":\"0\",\"maxlength\":\"0\",\"type\":\"number\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"0\",\"is_sort\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u70b9\\u51fb\\u6b21\\u6570\",\"setup\":\"array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:33\",\"update_time\":\"2021-05-28 18:24:33\",\"id\":\"379\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'hits\' , `name` = \'点击次数\' , `required` = 0 , `maxlength` = 0 , `type` = \'number\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 0 , `is_sort` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'点击次数\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'step\\\' => \\\'1\\\', \\\'fieldtype\\\' => \\\'int\\\', )\' , `create_time` = 1622197473 , `update_time` = 1622197473' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197473 , `create_time` = 1622197473 [ RunTime:0.058727s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'keywords' , `name` = '关键词' , `required` = 0 , `maxlength` = 255 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '关键词' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )' , `create_time` = 1622197473 , `update_time` = 1622197473 [ RunTime:0.059841s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059837s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.394' , `record_id` = '380' , `remark` = 'admin 在 2021-05-28 18:24:33 添加了友链:关键词' , `data` = '{\"module_id\":\"48\",\"field\":\"keywords\",\"name\":\"\\u5173\\u952e\\u8bcd\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u5173\\u952e\\u8bcd\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:33\",\"update_time\":\"2021-05-28 18:24:33\",\"id\":\"380\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'keywords\' , `name` = \'关键词\' , `required` = 0 , `maxlength` = 255 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'关键词\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\', )\' , `create_time` = 1622197473 , `update_time` = 1622197473' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197473 , `create_time` = 1622197473 [ RunTime:0.060475s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'description' , `name` = '描述' , `required` = 0 , `maxlength` = 255 , `type` = 'textarea' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 45 , `remark` = '描述' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', )' , `create_time` = 1622197473 , `update_time` = 1622197473 [ RunTime:0.057920s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.070179s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.6204' , `record_id` = '381' , `remark` = 'admin 在 2021-05-28 18:24:33 添加了友链:描述' , `data` = '{\"module_id\":\"48\",\"field\":\"description\",\"name\":\"\\u63cf\\u8ff0\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"textarea\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"45\",\"remark\":\"\\u63cf\\u8ff0\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:33\",\"update_time\":\"2021-05-28 18:24:33\",\"id\":\"381\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'description\' , `name` = \'描述\' , `required` = 0 , `maxlength` = 255 , `type` = \'textarea\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 45 , `remark` = \'描述\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', )\' , `create_time` = 1622197473 , `update_time` = 1622197473' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197473 , `create_time` = 1622197473 [ RunTime:0.066500s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'template' , `name` = '模板' , `tips` = '单独设置此条记录的模板,如:article_show.html 或 article_show' , `required` = 0 , `maxlength` = 30 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '模板' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )' , `create_time` = 1622197473 , `update_time` = 1622197473 [ RunTime:0.057269s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060471s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.8427' , `record_id` = '382' , `remark` = 'admin 在 2021-05-28 18:24:33 添加了友链:模板' , `data` = '{\"module_id\":\"48\",\"field\":\"template\",\"name\":\"\\u6a21\\u677f\",\"tips\":\"\\u5355\\u72ec\\u8bbe\\u7f6e\\u6b64\\u6761\\u8bb0\\u5f55\\u7684\\u6a21\\u677f\\uff0c\\u5982\\uff1aarticle_show.html \\u6216 article_show\",\"required\":\"0\",\"maxlength\":\"30\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u6a21\\u677f\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:33\",\"update_time\":\"2021-05-28 18:24:33\",\"id\":\"382\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'template\' , `name` = \'模板\' , `tips` = \'单独设置此条记录的模板,如:article_show.html 或 article_show\' , `required` = 0 , `maxlength` = 30 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'模板\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\', )\' , `create_time` = 1622197473 , `update_time` = 1622197473' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197473 , `create_time` = 1622197473 [ RunTime:0.075178s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = 'url' , `name` = '跳转地址' , `tips` = '如需直接跳转,请填写完整的网站地址或相对地址' , `required` = 0 , `maxlength` = 255 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '跳转地址' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\',)' , `create_time` = 1622197473 , `update_time` = 1622197473 [ RunTime:0.056120s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061904s ]
|
|
[2021-05-28T18:24:34+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u6d4b\\u8bd52\",\"table_name\":\"ces2\",\"model_name\":\"ces2\",\"table_comment\":\"ces2\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '5.0722' , `record_id` = '383' , `remark` = 'admin 在 2021-05-28 18:24:34 添加了友链:跳转地址' , `data` = '{\"module_id\":\"48\",\"field\":\"url\",\"name\":\"\\u8df3\\u8f6c\\u5730\\u5740\",\"tips\":\"\\u5982\\u9700\\u76f4\\u63a5\\u8df3\\u8f6c\\uff0c\\u8bf7\\u586b\\u5199\\u5b8c\\u6574\\u7684\\u7f51\\u7ad9\\u5730\\u5740\\u6216\\u76f8\\u5bf9\\u5730\\u5740\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u8df3\\u8f6c\\u5730\\u5740\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\',)\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:24:33\",\"update_time\":\"2021-05-28 18:24:33\",\"id\":\"383\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 48 , `field` = \'url\' , `name` = \'跳转地址\' , `tips` = \'如需直接跳转,请填写完整的网站地址或相对地址\' , `required` = 0 , `maxlength` = 255 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'跳转地址\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\',)\' , `create_time` = 1622197473 , `update_time` = 1622197473' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197474 , `create_time` = 1622197474 [ RunTime:0.067839s ]
|
|
[2021-05-28T18:24:34+08:00][sql] CONNECT:[ UseTime:0.081765s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:34+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.050264s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.051562s ]
|
|
[2021-05-28T18:24:34+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.043188s ]
|
|
[2021-05-28T18:24:39+08:00][sql] CONNECT:[ UseTime:0.076508s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:39+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.050080s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `id` = 48 AND `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.045861s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 AND `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,20 [ RunTime:0.146593s ]
|
|
[2021-05-28T18:24:39+08:00][sql] CONNECT:[ UseTime:0.084518s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:39+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.051367s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SHOW FULL COLUMNS FROM `system_dictionary_type` [ RunTime:0.064664s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT `dict_symbol`,`dict_name` FROM `system_dictionary_type` WHERE `system_dictionary_type`.`delete_time` IS NULL [ RunTime:0.145091s ]
|
|
[2021-05-28T18:24:39+08:00][sql] CONNECT:[ UseTime:0.068203s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:39+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.047234s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 48 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.049997s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 48 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.150556s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.047531s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.042532s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.044326s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.045687s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.042744s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.044525s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.042703s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049174s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054048s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061506s ]
|
|
[2021-05-28T18:24:39+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049973s ]
|
|
[2021-05-28T18:24:48+08:00][sql] CONNECT:[ UseTime:0.075352s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.042322s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.047471s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.041923s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.041724s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.039552s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045983s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.043182s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.043390s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.050794s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.041133s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.051364s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.050904s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.043340s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.043203s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.049204s ]
|
|
[2021-05-28T18:24:48+08:00][sql] CONNECT:[ UseTime:0.078353s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.050196s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.052002s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.054158s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.055873s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049150s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052273s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.057582s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.050917s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068990s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.060981s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059830s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052694s ]
|
|
[2021-05-28T18:24:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.048775s ]
|
|
[2021-05-28T18:24:50+08:00][sql] CONNECT:[ UseTime:0.083982s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:50+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.056061s ]
|
|
[2021-05-28T18:24:50+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 48 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.240811s ]
|
|
[2021-05-28T18:24:50+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 48 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 10,10 [ RunTime:0.054423s ]
|
|
[2021-05-28T18:24:50+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.059833s ]
|
|
[2021-05-28T18:24:50+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055654s ]
|
|
[2021-05-28T18:24:50+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059374s ]
|
|
[2021-05-28T18:24:50+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.258676s ]
|
|
[2021-05-28T18:24:54+08:00][sql] CONNECT:[ UseTime:0.113422s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:24:54+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.077400s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 48 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.075392s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 48 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.080404s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.062224s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.278700s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065357s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062624s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.074737s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066946s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061678s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061864s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066149s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061338s ]
|
|
[2021-05-28T18:24:54+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 48 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064724s ]
|
|
[2021-05-28T18:25:49+08:00][sql] CONNECT:[ UseTime:0.089402s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.052601s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.048338s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.047175s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.044360s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.050500s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.045840s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.044530s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064887s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.053003s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.044010s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.048526s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.061277s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.052843s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049280s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059787s ]
|
|
[2021-05-28T18:25:49+08:00][sql] CONNECT:[ UseTime:0.107533s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.060748s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.053677s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.051933s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061005s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053174s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053485s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056060s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.058672s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059284s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.060011s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.065778s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056303s ]
|
|
[2021-05-28T18:25:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.072129s ]
|
|
[2021-05-28T18:26:44+08:00][sql] CONNECT:[ UseTime:0.077903s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:26:44+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.046188s ]
|
|
[2021-05-28T18:26:44+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.049170s ]
|
|
[2021-05-28T18:26:44+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.049756s ]
|
|
[2021-05-28T18:26:49+08:00][sql] CONNECT:[ UseTime:0.111032s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058530s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.072852s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.063787s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063220s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060392s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057709s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.061207s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055333s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059889s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.087692s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.069718s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064523s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.087720s ]
|
|
[2021-05-28T18:26:49+08:00][sql] CONNECT:[ UseTime:0.107010s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058841s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.088422s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.063182s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.061495s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059403s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.059201s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063148s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055381s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.067019s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.091195s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066488s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.091193s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056882s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.069321s ]
|
|
[2021-05-28T18:26:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.068418s ]
|
|
[2021-05-28T18:27:20+08:00][sql] CONNECT:[ UseTime:0.082217s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:20+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.062912s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SHOW TABLES [ RunTime:0.059991s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_module` SET `module_name` = '多图模型测试' , `table_name` = 'pics' , `model_name` = 'pics' , `table_comment` = '多图表' , `site_id` = 1 , `create_time` = 1622197636 , `update_time` = 1622197636 [ RunTime:0.057048s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.064016s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.070308s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.070596s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '0.9928' , `record_id` = '49' , `remark` = 'admin 在 2021-05-28 18:27:16 添加了友链:{变量未知}' , `data` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\",\"site_id\":1,\"create_time\":\"2021-05-28 18:27:16\",\"update_time\":\"2021-05-28 18:27:16\",\"id\":\"49\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_module` SET `module_name` = \'多图模型测试\' , `table_name` = \'pics\' , `model_name` = \'pics\' , `table_comment` = \'多图表\' , `site_id` = 1 , `create_time` = 1622197636 , `update_time` = 1622197636' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197636 , `create_time` = 1622197636 [ RunTime:0.056707s ]
|
|
[2021-05-28T18:27:20+08:00][sql] CREATE TABLE `bmz_cms_pics_1` (
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT, `common_id` int(11) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='多图表' [ RunTime:0.078444s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.068023s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'id' , `name` = '编号' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '自增ID' , `setup` = 'array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'1\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `is_system` = 1 , `create_time` = 1622197637 , `update_time` = 1622197637 [ RunTime:0.061501s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.057698s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.4602' , `record_id` = '384' , `remark` = 'admin 在 2021-05-28 18:27:17 添加了友链:编号' , `data` = '{\"module_id\":\"49\",\"field\":\"id\",\"name\":\"\\u7f16\\u53f7\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u81ea\\u589eID\",\"setup\":\"array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'1\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:17\",\"update_time\":\"2021-05-28 18:27:17\",\"id\":\"384\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'id\' , `name` = \'编号\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'自增ID\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'1\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `is_system` = 1 , `create_time` = 1622197637 , `update_time` = 1622197637' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197637 , `create_time` = 1622197637 [ RunTime:0.064114s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'site_id' , `name` = '网站编号' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '' , `setup` = 'array (\'default\' => \'1\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `is_system` = 1 , `create_time` = 1622197637 , `update_time` = 1622197637 [ RunTime:0.056337s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.055476s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.6708' , `record_id` = '385' , `remark` = 'admin 在 2021-05-28 18:27:17 添加了友链:网站编号' , `data` = '{\"module_id\":\"49\",\"field\":\"site_id\",\"name\":\"\\u7f51\\u7ad9\\u7f16\\u53f7\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'1\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:17\",\"update_time\":\"2021-05-28 18:27:17\",\"id\":\"385\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'site_id\' , `name` = \'网站编号\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'1\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `is_system` = 1 , `create_time` = 1622197637 , `update_time` = 1622197637' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197637 , `create_time` = 1622197637 [ RunTime:0.060974s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'common_id' , `name` = '主表id' , `type` = 'hidden' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = '' , `setup` = 'array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')' , `is_system` = 1 , `create_time` = 1622197637 , `update_time` = 1622197637 [ RunTime:0.092060s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.070510s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '1.9329' , `record_id` = '386' , `remark` = 'admin 在 2021-05-28 18:27:17 添加了友链:主表id' , `data` = '{\"module_id\":\"49\",\"field\":\"common_id\",\"name\":\"\\u4e3b\\u8868id\",\"type\":\"hidden\",\"is_list\":\"1\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'0\',\'extra_attr\' => \'\',\'extra_class\' => \'\',\'step\' => \'\',\'fieldtype\' => \'int\',\'group\' => \'\')\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:17\",\"update_time\":\"2021-05-28 18:27:17\",\"id\":\"386\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'common_id\' , `name` = \'主表id\' , `type` = \'hidden\' , `is_list` = 1 , `status` = 1 , `sort` = 1 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\',\\\'extra_attr\\\' => \\\'\\\',\\\'extra_class\\\' => \\\'\\\',\\\'step\\\' => \\\'\\\',\\\'fieldtype\\\' => \\\'int\\\',\\\'group\\\' => \\\'\\\')\' , `is_system` = 1 , `create_time` = 1622197637 , `update_time` = 1622197637' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197637 , `create_time` = 1622197637 [ RunTime:0.098555s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'create_time' , `name` = '添加时间' , `maxlength` = 11 , `type` = 'datetime' , `is_list` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 50 , `remark` = '添加时间' , `setup` = 'array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638 [ RunTime:0.057604s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060282s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.1924' , `record_id` = '387' , `remark` = 'admin 在 2021-05-28 18:27:18 添加了友链:添加时间' , `data` = '{\"module_id\":\"49\",\"field\":\"create_time\",\"name\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"maxlength\":\"11\",\"type\":\"datetime\",\"is_list\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"50\",\"remark\":\"\\u6dfb\\u52a0\\u65f6\\u95f4\",\"setup\":\"array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:18\",\"update_time\":\"2021-05-28 18:27:18\",\"id\":\"387\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'create_time\' , `name` = \'添加时间\' , `maxlength` = 11 , `type` = \'datetime\' , `is_list` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 50 , `remark` = \'添加时间\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'format\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197638 , `create_time` = 1622197638 [ RunTime:0.064893s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'update_time' , `name` = '更新时间' , `maxlength` = 11 , `type` = 'datetime' , `is_list` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 50 , `remark` = '更新时间' , `setup` = 'array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638 [ RunTime:0.072269s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.057761s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.5409' , `record_id` = '388' , `remark` = 'admin 在 2021-05-28 18:27:18 添加了友链:更新时间' , `data` = '{\"module_id\":\"49\",\"field\":\"update_time\",\"name\":\"\\u66f4\\u65b0\\u65f6\\u95f4\",\"maxlength\":\"11\",\"type\":\"datetime\",\"is_list\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"50\",\"remark\":\"\\u66f4\\u65b0\\u65f6\\u95f4\",\"setup\":\"array (\'default\' => \'0\', \'format\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'int\',)\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:18\",\"update_time\":\"2021-05-28 18:27:18\",\"id\":\"388\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'update_time\' , `name` = \'更新时间\' , `maxlength` = 11 , `type` = \'datetime\' , `is_list` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 50 , `remark` = \'更新时间\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'format\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197638 , `create_time` = 1622197638 [ RunTime:0.078420s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'sort' , `name` = '排序' , `required` = 1 , `maxlength` = 8 , `type` = 'number' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_sort` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 49 , `remark` = '' , `setup` = 'array (\'default\' => \'50\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\',)' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638 [ RunTime:0.064731s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059702s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.7832' , `record_id` = '389' , `remark` = 'admin 在 2021-05-28 18:27:18 添加了友链:排序' , `data` = '{\"module_id\":\"49\",\"field\":\"sort\",\"name\":\"\\u6392\\u5e8f\",\"required\":\"1\",\"maxlength\":\"8\",\"type\":\"number\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_sort\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"49\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'50\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\',)\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:18\",\"update_time\":\"2021-05-28 18:27:18\",\"id\":\"389\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'sort\' , `name` = \'排序\' , `required` = 1 , `maxlength` = 8 , `type` = \'number\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_sort` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 49 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'50\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'step\\\' => \\\'1\\\', \\\'fieldtype\\\' => \\\'int\\\',)\' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197638 , `create_time` = 1622197638 [ RunTime:0.058788s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'status' , `name` = '状态' , `required` = 1 , `maxlength` = 1 , `type` = 'radio' , `data_source` = 1 , `dict_code` = '1' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 48 , `remark` = '' , `setup` = 'array (\'default\' => \'1\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638 [ RunTime:0.055588s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058207s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '2.9942' , `record_id` = '390' , `remark` = 'admin 在 2021-05-28 18:27:18 添加了友链:状态' , `data` = '{\"module_id\":\"49\",\"field\":\"status\",\"name\":\"\\u72b6\\u6001\",\"required\":\"1\",\"maxlength\":\"1\",\"type\":\"radio\",\"data_source\":\"1\",\"dict_code\":\"1\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"1\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"48\",\"remark\":\"\",\"setup\":\"array (\'default\' => \'1\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:18\",\"update_time\":\"2021-05-28 18:27:18\",\"id\":\"390\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'status\' , `name` = \'状态\' , `required` = 1 , `maxlength` = 1 , `type` = \'radio\' , `data_source` = 1 , `dict_code` = \'1\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 48 , `remark` = \'\' , `setup` = \'array (\\\'default\\\' => \\\'1\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'tinyint\\\',)\' , `is_system` = 1 , `create_time` = 1622197638 , `update_time` = 1622197638' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197638 , `create_time` = 1622197638 [ RunTime:0.069706s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'cate_id' , `name` = '栏目' , `required` = 1 , `maxlength` = 0 , `type` = 'select' , `data_source` = 2 , `relation_model` = 'Cate' , `relation_field` = 'cate_name' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '栏目' , `setup` = 'array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639 [ RunTime:0.063847s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060916s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.225' , `record_id` = '391' , `remark` = 'admin 在 2021-05-28 18:27:19 添加了友链:栏目' , `data` = '{\"module_id\":\"49\",\"field\":\"cate_id\",\"name\":\"\\u680f\\u76ee\",\"required\":\"1\",\"maxlength\":\"0\",\"type\":\"select\",\"data_source\":\"2\",\"relation_model\":\"Cate\",\"relation_field\":\"cate_name\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"1\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u680f\\u76ee\",\"setup\":\"array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'fieldtype\' => \'tinyint\',)\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:19\",\"update_time\":\"2021-05-28 18:27:19\",\"id\":\"391\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'cate_id\' , `name` = \'栏目\' , `required` = 1 , `maxlength` = 0 , `type` = \'select\' , `data_source` = 2 , `relation_model` = \'Cate\' , `relation_field` = \'cate_name\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 1 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'栏目\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'tinyint\\\',)\' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197639 , `create_time` = 1622197639 [ RunTime:0.067225s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'hits' , `name` = '点击次数' , `required` = 0 , `maxlength` = 0 , `type` = 'number' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 0 , `is_sort` = 1 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '点击次数' , `setup` = 'array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\', )' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639 [ RunTime:0.064282s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061960s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.4584' , `record_id` = '392' , `remark` = 'admin 在 2021-05-28 18:27:19 添加了友链:点击次数' , `data` = '{\"module_id\":\"49\",\"field\":\"hits\",\"name\":\"\\u70b9\\u51fb\\u6b21\\u6570\",\"required\":\"0\",\"maxlength\":\"0\",\"type\":\"number\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"1\",\"is_search\":\"0\",\"is_sort\":\"1\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u70b9\\u51fb\\u6b21\\u6570\",\"setup\":\"array (\'default\' => \'0\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'step\' => \'1\', \'fieldtype\' => \'int\', )\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:19\",\"update_time\":\"2021-05-28 18:27:19\",\"id\":\"392\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'hits\' , `name` = \'点击次数\' , `required` = 0 , `maxlength` = 0 , `type` = \'number\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 1 , `is_search` = 0 , `is_sort` = 1 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'点击次数\' , `setup` = \'array (\\\'default\\\' => \\\'0\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'step\\\' => \\\'1\\\', \\\'fieldtype\\\' => \\\'int\\\', )\' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197639 , `create_time` = 1622197639 [ RunTime:0.061456s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'keywords' , `name` = '关键词' , `required` = 0 , `maxlength` = 255 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '关键词' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639 [ RunTime:0.061845s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058786s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.6853' , `record_id` = '393' , `remark` = 'admin 在 2021-05-28 18:27:19 添加了友链:关键词' , `data` = '{\"module_id\":\"49\",\"field\":\"keywords\",\"name\":\"\\u5173\\u952e\\u8bcd\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u5173\\u952e\\u8bcd\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:19\",\"update_time\":\"2021-05-28 18:27:19\",\"id\":\"393\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'keywords\' , `name` = \'关键词\' , `required` = 0 , `maxlength` = 255 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'关键词\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\', )\' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197639 , `create_time` = 1622197639 [ RunTime:0.057621s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'description' , `name` = '描述' , `required` = 0 , `maxlength` = 255 , `type` = 'textarea' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 45 , `remark` = '描述' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', )' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639 [ RunTime:0.079610s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056791s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '3.917' , `record_id` = '394' , `remark` = 'admin 在 2021-05-28 18:27:19 添加了友链:描述' , `data` = '{\"module_id\":\"49\",\"field\":\"description\",\"name\":\"\\u63cf\\u8ff0\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"textarea\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"45\",\"remark\":\"\\u63cf\\u8ff0\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', )\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:19\",\"update_time\":\"2021-05-28 18:27:19\",\"id\":\"394\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'description\' , `name` = \'描述\' , `required` = 0 , `maxlength` = 255 , `type` = \'textarea\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 45 , `remark` = \'描述\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', )\' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197639 , `create_time` = 1622197639 [ RunTime:0.055470s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'template' , `name` = '模板' , `tips` = '单独设置此条记录的模板,如:article_show.html 或 article_show' , `required` = 0 , `maxlength` = 30 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '模板' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639 [ RunTime:0.061027s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.076403s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.1474' , `record_id` = '395' , `remark` = 'admin 在 2021-05-28 18:27:20 添加了友链:模板' , `data` = '{\"module_id\":\"49\",\"field\":\"template\",\"name\":\"\\u6a21\\u677f\",\"tips\":\"\\u5355\\u72ec\\u8bbe\\u7f6e\\u6b64\\u6761\\u8bb0\\u5f55\\u7684\\u6a21\\u677f\\uff0c\\u5982\\uff1aarticle_show.html \\u6216 article_show\",\"required\":\"0\",\"maxlength\":\"30\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u6a21\\u677f\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\', )\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:19\",\"update_time\":\"2021-05-28 18:27:19\",\"id\":\"395\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'template\' , `name` = \'模板\' , `tips` = \'单独设置此条记录的模板,如:article_show.html 或 article_show\' , `required` = 0 , `maxlength` = 30 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'模板\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\', )\' , `is_system` = 1 , `create_time` = 1622197639 , `update_time` = 1622197639' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197640 , `create_time` = 1622197640 [ RunTime:0.071338s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = 'url' , `name` = '跳转地址' , `tips` = '如需直接跳转,请填写完整的网站地址或相对地址' , `required` = 0 , `maxlength` = 255 , `type` = 'text' , `data_source` = 0 , `relation_model` = '' , `relation_field` = '' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = '=' , `status` = 1 , `sort` = 1 , `remark` = '跳转地址' , `setup` = 'array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\',)' , `is_system` = 1 , `create_time` = 1622197640 , `update_time` = 1622197640 [ RunTime:0.057955s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061474s ]
|
|
[2021-05-28T18:27:20+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_name\":\"\\u591a\\u56fe\\u6a21\\u578b\\u6d4b\\u8bd5\",\"table_name\":\"pics\",\"model_name\":\"pics\",\"table_comment\":\"\\u591a\\u56fe\\u8868\"}' , `model` = '/api/Module/add' , `url` = 'api.cms.ahbmz.com/api/Module/add' , `spend_time` = '4.3765' , `record_id` = '396' , `remark` = 'admin 在 2021-05-28 18:27:20 添加了友链:跳转地址' , `data` = '{\"module_id\":\"49\",\"field\":\"url\",\"name\":\"\\u8df3\\u8f6c\\u5730\\u5740\",\"tips\":\"\\u5982\\u9700\\u76f4\\u63a5\\u8df3\\u8f6c\\uff0c\\u8bf7\\u586b\\u5199\\u5b8c\\u6574\\u7684\\u7f51\\u7ad9\\u5730\\u5740\\u6216\\u76f8\\u5bf9\\u5730\\u5740\",\"required\":\"0\",\"maxlength\":\"255\",\"type\":\"text\",\"data_source\":\"0\",\"relation_model\":\"\",\"relation_field\":\"\",\"is_add\":\"1\",\"is_edit\":\"1\",\"is_list\":\"0\",\"is_search\":\"0\",\"is_sort\":\"0\",\"search_type\":\"=\",\"status\":\"1\",\"sort\":\"1\",\"remark\":\"\\u8df3\\u8f6c\\u5730\\u5740\",\"setup\":\"array ( \'default\' => \'\', \'extra_attr\' => \'\', \'extra_class\' => \'\', \'placeholder\' => \'\', \'fieldtype\' => \'varchar\', \'group\' => \'\',)\",\"is_system\":\"1\",\"copy_safe_id\":0,\"copy_safe_site_id\":0,\"create_time\":\"2021-05-28 18:27:20\",\"update_time\":\"2021-05-28 18:27:20\",\"id\":\"396\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `field` = \'url\' , `name` = \'跳转地址\' , `tips` = \'如需直接跳转,请填写完整的网站地址或相对地址\' , `required` = 0 , `maxlength` = 255 , `type` = \'text\' , `data_source` = 0 , `relation_model` = \'\' , `relation_field` = \'\' , `is_add` = 1 , `is_edit` = 1 , `is_list` = 0 , `is_search` = 0 , `is_sort` = 0 , `search_type` = \'=\' , `status` = 1 , `sort` = 1 , `remark` = \'跳转地址\' , `setup` = \'array ( \\\'default\\\' => \\\'\\\', \\\'extra_attr\\\' => \\\'\\\', \\\'extra_class\\\' => \\\'\\\', \\\'placeholder\\\' => \\\'\\\', \\\'fieldtype\\\' => \\\'varchar\\\', \\\'group\\\' => \\\'\\\',)\' , `is_system` = 1 , `create_time` = 1622197640 , `update_time` = 1622197640' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197640 , `create_time` = 1622197640 [ RunTime:0.055703s ]
|
|
[2021-05-28T18:27:20+08:00][sql] CONNECT:[ UseTime:0.090360s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:20+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.072095s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.054755s ]
|
|
[2021-05-28T18:27:20+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.054921s ]
|
|
[2021-05-28T18:27:25+08:00][sql] CONNECT:[ UseTime:0.113753s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:25+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.073776s ]
|
|
[2021-05-28T18:27:25+08:00][sql] SHOW FULL COLUMNS FROM `system_dictionary_type` [ RunTime:0.187244s ]
|
|
[2021-05-28T18:27:25+08:00][sql] SELECT `dict_symbol`,`dict_name` FROM `system_dictionary_type` WHERE `system_dictionary_type`.`delete_time` IS NULL [ RunTime:0.084600s ]
|
|
[2021-05-28T18:27:25+08:00][sql] CONNECT:[ UseTime:0.102040s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:25+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.162826s ]
|
|
[2021-05-28T18:27:25+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_module` WHERE ( `id` = 49 AND `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL [ RunTime:0.114700s ]
|
|
[2021-05-28T18:27:25+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 AND `site_id` = 1 ) AND `bmz_module`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,20 [ RunTime:0.048667s ]
|
|
[2021-05-28T18:27:26+08:00][sql] CONNECT:[ UseTime:0.091417s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:26+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.208082s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.100945s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.047401s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.063728s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.045827s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049472s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.045146s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053244s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054261s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051442s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049460s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.050047s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046421s ]
|
|
[2021-05-28T18:27:26+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.045774s ]
|
|
[2021-05-28T18:27:31+08:00][sql] CONNECT:[ UseTime:0.081281s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:31+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.047430s ]
|
|
[2021-05-28T18:27:31+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.044533s ]
|
|
[2021-05-28T18:27:31+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 10,10 [ RunTime:0.055669s ]
|
|
[2021-05-28T18:27:31+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.047728s ]
|
|
[2021-05-28T18:27:31+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.048485s ]
|
|
[2021-05-28T18:27:31+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.046370s ]
|
|
[2021-05-28T18:27:31+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.214846s ]
|
|
[2021-05-28T18:27:49+08:00][sql] CONNECT:[ UseTime:0.110912s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.170546s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.064219s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.059230s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063253s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.070199s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059495s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.078880s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062113s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.076465s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.061924s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068532s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058594s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.062136s ]
|
|
[2021-05-28T18:27:49+08:00][sql] CONNECT:[ UseTime:0.108891s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.171123s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.103242s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062637s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060204s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.060490s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060319s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.173132s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.070123s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.061308s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.064658s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.073292s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.066534s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.080815s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.107721s ]
|
|
[2021-05-28T18:27:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.061120s ]
|
|
[2021-05-28T18:28:12+08:00][sql] CONNECT:[ UseTime:1.110924s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:28:12+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.059435s ]
|
|
[2021-05-28T18:28:12+08:00][sql] INSERT INTO `bmz_field` SET `module_id` = 49 , `sort` = 1 , `type` = 'text' , `field` = 'pic' , `name` = '图片' , `required` = 0 , `data_source` = 0 , `create_time` = 1622197691 , `update_time` = 1622197691 [ RunTime:0.060137s ]
|
|
[2021-05-28T18:28:12+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.049487s ]
|
|
[2021-05-28T18:28:12+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.048063s ]
|
|
[2021-05-28T18:28:12+08:00][sql] SHOW FULL COLUMNS FROM `system_action_log` [ RunTime:0.051558s ]
|
|
[2021-05-28T18:28:12+08:00][sql] INSERT INTO `system_action_log` SET `site_id` = 1 , `user_id` = 1 , `username` = 'admin' , `action_ip` = 2130706433 , `request_method` = 'POST' , `request_param` = '{\"module_id\":\"49\",\"sort\":\"1\",\"type\":\"text\",\"field\":\"pic\",\"name\":\"\\u56fe\\u7247\",\"required\":\"0\",\"data_source\":\"0\"}' , `model` = '/api/Field/add' , `url` = 'api.cms.ahbmz.com/api/Field/add' , `spend_time` = '2.0257' , `record_id` = '397' , `remark` = 'admin 在 2021-05-28 18:28:12 创建了广告:图片' , `data` = '{\"module_id\":\"49\",\"sort\":\"1\",\"type\":\"text\",\"field\":\"pic\",\"name\":\"\\u56fe\\u7247\",\"required\":\"0\",\"data_source\":\"0\",\"copy_safe_id\":0,\"copy_safe_site_id\":1,\"create_time\":\"2021-05-28 18:28:11\",\"update_time\":\"2021-05-28 18:28:11\",\"id\":\"397\"}' , `origin` = '[]' , `sql` = 'INSERT INTO `bmz_field` SET `module_id` = 49 , `sort` = 1 , `type` = \'text\' , `field` = \'pic\' , `name` = \'图片\' , `required` = 0 , `data_source` = 0 , `create_time` = 1622197691 , `update_time` = 1622197691' , `client_browser` = 'Chrome' , `client_os` = 'Mac' , `client_device` = 'Mac' , `update_time` = 1622197692 , `create_time` = 1622197692 [ RunTime:0.048888s ]
|
|
[2021-05-28T18:28:13+08:00][sql] CONNECT:[ UseTime:0.092850s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:28:13+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.049381s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.060693s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.054452s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.051761s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.227857s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.051309s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062251s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055657s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066111s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055112s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056553s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054027s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057949s ]
|
|
[2021-05-28T18:28:13+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052735s ]
|
|
[2021-05-28T18:28:49+08:00][sql] CONNECT:[ UseTime:0.100080s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.069846s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.055438s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.055991s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.055259s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063555s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.071789s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.071714s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055153s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.054260s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.077282s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.071530s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.052734s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.091773s ]
|
|
[2021-05-28T18:28:49+08:00][sql] CONNECT:[ UseTime:0.116767s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.066467s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.084183s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.068874s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.072946s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.068445s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.090666s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065081s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.083249s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.067216s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.075958s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.114517s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067199s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.070654s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.068678s ]
|
|
[2021-05-28T18:28:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.066159s ]
|
|
[2021-05-28T18:29:49+08:00][sql] CONNECT:[ UseTime:0.096966s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063715s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.065558s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.072751s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061557s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063833s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.223678s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058740s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.070803s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063187s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.070792s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.061734s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064064s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.158853s ]
|
|
[2021-05-28T18:29:49+08:00][sql] CONNECT:[ UseTime:0.098373s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063649s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.064672s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.072163s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.057423s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.058168s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.167648s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059914s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057402s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.063800s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.059584s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.062980s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.066188s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.072898s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.171348s ]
|
|
[2021-05-28T18:29:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.054546s ]
|
|
[2021-05-28T18:30:06+08:00][sql] CONNECT:[ UseTime:0.095291s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:30:06+08:00][sql] SHOW FULL COLUMNS FROM `bmz_field` [ RunTime:0.063643s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT COUNT(*) AS think_count FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL [ RunTime:0.066380s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_field` WHERE ( `module_id` = 49 AND `site_id` = 1 ) AND `bmz_field`.`delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC LIMIT 0,10 [ RunTime:0.059192s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SHOW FULL COLUMNS FROM `bmz_module` [ RunTime:0.062557s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058331s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.087532s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062822s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.273110s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.414531s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064066s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.069889s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.075981s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062946s ]
|
|
[2021-05-28T18:30:06+08:00][sql] SELECT * FROM `bmz_module` WHERE ( `id` = 49 ) AND `bmz_module`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.071335s ]
|
|
[2021-05-28T18:30:49+08:00][sql] CONNECT:[ UseTime:0.092435s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.054608s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.095220s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.072874s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.053426s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053402s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053348s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.050659s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055309s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059564s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.055665s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.053619s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055274s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.052695s ]
|
|
[2021-05-28T18:30:49+08:00][sql] CONNECT:[ UseTime:0.091944s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.051265s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.097307s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.071473s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.056228s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.050867s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.052980s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.049314s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055102s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.049680s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.051169s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.049756s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.055798s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.056021s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.050616s ]
|
|
[2021-05-28T18:30:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.064383s ]
|
|
[2021-05-28T19:16:32+08:00][error] [10501]SQLSTATE[HY000] [2002] Network is unreachable[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T19:16:32+08:00][error] [10501]SQLSTATE[HY000] [2002] Network is unreachable[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T19:22:48+08:00][sql] CONNECT:[ UseTime:0.094777s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.057550s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.055605s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.053626s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.057587s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060913s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058445s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056174s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056775s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.069983s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.062021s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054963s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053333s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.054017s ]
|
|
[2021-05-28T19:22:48+08:00][sql] CONNECT:[ UseTime:0.105335s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.068049s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.065923s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.066541s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.067140s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.066472s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063897s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.094921s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065604s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.063411s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.064159s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063580s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.068564s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.066881s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062069s ]
|
|
[2021-05-28T19:22:48+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.066123s ]
|
|
[2021-05-28T19:23:49+08:00][sql] CONNECT:[ UseTime:0.087614s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.060543s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.060730s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.057242s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.058778s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.061536s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062444s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058543s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057175s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058422s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.058261s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.058619s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.061276s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.057704s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056223s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.056461s ]
|
|
[2021-05-28T19:23:49+08:00][sql] CONNECT:[ UseTime:0.100377s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.070081s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.067145s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.067976s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.069904s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.071511s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.070531s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.067497s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.071425s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068440s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.073927s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.065978s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065845s ]
|
|
[2021-05-28T19:23:49+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.064901s ]
|
|
[2021-05-28T19:28:03+08:00][sql] CONNECT:[ UseTime:0.091866s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063551s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.061624s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.061914s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060806s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062043s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062963s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.062003s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062761s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.061561s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065606s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062114s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063093s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.063361s ]
|
|
[2021-05-28T19:28:03+08:00][sql] CONNECT:[ UseTime:0.090991s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063084s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.061315s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062099s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060380s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.063088s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063345s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062410s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062409s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.059802s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.063472s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.065376s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067216s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067652s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060562s ]
|
|
[2021-05-28T19:28:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.062204s ]
|
|
[2021-05-28T19:29:03+08:00][sql] CONNECT:[ UseTime:0.097139s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.066248s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.066371s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.063407s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.064316s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064879s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063293s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.062848s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062438s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.067006s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.068609s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.063343s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065634s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.066727s ]
|
|
[2021-05-28T19:29:03+08:00][sql] CONNECT:[ UseTime:0.097142s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.067087s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.066919s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.065226s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.064120s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.063876s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063691s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065688s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063501s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.064091s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.064139s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.067437s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.069100s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.066113s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064618s ]
|
|
[2021-05-28T19:29:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.064230s ]
|
|
[2021-05-28T19:30:03+08:00][sql] CONNECT:[ UseTime:0.094434s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.059043s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.055492s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.057168s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.055604s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057470s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055328s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.057638s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056093s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.055729s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.058074s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.054378s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057304s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.054586s ]
|
|
[2021-05-28T19:30:03+08:00][sql] CONNECT:[ UseTime:0.092997s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.058332s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056054s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059170s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.055857s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.057585s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.055669s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053451s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056690s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056872s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.056430s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.057480s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.059240s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.052945s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.053934s ]
|
|
[2021-05-28T19:30:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.054308s ]
|
|
[2021-05-28T19:31:03+08:00][sql] CONNECT:[ UseTime:0.100098s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063912s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.065194s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.063929s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063779s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065476s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065062s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.065502s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062079s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066087s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065493s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064018s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067137s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.063015s ]
|
|
[2021-05-28T19:31:03+08:00][sql] CONNECT:[ UseTime:0.096809s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.062852s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.061127s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060863s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.058741s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.060967s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061682s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064051s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062624s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.061805s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.059200s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.061968s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.063126s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059603s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060068s ]
|
|
[2021-05-28T19:31:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.061146s ]
|
|
[2021-05-28T19:32:03+08:00][sql] CONNECT:[ UseTime:0.102232s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.067194s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.062762s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.062958s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061520s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062632s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063598s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.061766s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.064202s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.062758s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065148s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062256s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066102s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.061511s ]
|
|
[2021-05-28T19:32:03+08:00][sql] CONNECT:[ UseTime:0.110880s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.069534s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.068723s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.069671s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.069915s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067201s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.069260s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067726s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067646s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.069426s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.074238s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.069847s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.070701s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.069352s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.070632s ]
|
|
[2021-05-28T19:32:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067318s ]
|
|
[2021-05-28T19:33:03+08:00][sql] CONNECT:[ UseTime:0.090363s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.055566s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056967s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.054500s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.054309s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065204s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057051s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.056576s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.053605s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.056843s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.058731s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.055750s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054061s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.052563s ]
|
|
[2021-05-28T19:33:03+08:00][sql] CONNECT:[ UseTime:0.108077s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.068854s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.073987s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.066143s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062702s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067609s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.066556s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065491s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.081094s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.067121s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.065914s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.065437s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.071110s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.066410s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063305s ]
|
|
[2021-05-28T19:33:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067016s ]
|
|
[2021-05-28T19:34:03+08:00][sql] CONNECT:[ UseTime:0.092233s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.059239s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.057644s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.058389s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.055304s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057132s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.055361s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.061516s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.055927s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.055092s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.059720s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.055891s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.056451s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.055908s ]
|
|
[2021-05-28T19:34:03+08:00][sql] CONNECT:[ UseTime:0.114335s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.064714s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.066036s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.063922s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.076225s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.068122s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.064646s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067499s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066305s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.064633s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.070771s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068834s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067766s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064709s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065117s ]
|
|
[2021-05-28T19:34:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067075s ]
|
|
[2021-05-28T19:35:03+08:00][sql] CONNECT:[ UseTime:0.121680s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:35:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.078973s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.072903s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.076134s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.072060s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.076852s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.072002s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.072194s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.072228s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.072459s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.075329s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.078000s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.074959s ]
|
|
[2021-05-28T19:35:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.075391s ]
|
|
[2021-05-28T19:35:04+08:00][sql] CONNECT:[ UseTime:0.107512s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:35:04+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.073564s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.067803s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.069081s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.066101s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.069115s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.066501s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066224s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.067641s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.064777s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.065003s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.065641s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.072835s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.068873s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065982s ]
|
|
[2021-05-28T19:35:04+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067478s ]
|
|
[2021-05-28T19:36:03+08:00][sql] CONNECT:[ UseTime:0.110874s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.064075s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.064371s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.077673s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.067327s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065139s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066603s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.066015s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.063867s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066509s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067986s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.078617s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064582s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.062465s ]
|
|
[2021-05-28T19:36:03+08:00][sql] CONNECT:[ UseTime:0.107688s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.059457s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.059354s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060614s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062686s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.067303s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060506s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058814s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063103s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060194s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.058721s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.061916s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.076242s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.058758s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.057889s ]
|
|
[2021-05-28T19:36:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.060148s ]
|
|
[2021-05-28T19:37:03+08:00][sql] CONNECT:[ UseTime:0.104064s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.061322s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.063150s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.058296s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063703s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058457s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060357s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.058890s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.060154s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.059306s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.066744s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062741s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061274s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.059362s ]
|
|
[2021-05-28T19:37:03+08:00][sql] CONNECT:[ UseTime:0.107444s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.066425s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.062567s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060991s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.063768s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.062444s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062305s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059081s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059591s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060534s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.065068s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.068632s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.063650s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064467s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065146s ]
|
|
[2021-05-28T19:37:03+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059883s ]
|
|
[2021-05-28T19:44:14+08:00][sql] CONNECT:[ UseTime:353.120248s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:44:14+08:00][error] [10501]SQLSTATE[HY000]: General error: 2006 MySQL server has gone away[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T19:44:14+08:00][sql] CONNECT:[ UseTime:353.500874s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:44:14+08:00][error] [10501]SQLSTATE[HY000]: General error: 2006 MySQL server has gone away[/Users/wwwroot/ahbmz/api.cms.ahbmz.com/vendor/topthink/think-orm/src/db/PDOConnection.php:795]
|
|
[2021-05-28T19:44:56+08:00][sql] CONNECT:[ UseTime:0.091118s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063439s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.060064s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.059889s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.060232s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064083s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060380s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.062324s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.074626s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.058893s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.064116s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.067146s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060366s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.067016s ]
|
|
[2021-05-28T19:44:56+08:00][sql] CONNECT:[ UseTime:0.090217s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063350s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.056062s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059213s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.061886s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.055507s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.054762s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060451s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.058432s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.066032s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.053485s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.058903s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.063706s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062785s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.054156s ]
|
|
[2021-05-28T19:44:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.058850s ]
|
|
[2021-05-28T19:45:56+08:00][sql] CONNECT:[ UseTime:0.095678s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.063858s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.061985s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062113s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.062072s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.061194s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062296s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064626s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062068s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.064257s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062266s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063494s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067252s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.064705s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064269s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.064408s ]
|
|
[2021-05-28T19:45:56+08:00][sql] CONNECT:[ UseTime:0.109218s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.078260s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.073846s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.072144s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.073252s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.076386s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.072278s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.071820s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.071595s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.072231s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.074379s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.076601s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.073875s ]
|
|
[2021-05-28T19:45:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.071414s ]
|
|
[2021-05-28T19:46:56+08:00][sql] CONNECT:[ UseTime:0.094960s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.064491s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.060888s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.063536s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061573s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.061284s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064606s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060684s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062695s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066485s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065284s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.060880s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060264s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.059284s ]
|
|
[2021-05-28T19:46:56+08:00][sql] CONNECT:[ UseTime:0.098048s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.074323s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.068481s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.067718s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.063974s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.065827s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.065502s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064776s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.066051s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.066317s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.063025s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.066072s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.067187s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.066401s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064203s ]
|
|
[2021-05-28T19:46:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.064521s ]
|
|
[2021-05-28T19:47:56+08:00][sql] CONNECT:[ UseTime:0.092488s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.064966s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.062512s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.063262s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.061945s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063079s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.064173s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.063592s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.063174s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.064794s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.071388s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062490s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062119s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.062568s ]
|
|
[2021-05-28T19:47:56+08:00][sql] CONNECT:[ UseTime:0.092083s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.065105s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.062411s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.058495s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.059493s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.058224s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.063681s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.065817s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059516s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060704s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.060069s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063292s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065169s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.059951s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060685s ]
|
|
[2021-05-28T19:47:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.059204s ]
|
|
[2021-05-28T19:48:56+08:00][sql] CONNECT:[ UseTime:0.095734s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.065682s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.064196s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_message` WHERE `receve_id` = 1 AND `type` = 1 ORDER BY `create_time` DESC LIMIT 1 [ RunTime:0.060900s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.062361s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063362s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062360s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.063662s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062174s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.063081s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.065315s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.063303s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.062915s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `site_id` = 1 AND `type` = 1 AND `create_time` > 1620379101 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` ASC [ RunTime:0.061917s ]
|
|
[2021-05-28T19:48:56+08:00][sql] CONNECT:[ UseTime:0.090860s ] mysql:host=122.114.59.173;port=3306;dbname=bmz_base;charset=utf8mb4
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_user` [ RunTime:0.062790s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message` [ RunTime:0.062156s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.060420s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT COUNT(*) AS think_count FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL [ RunTime:0.061509s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 1 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.064179s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_message_content` [ RunTime:0.065697s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_message_content` WHERE ( `id` = 7 ) AND `system_message_content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.063756s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.060893s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_group_access` [ RunTime:0.060668s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT `system_auth_group_access`.`uid`,`system_auth_group_access`.`group_id`,`system_auth_group`.`id`,`system_auth_group`.`title`,`system_auth_group`.`role_code`,`system_auth_group`.`rules` FROM `system_auth_group_access` `system_auth_group_access` LEFT JOIN `system_auth_group` `system_auth_group` ON `system_auth_group_access`.`group_id`=`system_auth_group`.`id` WHERE ( system_auth_group_access.uid='1' and system_auth_group.status='1' ) [ RunTime:0.062012s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SHOW FULL COLUMNS FROM `system_auth_rule` [ RunTime:0.060136s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_auth_rule` WHERE `type` = 1 AND `status` = 1 AND `menu_type` = 0 AND `id` IN (1,2,5,6,7,8,9,10,12,185,186,187,188,13,21,22,23,24,25,196,15,16,17,18,19,20,184,194,195,209,210,211,26,192,205,198,206,207,208,200,201,202,203,204,3,11,189,212,216,217,218,219,220,213,214,215,221,222,223,224,225,226,227,228,229,230,232,231,233,234,235,236,237,238,239,240,241,242,4,14,199,190,191,197) AND `delete_time` IS NULL ORDER BY `sort` DESC,`create_time` DESC [ RunTime:0.063857s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.062437s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_user` WHERE ( `id` = 1 ) AND `system_user`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.059179s ]
|
|
[2021-05-28T19:48:56+08:00][sql] SELECT * FROM `system_message` WHERE ( `receve_id` = 1 AND `type` = 0 AND `read_status` = 0 ) AND `system_message`.`delete_time` IS NULL ORDER BY `create_time` DESC,`id` DESC LIMIT 5 [ RunTime:0.061889s ]
|
|
|