[ 2020-08-28T15:49:29+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.100321s][吞吐率:9.97req/s] [内存消耗:3,742.86kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001298s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007382s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000488s ] --------------------------------------------------------------- [ 2020-08-28T15:49:32+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.137890s][吞吐率:7.25req/s] [内存消耗:4,170.66kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001220s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005828s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000432s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003893s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006767s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006379s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005572s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000605s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000587s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204485','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202533','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207313','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203869','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206901','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205428','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206169','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201270','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20205503','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206548','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209508','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201256','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206758','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003575s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000487s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000301s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000525s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000472s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000405s ] --------------------------------------------------------------- [ 2020-08-28T15:49:33+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.105467s][吞吐率:9.48req/s] [内存消耗:3,748.41kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001753s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006723s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000537s ] --------------------------------------------------------------- [ 2020-08-28T15:49:34+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.102884s][吞吐率:9.72req/s] [内存消耗:3,739.05kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001274s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005500s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000454s ] --------------------------------------------------------------- [ 2020-08-28T15:49:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.124966s][吞吐率:8.00req/s] [内存消耗:3,739.05kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001406s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007693s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000404s ] --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.162633s][吞吐率:6.15req/s] [内存消耗:2,717.09kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.217478s][吞吐率:4.60req/s] [内存消耗:2,717.13kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.206228s][吞吐率:4.85req/s] [内存消耗:3,912.75kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002413s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.022549s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.002369s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000439s ] --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.259438s][吞吐率:3.85req/s] [内存消耗:3,679.39kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001446s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.012056s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.011498s ] --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.341620s][吞吐率:2.93req/s] [内存消耗:4,108.91kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001954s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.013222s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000304s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009239s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.019194s ] --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.360450s][吞吐率:2.77req/s] [内存消耗:3,717.00kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001342s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.013000s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000827s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.018564s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017643s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.008698s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000712s ] --------------------------------------------------------------- [ 2020-08-28T15:50:42+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.171225s][吞吐率:5.84req/s] [内存消耗:3,728.30kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001141s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008942s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000286s ] --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.201421s][吞吐率:4.96req/s] [内存消耗:2,717.13kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.229565s][吞吐率:4.36req/s] [内存消耗:2,717.09kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.282777s][吞吐率:3.54req/s] [内存消耗:3,717.00kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001314s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.007538s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000279s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.022316s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.025801s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.024447s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000844s ] --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.276121s][吞吐率:3.62req/s] [内存消耗:3,679.39kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001389s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.065172s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000724s ] --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.252193s][吞吐率:3.97req/s] [内存消耗:3,912.75kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001325s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.009391s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000342s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000372s ] --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.346486s][吞吐率:2.89req/s] [内存消耗:4,108.91kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004076s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.025375s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.018403s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.015209s ] --------------------------------------------------------------- [ 2020-08-28T15:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.153975s][吞吐率:6.49req/s] [内存消耗:3,728.30kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001014s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.007943s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000321s ] --------------------------------------------------------------- [ 2020-08-28T15:50:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.112604s][吞吐率:8.88req/s] [内存消耗:3,733.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001062s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008576s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000242s ] --------------------------------------------------------------- -------------------- [ 2020-08-28T15:50:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.097977s][吞吐率:10.21req/s] [内存消耗:3,742.69kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001174s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008285s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000496s ] --------------------------------------------------------------- [ 2020-08-28T15:51:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.151426s][吞吐率:6.60req/s] [内存消耗:4,170.66kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001188s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005700s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000452s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003543s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007300s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007598s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000418s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007694s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000616s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000808s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205982','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202509','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208053','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202456','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209276','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202205','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209194','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205940','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204819','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202937','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206381','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201320','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208079','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003583s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000449s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000375s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000498s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000490s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000426s ] --------------------------------------------------------------- [ 2020-08-28T15:51:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.162570s][吞吐率:6.15req/s] [内存消耗:3,748.41kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011226s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007861s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000539s ] --------------------------------------------------------------- [ 2020-08-28T15:51:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.124952s][吞吐率:8.00req/s] [内存消耗:3,739.05kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001040s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005949s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000391s ] --------------------------------------------------------------- [ 2020-08-28T15:53:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.181851s][吞吐率:5.50req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001826s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011832s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.001668s ] --------------------------------------------------------------- [ 2020-08-28T15:53:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.178090s][吞吐率:5.62req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002089s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.014781s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000638s ] --------------------------------------------------------------- [ 2020-08-28T15:54:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.169982s][吞吐率:5.88req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001568s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009342s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.001109s ] --------------------------------------------------------------- [ 2020-08-28T15:55:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.130114s][吞吐率:7.69req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011987s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006496s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000368s ] --------------------------------------------------------------- [ 2020-08-28T15:56:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.178154s][吞吐率:5.61req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001854s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012997s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000525s ] --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.390044s][吞吐率:2.56req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.423502s][吞吐率:2.36req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.007567s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.026548s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000550s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000626s ] --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.492634s][吞吐率:2.03req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001901s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.009377s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000510s ] --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.547164s][吞吐率:1.83req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.654155s][吞吐率:1.53req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002553s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.025921s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000483s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.090374s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.049340s ] --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.221903s][吞吐率:4.51req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001340s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008911s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000659s ] --------------------------------------------------------------- [ 2020-08-28T15:57:54+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.830209s][吞吐率:1.20req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001813s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.044333s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000370s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.034507s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.019552s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.017432s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000926s ] --------------------------------------------------------------- [ 2020-08-28T15:57:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.182210s][吞吐率:5.49req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001537s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010247s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000740s ] --------------------------------------------------------------- [ 2020-08-28T15:57:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.191344s][吞吐率:5.23req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001476s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010884s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000494s ] --------------------------------------------------------------- [ 2020-08-28T15:58:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.157964s][吞吐率:6.33req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001740s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008790s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000644s ] --------------------------------------------------------------- [ 2020-08-28T15:58:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.140991s][吞吐率:7.09req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010841s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005794s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000402s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002811s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006086s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000423s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005744s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000429s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005751s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000631s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000564s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203035','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205448','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201685','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207115','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20202563','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201887','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201135','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208432','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207207','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206887','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206684','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208607','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204310','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003529s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000391s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000490s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000444s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000425s ] --------------------------------------------------------------- [ 2020-08-28T15:58:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.109392s][吞吐率:9.14req/s] [内存消耗:3,748.41kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011151s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006459s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000414s ] --------------------------------------------------------------- [ 2020-08-28T15:58:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.110605s][吞吐率:9.04req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001236s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005795s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000453s ] --------------------------------------------------------------- [ 2020-08-28T15:58:50+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.281510s][吞吐率:3.55req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:58:50+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.286793s][吞吐率:3.49req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T15:58:51+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.391555s][吞吐率:2.55req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001574s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.028850s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000396s ] --------------------------------------------------------------- [ 2020-08-28T15:58:51+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.463593s][吞吐率:2.16req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001551s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.024079s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.009400s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.035624s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.034037s ] --------------------------------------------------------------- [ 2020-08-28T15:58:51+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.308811s][吞吐率:3.24req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011522s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.007770s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000379s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000456s ] --------------------------------------------------------------- [ 2020-08-28T15:58:51+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.485580s][吞吐率:2.06req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002167s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008910s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000371s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.075570s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.018642s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.011465s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.001025s ] --------------------------------------------------------------- [ 2020-08-28T15:58:51+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.263266s][吞吐率:3.80req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011574s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.006615s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000231s ] --------------------------------------------------------------- [ 2020-08-28T15:58:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.143363s][吞吐率:6.98req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001413s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007617s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000515s ] --------------------------------------------------------------- [ 2020-08-28T15:58:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.153192s][吞吐率:6.53req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001342s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008291s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000422s ] --------------------------------------------------------------- [ 2020-08-28T15:59:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.108192s][吞吐率:9.24req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001168s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008935s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000414s ] --------------------------------------------------------------- [ 2020-08-28T15:59:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.142900s][吞吐率:7.00req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011171s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005627s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000401s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003613s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006480s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000441s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005656s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000428s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005665s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000570s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000673s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207819','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202261','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202143','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201474','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20202123','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207415','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208707','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206549','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204565','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208684','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205832','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208723','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205865','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003644s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000473s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000456s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000464s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000490s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000477s ] --------------------------------------------------------------- [ 2020-08-28T15:59:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.121838s][吞吐率:8.21req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001218s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005877s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000492s ] --------------------------------------------------------------- [ 2020-08-28T15:59:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.108487s][吞吐率:9.22req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001016s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007309s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000302s ] --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.276251s][吞吐率:3.62req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.350722s][吞吐率:2.85req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.461551s][吞吐率:2.17req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001566s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.009627s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.068087s ] --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.524830s][吞吐率:1.91req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001444s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.080750s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000370s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.059874s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.062383s ] --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.640103s][吞吐率:1.56req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.006416s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008825s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000420s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.010690s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.083304s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.110558s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000801s ] --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.215186s][吞吐率:4.65req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001427s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.050271s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000332s ] --------------------------------------------------------------- [ 2020-08-28T16:00:35+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.455872s][吞吐率:2.19req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002391s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.068825s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000617s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.001615s ] --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.282272s][吞吐率:3.54req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.352082s][吞吐率:2.84req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.459935s][吞吐率:2.17req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001960s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.089735s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.045039s ] --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.548697s][吞吐率:1.82req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001422s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.094523s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.036077s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.040732s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.017726s ] --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.571716s][吞吐率:1.75req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001848s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.021667s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000367s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.024752s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017611s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.008751s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.009578s ] --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.386952s][吞吐率:2.58req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001600s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.008793s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000346s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000413s ] --------------------------------------------------------------- [ 2020-08-28T16:00:37+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.274459s][吞吐率:3.64req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001335s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.007984s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000292s ] --------------------------------------------------------------- [ 2020-08-28T16:00:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.120482s][吞吐率:8.30req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001376s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008429s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000365s ] --------------------------------------------------------------- [ 2020-08-28T16:00:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.140424s][吞吐率:7.12req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001287s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009138s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000472s ] --------------------------------------------------------------- [ 2020-08-28T16:00:42+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.110750s][吞吐率:9.03req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001145s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006735s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000880s ] --------------------------------------------------------------- [ 2020-08-28T16:00:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.122241s][吞吐率:8.18req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001256s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006391s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000425s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003427s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006186s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005848s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000446s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005855s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000625s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000552s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204256','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202596','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206604','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207970','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207648','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208330','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204397','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201953','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207084','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205960','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209907','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209067','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206784','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003612s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000455s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000387s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000479s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000449s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000436s ] --------------------------------------------------------------- [ 2020-08-28T16:00:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.120528s][吞吐率:8.30req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001222s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005802s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000500s ] --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.172438s][吞吐率:5.80req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.346475s][吞吐率:2.89req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001561s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.009582s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000432s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009503s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017727s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.008665s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000683s ] --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.327257s][吞吐率:3.06req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.456856s][吞吐率:2.19req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005855s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.048957s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000374s ] --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.299445s][吞吐率:3.34req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001344s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.010250s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.004221s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000498s ] --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.229524s][吞吐率:4.36req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003596s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.013656s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000557s ] --------------------------------------------------------------- [ 2020-08-28T16:03:17+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.585454s][吞吐率:1.71req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001442s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.038064s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.010113s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.016530s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.012918s ] --------------------------------------------------------------- [ 2020-08-28T16:03:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.104591s][吞吐率:9.56req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001054s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006996s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000351s ] --------------------------------------------------------------- [ 2020-08-28T16:03:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.107117s][吞吐率:9.34req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001165s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006508s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000243s ] --------------------------------------------------------------- [ 2020-08-28T16:03:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.127941s][吞吐率:7.82req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001278s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007887s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000422s ] --------------------------------------------------------------- [ 2020-08-28T16:03:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.122421s][吞吐率:8.17req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001177s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006825s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000357s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002927s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005605s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000445s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005715s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000426s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005726s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000575s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000590s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207801','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203831','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207440','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203024','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206389','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201263','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20202645','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205123','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20201796','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202897','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205777','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207346','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201615','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003329s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000462s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000380s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000478s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000455s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000411s ] --------------------------------------------------------------- [ 2020-08-28T16:03:33+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.110784s][吞吐率:9.03req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001825s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005962s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000383s ] --------------------------------------------------------------- [ 2020-08-28T16:06:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.134610s][吞吐率:7.43req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001265s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010970s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000463s ] --------------------------------------------------------------- [ 2020-08-28T16:06:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.141846s][吞吐率:7.05req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001333s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010656s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000367s ] --------------------------------------------------------------- [ 2020-08-28T16:06:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.113963s][吞吐率:8.77req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001363s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008148s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000371s ] --------------------------------------------------------------- [ 2020-08-28T16:06:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.133469s][吞吐率:7.49req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001451s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.014085s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003463s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006512s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005882s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000469s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006237s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000547s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000633s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202412','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208986','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202090','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201240','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207442','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202139','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203245','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208411','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202120','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209758','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206281','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204596','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205287','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003448s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000550s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000473s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000457s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000451s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000445s ] --------------------------------------------------------------- [ 2020-08-28T16:06:42+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.112116s][吞吐率:8.92req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001280s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008837s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000547s ] --------------------------------------------------------------- [ 2020-08-28T16:06:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.110305s][吞吐率:9.07req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001401s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005841s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000455s ] --------------------------------------------------------------- [ 2020-08-28T16:10:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.130545s][吞吐率:7.66req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001020s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007692s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000415s ] --------------------------------------------------------------- [ 2020-08-28T16:10:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.129675s][吞吐率:7.71req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001450s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007510s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000291s ] --------------------------------------------------------------- [ 2020-08-28T16:10:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.109960s][吞吐率:9.09req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001630s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006584s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000489s ] --------------------------------------------------------------- [ 2020-08-28T16:11:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.122569s][吞吐率:8.16req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001144s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005709s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000310s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001429s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005740s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000325s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005420s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000300s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005412s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000549s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000535s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201021','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205992','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201567','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208475','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206926','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206716','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20202296','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20207432','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208595','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204680','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20208210','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204614','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205746','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002217s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000294s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000288s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000317s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000346s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000202s ] --------------------------------------------------------------- [ 2020-08-28T16:11:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.106853s][吞吐率:9.36req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001134s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008230s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000487s ] --------------------------------------------------------------- [ 2020-08-28T16:11:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.097766s][吞吐率:10.23req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001452s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007232s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000356s ] --------------------------------------------------------------- [ 2020-08-28T16:11:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.187581s][吞吐率:5.33req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011822s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010891s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000324s ] --------------------------------------------------------------- [ 2020-08-28T16:11:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.205890s][吞吐率:4.86req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002006s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011784s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000514s ] --------------------------------------------------------------- [ 2020-08-28T16:12:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.117163s][吞吐率:8.54req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010800s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008350s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000494s ] --------------------------------------------------------------- [ 2020-08-28T16:12:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.177487s][吞吐率:5.63req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010358s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007854s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000394s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.014363s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006447s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005819s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000471s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005967s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000661s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000568s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208797','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206243','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201649','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204740','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20202301','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209718','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209734','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209050','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206897','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20207199','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203457','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204975','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206553','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002928s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000477s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000432s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000492s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000506s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000480s ] --------------------------------------------------------------- [ 2020-08-28T16:12:16+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.207910s][吞吐率:4.81req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001983s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013226s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000525s ] --------------------------------------------------------------- [ 2020-08-28T16:12:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.141882s][吞吐率:7.05req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003044s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009962s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000385s ] --------------------------------------------------------------- [ 2020-08-28T16:12:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.115406s][吞吐率:8.67req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001418s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006094s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000401s ] --------------------------------------------------------------- [ 2020-08-28T16:13:11+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.323630s][吞吐率:3.09req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:13:11+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.373332s][吞吐率:2.68req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:13:11+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.486843s][吞吐率:2.05req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004622s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008215s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000442s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.008793s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.081140s ] --------------------------------------------------------------- [ 2020-08-28T16:13:11+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.507263s][吞吐率:1.97req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001385s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.056022s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000384s ] --------------------------------------------------------------- [ 2020-08-28T16:13:11+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.530585s][吞吐率:1.88req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001362s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.007703s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000335s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.017775s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.057725s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.043605s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000953s ] --------------------------------------------------------------- [ 2020-08-28T16:13:11+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.250476s][吞吐率:3.99req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001372s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.026517s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000389s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000485s ] --------------------------------------------------------------- [ 2020-08-28T16:13:12+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.186648s][吞吐率:5.36req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001232s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.006674s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000241s ] --------------------------------------------------------------- [ 2020-08-28T16:13:13+08:00 ] 127.0.0.1 127.0.0.1 GET /index/threePlate?id%5B%5D=4&id%5B%5D=5&id%5B%5D=6 [ log ] 127.0.0.1:8009/index/threePlate?id%5B%5D=4&id%5B%5D=5&id%5B%5D=6 [运行时间:0.072191s][吞吐率:13.85req/s] [内存消耗:3,688.45kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'dontAuth', 1 => 'Index', 2 => 'threePlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/index.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'id' => array ( 0 => '4', 1 => '5', 2 => '6', ), ) [ info ] [ RUN ] /** * 3个模块书籍 * @return string */ Method [ public method threePlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\dontAuth\controller\Index.php 88 - 145 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001438s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.011713s ] [ sql ] [ SQL ] SELECT `id`,`title`,`publish_time`,`plate_id` FROM `bp_new_article` WHERE `plate_id` = 4 ORDER BY `sort`,`create_time` desc LIMIT 0,7 [ RunTime:0.000403s ] [ sql ] [ SQL ] SELECT `id`,`title`,`publish_time`,`plate_id` FROM `bp_new_article` WHERE `plate_id` = 5 ORDER BY `sort`,`create_time` desc LIMIT 0,7 [ RunTime:0.000371s ] [ sql ] [ SQL ] SELECT `id`,`title`,`publish_time`,`plate_id` FROM `bp_new_article` WHERE `plate_id` = 6 ORDER BY `sort`,`create_time` desc LIMIT 0,7 [ RunTime:0.000383s ] --------------------------------------------------------------- [ 2020-08-28T16:13:13+08:00 ] 127.0.0.1 127.0.0.1 GET /index/website [ log ] 127.0.0.1:8009/index/website [运行时间:0.078805s][吞吐率:12.69req/s] [内存消耗:3,684.53kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'dontAuth', 1 => 'Index', 2 => 'website', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/index.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 网站信息 * @return string */ Method [ public method website ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\dontAuth\controller\Index.php 161 - 168 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001718s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_website_parameter` [ RunTime:0.009149s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_website_parameter` LIMIT 1 [ RunTime:0.000384s ] --------------------------------------------------------------- [ 2020-08-28T16:13:13+08:00 ] 127.0.0.1 127.0.0.1 GET /index/bannerList [ log ] 127.0.0.1:8009/index/bannerList [运行时间:0.088993s][吞吐率:11.24req/s] [内存消耗:3,684.35kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'dontAuth', 1 => 'Index', 2 => 'bannerList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/index.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 首页轮播 * @return string */ Method [ public method bannerList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\dontAuth\controller\Index.php 151 - 155 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002021s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_banner` [ RunTime:0.008603s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_banner` [ RunTime:0.000389s ] --------------------------------------------------------------- [ 2020-08-28T16:13:13+08:00 ] 127.0.0.1 127.0.0.1 GET /index/commonLink [ log ] 127.0.0.1:8009/index/commonLink [运行时间:0.082896s][吞吐率:12.06req/s] [内存消耗:3,684.53kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'dontAuth', 1 => 'Index', 2 => 'getCommonLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/index.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getCommonLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\dontAuth\controller\Index.php 170 - 180 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001605s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_common_url` [ RunTime:0.011846s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_common_url` ORDER BY `create_time` desc LIMIT 0,30 [ RunTime:0.000410s ] --------------------------------------------------------------- [ 2020-08-28T16:13:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.113225s][吞吐率:8.83req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001089s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007141s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000241s ] --------------------------------------------------------------- [ 2020-08-28T16:13:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.117435s][吞吐率:8.52req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001356s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007236s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000297s ] --------------------------------------------------------------- [ 2020-08-28T16:13:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.108930s][吞吐率:9.18req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001174s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006700s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000497s ] --------------------------------------------------------------- [ 2020-08-28T16:13:22+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.124446s][吞吐率:8.04req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001346s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005958s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000409s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003381s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006679s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005714s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000423s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005818s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000624s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000572s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203886','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206788','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203560','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209814','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206200','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205416','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203053','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202421','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20201959','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209370','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20207100','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205276','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207754','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003379s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000427s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000393s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000479s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000449s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000418s ] --------------------------------------------------------------- [ 2020-08-28T16:13:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.101890s][吞吐率:9.81req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001279s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006113s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000481s ] --------------------------------------------------------------- [ 2020-08-28T16:13:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.115829s][吞吐率:8.63req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001181s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005791s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000410s ] --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.379363s][吞吐率:2.64req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.420693s][吞吐率:2.38req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.457781s][吞吐率:2.18req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001381s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.008086s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000745s ] --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.528656s][吞吐率:1.89req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001466s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.051316s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000367s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.018511s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.019108s ] --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.353932s][吞吐率:2.83req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003706s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.101342s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000396s ] --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.584776s][吞吐率:1.71req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001450s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.018633s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000347s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.038908s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017547s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.021838s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.001968s ] --------------------------------------------------------------- [ 2020-08-28T16:14:34+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.191566s][吞吐率:5.22req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001490s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.007756s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000361s ] --------------------------------------------------------------- [ 2020-08-28T16:14:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.400097s][吞吐率:2.50req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:14:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.377023s][吞吐率:2.65req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011764s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.008258s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000347s ] --------------------------------------------------------------- [ 2020-08-28T16:14:37+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.461584s][吞吐率:2.17req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:14:37+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.361700s][吞吐率:2.76req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001437s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.009810s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000382s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000366s ] --------------------------------------------------------------- [ 2020-08-28T16:14:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.561766s][吞吐率:1.78req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001657s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.009604s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000345s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.011618s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.035518s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.023303s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000804s ] --------------------------------------------------------------- [ 2020-08-28T16:14:38+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.180915s][吞吐率:5.53req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001181s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.007396s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000222s ] --------------------------------------------------------------- [ 2020-08-28T16:14:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.101417s][吞吐率:9.86req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001074s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008009s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000231s ] --------------------------------------------------------------- [ 2020-08-28T16:14:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.103125s][吞吐率:9.70req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001143s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008275s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000361s ] --------------------------------------------------------------- [ 2020-08-28T16:14:42+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.098935s][吞吐率:10.11req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001298s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005947s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000446s ] --------------------------------------------------------------- [ 2020-08-28T16:14:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.154537s][吞吐率:6.47req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011581s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005652s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003191s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005927s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000424s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005537s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000483s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006268s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000570s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000589s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203732','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209259','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20205803','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209206','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207026','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208955','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206944','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203690','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202569','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209687','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204131','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208070','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205829','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002719s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000495s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000472s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000448s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000421s ] --------------------------------------------------------------- [ 2020-08-28T16:14:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.105563s][吞吐率:9.47req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001108s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005755s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000402s ] --------------------------------------------------------------- [ 2020-08-28T16:14:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.110923s][吞吐率:9.02req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012093s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006238s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000484s ] --------------------------------------------------------------- [ 2020-08-28T16:17:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.110630s][吞吐率:9.04req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001546s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007016s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000446s ] --------------------------------------------------------------- [ 2020-08-28T16:17:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.118198s][吞吐率:8.46req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001297s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010089s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000461s ] --------------------------------------------------------------- [ 2020-08-28T16:19:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.320949s][吞吐率:3.12req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.017393s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.032282s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.019892s ] --------------------------------------------------------------- [ 2020-08-28T16:20:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.240734s][吞吐率:4.15req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001612s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.013521s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000384s ] --------------------------------------------------------------- [ 2020-08-28T16:20:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.251978s][吞吐率:3.97req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002416s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013936s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000533s ] --------------------------------------------------------------- [ 2020-08-28T16:20:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.143707s][吞吐率:6.96req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001484s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009885s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000627s ] --------------------------------------------------------------- [ 2020-08-28T16:21:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.133085s][吞吐率:7.51req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001262s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006392s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003422s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007366s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000488s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006142s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000477s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005995s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000731s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000652s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206280','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209538','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206859','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207738','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201053','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205195','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206546','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203422','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208114','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208147','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209379','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209072','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203556','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003453s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000492s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000420s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000493s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000462s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000419s ] --------------------------------------------------------------- [ 2020-08-28T16:21:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.112564s][吞吐率:8.88req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001234s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006271s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000509s ] --------------------------------------------------------------- [ 2020-08-28T16:21:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.099664s][吞吐率:10.03req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001228s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006368s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000733s ] --------------------------------------------------------------- [ 2020-08-28T16:21:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.101034s][吞吐率:9.90req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001131s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006755s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000401s ] --------------------------------------------------------------- [ 2020-08-28T16:21:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.105396s][吞吐率:9.49req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001086s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008151s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000296s ] --------------------------------------------------------------- [ 2020-08-28T16:21:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=0&grade_name=&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=0&grade_name=&pid=4 [运行时间:0.092102s][吞吐率:10.86req/s] [内存消耗:2,787.14kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '0', 'grade_name' => '', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:28:33+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=0&grade_name=&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=0&grade_name=&pid=4 [运行时间:0.090017s][吞吐率:11.11req/s] [内存消耗:2,787.14kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '0', 'grade_name' => '', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:28:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.135310s][吞吐率:7.39req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001457s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007648s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000503s ] --------------------------------------------------------------- [ 2020-08-28T16:28:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.146363s][吞吐率:6.83req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001895s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009112s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000307s ] --------------------------------------------------------------- [ 2020-08-28T16:28:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.099093s][吞吐率:10.09req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001387s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006372s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000456s ] --------------------------------------------------------------- [ 2020-08-28T16:28:42+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.247605s][吞吐率:4.04req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001407s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.028461s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000305s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004379s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.012476s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000429s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.013136s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000459s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009187s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.001733s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000991s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205551','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201581','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20205190','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209774','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204139','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208013','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209395','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202873','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208546','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209647','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203527','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205096','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208365','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.005192s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000782s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000367s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000580s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000570s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000857s ] --------------------------------------------------------------- [ 2020-08-28T16:28:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.121969s][吞吐率:8.20req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001234s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008013s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000499s ] --------------------------------------------------------------- [ 2020-08-28T16:28:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.263991s][吞吐率:3.79req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001243s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007095s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000455s ] --------------------------------------------------------------- [ 2020-08-28T16:28:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.093456s][吞吐率:10.70req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001232s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006915s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000242s ] --------------------------------------------------------------- [ 2020-08-28T16:28:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.120911s][吞吐率:8.27req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001623s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006444s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000277s ] --------------------------------------------------------------- [ 2020-08-28T16:28:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.153134s][吞吐率:6.53req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001141s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009205s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000987s ] --------------------------------------------------------------- [ 2020-08-28T16:29:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.158264s][吞吐率:6.32req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001548s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009362s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000528s ] --------------------------------------------------------------- [ 2020-08-28T16:29:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.174123s][吞吐率:5.74req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001806s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.012667s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000410s ] --------------------------------------------------------------- [ 2020-08-28T16:29:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.138644s][吞吐率:7.21req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002071s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008535s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000395s ] --------------------------------------------------------------- [ 2020-08-28T16:29:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.172570s][吞吐率:5.79req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001559s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006741s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000384s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.012619s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007642s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000433s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010028s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000430s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009780s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000622s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000619s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205331','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207102','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209905','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20206467','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20202785','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202452','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207562','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201350','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208168','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206924','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209630','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209154','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208821','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002020s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000284s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000387s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000337s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000288s ] --------------------------------------------------------------- [ 2020-08-28T16:29:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.143487s][吞吐率:6.97req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001417s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010534s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000518s ] --------------------------------------------------------------- [ 2020-08-28T16:29:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.190143s][吞吐率:5.26req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001676s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010727s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.002298s ] --------------------------------------------------------------- [ 2020-08-28T16:29:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.157993s][吞吐率:6.33req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001597s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.011166s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000408s ] --------------------------------------------------------------- [ 2020-08-28T16:29:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.174075s][吞吐率:5.74req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001574s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011265s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.001763s ] --------------------------------------------------------------- [ 2020-08-28T16:29:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.170642s][吞吐率:5.86req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002455s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009805s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000773s ] --------------------------------------------------------------- [ 2020-08-28T16:30:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.137831s][吞吐率:7.26req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010600s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006165s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000411s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002928s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005853s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000382s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005711s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000413s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005845s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000543s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000587s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209369','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203042','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206848','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208680','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209632','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209725','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209106','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203331','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209877','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205492','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209518','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203800','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205323','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002922s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000523s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000422s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000559s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000551s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000447s ] --------------------------------------------------------------- [ 2020-08-28T16:30:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.151301s][吞吐率:6.61req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001806s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006687s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000474s ] --------------------------------------------------------------- [ 2020-08-28T16:30:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.136316s][吞吐率:7.34req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010543s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011817s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000571s ] --------------------------------------------------------------- [ 2020-08-28T16:31:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.131942s][吞吐率:7.58req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011876s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006375s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000799s ] --------------------------------------------------------------- [ 2020-08-28T16:31:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.134528s][吞吐率:7.43req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011097s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006313s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000392s ] --------------------------------------------------------------- [ 2020-08-28T16:31:34+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.140071s][吞吐率:7.14req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011884s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005933s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000515s ] --------------------------------------------------------------- [ 2020-08-28T16:32:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.122223s][吞吐率:8.18req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001376s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.014230s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000274s ] --------------------------------------------------------------- [ 2020-08-28T16:32:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.150093s][吞吐率:6.66req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003032s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.014717s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000618s ] --------------------------------------------------------------- [ 2020-08-28T16:32:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.200403s][吞吐率:4.99req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002125s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010783s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000692s ] --------------------------------------------------------------- [ 2020-08-28T16:32:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.195916s][吞吐率:5.10req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001121s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008086s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.015012s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007226s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000276s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007121s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000333s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007379s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000552s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000583s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205762','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204545','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20205625','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203417','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207857','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201722','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204547','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201254','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202129','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20201273','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201131','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205260','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202924','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003949s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000415s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000317s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000526s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000468s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000411s ] --------------------------------------------------------------- [ 2020-08-28T16:32:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.188092s][吞吐率:5.32req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001661s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009818s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000972s ] --------------------------------------------------------------- [ 2020-08-28T16:32:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.148176s][吞吐率:6.75req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001126s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009621s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000382s ] --------------------------------------------------------------- [ 2020-08-28T16:32:20+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/update [ log ] 127.0.0.1:8009/plan/update [运行时间:0.143140s][吞吐率:6.99req/s] [内存消耗:2,812.35kb] [文件加载:43] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'updatePlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '7', ) [ info ] [ PARAM ] array ( 'id' => '1186', ) [ info ] [ RUN ] /** * 编辑计划 * @return string */ Method [ public method updatePlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 89 - 116 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.319232s][吞吐率:3.13req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.422059s][吞吐率:2.37req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001647s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.008882s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000492s ] --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.427630s][吞吐率:2.34req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.419734s][吞吐率:2.38req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.008102s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008678s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000381s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.010412s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.018648s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.019855s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.001641s ] --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.291637s][吞吐率:3.43req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001389s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.019724s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000443s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000425s ] --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.571134s][吞吐率:1.75req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001412s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.013479s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000361s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.011820s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.017371s ] --------------------------------------------------------------- [ 2020-08-28T16:35:39+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.188156s][吞吐率:5.31req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001511s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.005981s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000399s ] --------------------------------------------------------------- [ 2020-08-28T16:36:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.177129s][吞吐率:5.65req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001523s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.019481s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000462s ] --------------------------------------------------------------- [ 2020-08-28T16:36:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.204260s][吞吐率:4.90req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001289s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.018450s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000509s ] --------------------------------------------------------------- [ 2020-08-28T16:36:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.167283s][吞吐率:5.98req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001711s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.015029s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000412s ] --------------------------------------------------------------- [ 2020-08-28T16:36:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.333484s][吞吐率:3.00req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001225s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007243s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002382s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007503s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000512s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008338s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000400s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008899s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000798s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000864s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205229','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207778','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203114','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202598','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209205','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202969','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201527','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20207871','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203952','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209252','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202945','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207782','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208315','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.005562s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000741s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000508s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000563s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000512s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000437s ] --------------------------------------------------------------- [ 2020-08-28T16:36:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.365098s][吞吐率:2.74req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001624s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010042s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000755s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.155827s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009903s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010854s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000569s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010721s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000741s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000707s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209187','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201053','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208681','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204689','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20208153','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208180','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203068','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203194','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203235','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205867','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203555','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209556','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208775','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002227s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000426s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000352s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.001205s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000651s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000413s ] --------------------------------------------------------------- [ 2020-08-28T16:36:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.180505s][吞吐率:5.54req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002166s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.019314s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.001531s ] --------------------------------------------------------------- [ 2020-08-28T16:36:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.149941s][吞吐率:6.67req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001484s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008681s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000588s ] --------------------------------------------------------------- [ 2020-08-28T16:38:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.100955s][吞吐率:9.91req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.000949s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006799s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000223s ] --------------------------------------------------------------- [ 2020-08-28T16:38:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.105211s][吞吐率:9.50req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001036s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007165s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000288s ] --------------------------------------------------------------- [ 2020-08-28T16:38:32+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.126153s][吞吐率:7.93req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001334s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007437s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000466s ] --------------------------------------------------------------- [ 2020-08-28T16:38:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.167605s][吞吐率:5.97req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001205s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005780s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000413s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.013715s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005782s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000414s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005906s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000382s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005888s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000645s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000533s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204613','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207203','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208658','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203972','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203311','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205361','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208648','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203457','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208461','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204696','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202011','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209604','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201780','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.007560s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000296s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000214s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000311s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000284s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000258s ] --------------------------------------------------------------- [ 2020-08-28T16:38:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.133937s][吞吐率:7.47req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011545s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008136s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000794s ] --------------------------------------------------------------- [ 2020-08-28T16:38:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.111820s][吞吐率:8.94req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001354s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007140s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000484s ] --------------------------------------------------------------- [ 2020-08-28T16:39:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.222951s][吞吐率:4.49req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001671s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.029879s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000552s ] --------------------------------------------------------------- [ 2020-08-28T16:39:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.287200s][吞吐率:3.48req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001509s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.017587s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.022821s ] --------------------------------------------------------------- [ 2020-08-28T16:39:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.174118s][吞吐率:5.74req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001802s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010712s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000582s ] --------------------------------------------------------------- [ 2020-08-28T16:39:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.201265s][吞吐率:4.97req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001405s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009363s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000505s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.009618s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008665s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000486s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009357s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000465s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009829s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.001038s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000884s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208916','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203426','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202858','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203716','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209943','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207956','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208903','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201768','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207437','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205367','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203963','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208310','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203367','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003979s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000473s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000436s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000524s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000489s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000471s ] --------------------------------------------------------------- [ 2020-08-28T16:39:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.152857s][吞吐率:6.54req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002115s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010201s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000582s ] --------------------------------------------------------------- [ 2020-08-28T16:39:11+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.174449s][吞吐率:5.73req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001666s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010499s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000554s ] --------------------------------------------------------------- [ 2020-08-28T16:40:20+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/getGrade [ log ] 127.0.0.1:8009/manage/getGrade [运行时间:0.260663s][吞吐率:3.84req/s] [内存消耗:3,717.29kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 未确认列表年级 * @return string */ Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 237 - 240 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001211s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.011748s ] [ sql ] [ SQL ] SELECT `gd_name` FROM `bp_grade` WHERE `gd_status` = 1 [ RunTime:0.000319s ] --------------------------------------------------------------- [ 2020-08-28T16:40:20+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/sureLists [ log ] 127.0.0.1:8009/manage/sureLists [运行时间:0.262678s][吞吐率:3.81req/s] [内存消耗:3,972.75kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'sureList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 确认列表 * @return string */ Method [ public method sureList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 59 - 90 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001325s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010718s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_student_report as nr WHERE nr.status = 2 LIMIT 1 [ RunTime:0.000423s ] [ sql ] [ SQL ] SELECT * FROM bp_new_student_report as nr WHERE nr.status = 2 LIMIT 0,10 [ RunTime:0.000531s ] --------------------------------------------------------------- [ 2020-08-28T16:40:20+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/getGrade [ log ] 127.0.0.1:8009/manage/getGrade [运行时间:0.268219s][吞吐率:3.73req/s] [内存消耗:3,717.29kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 未确认列表年级 * @return string */ Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 237 - 240 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002998s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.010463s ] [ sql ] [ SQL ] SELECT `gd_name` FROM `bp_grade` WHERE `gd_status` = 1 [ RunTime:0.000414s ] --------------------------------------------------------------- [ 2020-08-28T16:40:20+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/notSureLists [ log ] 127.0.0.1:8009/manage/notSureLists [运行时间:0.287020s][吞吐率:3.48req/s] [内存消耗:3,972.73kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'notSureList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 未确定列表 * @return string */ Method [ public method notSureList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 21 - 52 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004216s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011637s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_student_report as nr WHERE nr.status = 1 LIMIT 1 [ RunTime:0.000825s ] [ sql ] [ SQL ] SELECT * FROM bp_new_student_report as nr WHERE nr.status = 1 LIMIT 0,10 [ RunTime:0.000756s ] --------------------------------------------------------------- [ 2020-08-28T16:40:32+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/planLists [ log ] 127.0.0.1:8009/plan/planLists [运行时间:0.140194s][吞吐率:7.13req/s] [内存消耗:3,916.80kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'planLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_plan.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 方案列表 * @return string */ Method [ public method planLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 30 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011273s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.018611s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_divide_class_plan` LIMIT 1 [ RunTime:0.000718s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` LIMIT 0,15 [ RunTime:0.000711s ] --------------------------------------------------------------- [ 2020-08-28T16:40:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.123942s][吞吐率:8.07req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001345s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008912s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000414s ] --------------------------------------------------------------- [ 2020-08-28T16:40:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.156764s][吞吐率:6.38req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001640s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.031822s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000593s ] --------------------------------------------------------------- [ 2020-08-28T16:40:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/planLists [ log ] 127.0.0.1:8009/plan/planLists [运行时间:0.205491s][吞吐率:4.87req/s] [内存消耗:3,916.80kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'planLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_plan.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 方案列表 * @return string */ Method [ public method planLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 30 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001580s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.041541s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_divide_class_plan` LIMIT 1 [ RunTime:0.000482s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` LIMIT 0,15 [ RunTime:0.000652s ] --------------------------------------------------------------- [ 2020-08-28T16:40:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.122529s][吞吐率:8.16req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001577s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007575s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000246s ] --------------------------------------------------------------- [ 2020-08-28T16:40:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.143385s][吞吐率:6.97req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002289s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008159s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000429s ] --------------------------------------------------------------- [ 2020-08-28T16:40:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.120002s][吞吐率:8.33req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010639s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007488s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000612s ] --------------------------------------------------------------- [ 2020-08-28T16:40:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.156442s][吞吐率:6.39req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001198s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005997s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000432s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.013645s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006019s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000450s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005900s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000453s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006082s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000638s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000573s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208988','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201205','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207096','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205590','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201613','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207879','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203896','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203818','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209268','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205747','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203772','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204349','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206920','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003125s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000509s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000520s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000573s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000489s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000466s ] --------------------------------------------------------------- [ 2020-08-28T16:40:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.107557s][吞吐率:9.30req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001175s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007958s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000473s ] --------------------------------------------------------------- [ 2020-08-28T16:40:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.132849s][吞吐率:7.53req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010920s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005719s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000504s ] --------------------------------------------------------------- [ 2020-08-28T16:41:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.113886s][吞吐率:8.78req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001390s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009307s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000330s ] --------------------------------------------------------------- [ 2020-08-28T16:41:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.114995s][吞吐率:8.70req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001223s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009554s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000349s ] --------------------------------------------------------------- [ 2020-08-28T16:41:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.136844s][吞吐率:7.31req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010745s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006113s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000471s ] --------------------------------------------------------------- [ 2020-08-28T16:41:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.130431s][吞吐率:7.67req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001126s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005587s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000422s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003317s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006416s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000317s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005535s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000336s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005466s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000531s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000503s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208248','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208132','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206578','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204082','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207522','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208289','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201765','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204265','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20201083','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206741','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209098','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205416','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201025','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003380s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000364s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000331s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000418s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000363s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000328s ] --------------------------------------------------------------- [ 2020-08-28T16:41:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.139589s][吞吐率:7.16req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002424s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006573s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000410s ] --------------------------------------------------------------- [ 2020-08-28T16:42:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.123935s][吞吐率:8.07req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001185s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005882s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000646s ] --------------------------------------------------------------- [ 2020-08-28T16:43:56+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.130324s][吞吐率:7.67req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002389s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013730s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000464s ] --------------------------------------------------------------- [ 2020-08-28T16:43:56+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.128266s][吞吐率:7.80req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001603s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008247s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000380s ] --------------------------------------------------------------- [ 2020-08-28T16:44:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.139173s][吞吐率:7.19req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001454s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008083s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000574s ] --------------------------------------------------------------- [ 2020-08-28T16:44:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.188369s][吞吐率:5.31req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001391s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008578s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000489s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004458s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007565s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006978s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000319s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006674s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000643s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000706s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203252','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205755','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201687','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204201','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204705','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209498','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209741','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202908','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208321','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205911','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201816','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205956','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208192','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003422s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000332s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000262s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000298s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000237s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000191s ] --------------------------------------------------------------- [ 2020-08-28T16:44:17+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.254433s][吞吐率:3.93req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001556s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006347s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000513s ] --------------------------------------------------------------- [ 2020-08-28T16:44:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.228308s][吞吐率:4.38req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001333s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006207s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000422s ] --------------------------------------------------------------- [ 2020-08-28T16:44:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.144480s][吞吐率:6.92req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001102s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008933s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000393s ] --------------------------------------------------------------- [ 2020-08-28T16:44:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.161433s][吞吐率:6.19req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001547s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010075s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.001051s ] --------------------------------------------------------------- [ 2020-08-28T16:44:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.112586s][吞吐率:8.88req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001454s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008380s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000357s ] --------------------------------------------------------------- [ 2020-08-28T16:44:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.115734s][吞吐率:8.64req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001328s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007989s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000404s ] --------------------------------------------------------------- [ 2020-08-28T16:44:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.146980s][吞吐率:6.80req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001123s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008673s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000401s ] --------------------------------------------------------------- [ 2020-08-28T16:44:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.127062s][吞吐率:7.87req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001149s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005927s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000429s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003467s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006724s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000442s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006026s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000433s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005770s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000562s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000563s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207707','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202422','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209502','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205941','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201905','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205079','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204992','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209926','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202554','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208915','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202855','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202573','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209374','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003705s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000459s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000389s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000445s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000407s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000419s ] --------------------------------------------------------------- [ 2020-08-28T16:44:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.178986s][吞吐率:5.59req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001306s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005836s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000458s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.008572s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.012871s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000353s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006081s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000457s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007572s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000609s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000617s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201271','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209560','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204975','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208581','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209993','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209075','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206728','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208897','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204424','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20207870','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201923','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205538','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203408','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002897s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000541s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000406s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000539s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000501s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000464s ] --------------------------------------------------------------- [ 2020-08-28T16:44:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.185594s][吞吐率:5.39req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005340s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012713s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000429s ] --------------------------------------------------------------- [ 2020-08-28T16:44:56+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.156597s][吞吐率:6.39req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001131s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013462s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000472s ] --------------------------------------------------------------- [ 2020-08-28T16:45:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.209857s][吞吐率:4.77req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001655s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.015344s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000469s ] --------------------------------------------------------------- [ 2020-08-28T16:45:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.226242s][吞吐率:4.42req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001980s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013212s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.002038s ] --------------------------------------------------------------- [ 2020-08-28T16:46:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=0&grade_name=&pid=1 [ log ] 127.0.0.1:8009/plan/divide?school_year=0&grade_name=&pid=1 [运行时间:0.234369s][吞吐率:4.27req/s] [内存消耗:2,787.14kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '0', 'grade_name' => '', 'pid' => '1', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:46:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.118447s][吞吐率:8.44req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001366s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007727s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000387s ] --------------------------------------------------------------- [ 2020-08-28T16:46:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.128729s][吞吐率:7.77req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001374s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009013s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000397s ] --------------------------------------------------------------- [ 2020-08-28T16:46:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.132431s][吞吐率:7.55req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010866s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006259s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000448s ] --------------------------------------------------------------- [ 2020-08-28T16:46:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.159737s][吞吐率:6.26req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011287s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008146s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000385s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003453s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.010683s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000283s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007035s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006974s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000620s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000641s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201596','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205963','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202050','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209636','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204469','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204674','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203895','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208761','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20201840','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206673','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204034','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202032','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209177','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003011s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000560s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000414s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000396s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000563s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000494s ] --------------------------------------------------------------- [ 2020-08-28T16:46:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.139686s][吞吐率:7.16req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011857s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006696s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000520s ] --------------------------------------------------------------- [ 2020-08-28T16:47:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.163926s][吞吐率:6.10req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001750s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013070s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000387s ] --------------------------------------------------------------- [ 2020-08-28T16:47:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.135971s][吞吐率:7.35req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001424s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010531s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.001062s ] --------------------------------------------------------------- [ 2020-08-28T16:47:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.149698s][吞吐率:6.68req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002268s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008955s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000668s ] --------------------------------------------------------------- [ 2020-08-28T16:47:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.143435s][吞吐率:6.97req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001557s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007842s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000294s ] --------------------------------------------------------------- [ 2020-08-28T16:47:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.141139s][吞吐率:7.09req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001363s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.016748s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000258s ] --------------------------------------------------------------- [ 2020-08-28T16:47:14+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.127859s][吞吐率:7.82req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001108s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009718s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000455s ] --------------------------------------------------------------- [ 2020-08-28T16:47:17+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.149366s][吞吐率:6.69req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001208s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006270s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000307s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001487s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006074s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000240s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006398s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000332s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007413s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000648s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000620s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206812','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209791','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207512','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204288','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20208771','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207869','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203381','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208967','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208603','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208110','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209918','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206668','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203777','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002195s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000374s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000227s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000302s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000328s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000266s ] --------------------------------------------------------------- [ 2020-08-28T16:47:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.120817s][吞吐率:8.28req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001571s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006505s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000513s ] --------------------------------------------------------------- [ 2020-08-28T16:47:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.124947s][吞吐率:8.00req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001163s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007432s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000382s ] --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.270946s][吞吐率:3.69req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.388863s][吞吐率:2.57req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.375312s][吞吐率:2.66req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001363s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.008123s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000398s ] --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.555637s][吞吐率:1.80req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001539s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.060044s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000339s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009899s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.016973s ] --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.548212s][吞吐率:1.82req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001486s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.007600s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000310s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.007819s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017707s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.054316s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000718s ] --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.278633s][吞吐率:3.59req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001396s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.087284s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.008535s ] --------------------------------------------------------------- [ 2020-08-28T16:47:48+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.266031s][吞吐率:3.76req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001622s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.010757s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000391s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000704s ] --------------------------------------------------------------- [ 2020-08-28T16:47:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.104762s][吞吐率:9.55req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001243s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007041s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000304s ] --------------------------------------------------------------- [ 2020-08-28T16:47:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.117256s][吞吐率:8.53req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001190s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009337s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000619s ] --------------------------------------------------------------- [ 2020-08-28T16:47:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.120932s][吞吐率:8.27req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001456s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009272s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000424s ] --------------------------------------------------------------- [ 2020-08-28T16:47:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.170288s][吞吐率:5.87req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001386s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005964s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000385s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003756s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.013666s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000323s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006732s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000447s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005976s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000647s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000597s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207913','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207156','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207225','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203289','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206673','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207520','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209175','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204909','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206118','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20201608','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202107','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204613','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203717','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.004432s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000585s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000517s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000520s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000489s ] --------------------------------------------------------------- [ 2020-08-28T16:48:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.276642s][吞吐率:3.61req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011718s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007914s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000436s ] --------------------------------------------------------------- [ 2020-08-28T16:48:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.129219s][吞吐率:7.74req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001214s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008157s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000498s ] --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.211319s][吞吐率:4.73req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.320920s][吞吐率:3.12req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.380044s][吞吐率:2.63req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.030371s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.007967s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000337s ] --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.436997s][吞吐率:2.29req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001734s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.021557s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000548s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.083874s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.023359s ] --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.233914s][吞吐率:4.28req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001541s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008827s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.001424s ] --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.347827s][吞吐率:2.87req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002658s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.026894s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000682s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000723s ] --------------------------------------------------------------- [ 2020-08-28T16:50:40+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.537566s][吞吐率:1.86req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001339s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.015850s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000404s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.017157s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.018115s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.009582s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000856s ] --------------------------------------------------------------- [ 2020-08-28T16:50:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.110575s][吞吐率:9.04req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001063s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006829s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000369s ] --------------------------------------------------------------- [ 2020-08-28T16:50:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.115036s][吞吐率:8.69req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001123s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007170s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000406s ] --------------------------------------------------------------- [ 2020-08-28T16:50:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.135013s][吞吐率:7.41req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011298s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009781s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000434s ] --------------------------------------------------------------- [ 2020-08-28T16:50:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.144738s][吞吐率:6.91req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010420s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005863s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000414s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002485s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006002s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000435s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005621s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000367s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005941s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000608s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000605s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208451','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204181','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207160','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208939','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204143','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207700','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206535','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204364','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207693','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203677','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202939','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208981','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205319','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002609s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000348s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000287s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000369s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000336s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000320s ] --------------------------------------------------------------- [ 2020-08-28T16:50:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.119532s][吞吐率:8.37req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011873s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005844s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000518s ] --------------------------------------------------------------- [ 2020-08-28T16:50:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.111309s][吞吐率:8.98req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001171s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005628s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000548s ] --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.248473s][吞吐率:4.02req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.257576s][吞吐率:3.88req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.411013s][吞吐率:2.43req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001831s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008682s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000458s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009011s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.018992s ] --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.449617s][吞吐率:2.22req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005035s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.031618s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000359s ] --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.497905s][吞吐率:2.01req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001418s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.024773s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000417s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.024798s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.020302s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.008786s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000777s ] --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.235715s][吞吐率:4.24req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001349s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.009649s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000320s ] --------------------------------------------------------------- [ 2020-08-28T16:51:45+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.249580s][吞吐率:4.01req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001837s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.010500s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.001424s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000485s ] --------------------------------------------------------------- [ 2020-08-28T16:51:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.106869s][吞吐率:9.36req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001304s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007892s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000296s ] --------------------------------------------------------------- [ 2020-08-28T16:51:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.128915s][吞吐率:7.76req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001490s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008442s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000459s ] --------------------------------------------------------------- [ 2020-08-28T16:51:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.110581s][吞吐率:9.04req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001212s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005859s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000782s ] --------------------------------------------------------------- [ 2020-08-28T16:51:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.155219s][吞吐率:6.44req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010940s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005748s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003018s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005851s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000278s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005722s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000427s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005601s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000563s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000504s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207812','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208403','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209719','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202763','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203764','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206434','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207068','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204616','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208346','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209227','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201657','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202655','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202153','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.007210s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000398s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000255s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000304s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000470s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000294s ] --------------------------------------------------------------- [ 2020-08-28T16:51:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.107537s][吞吐率:9.30req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001581s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005303s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000307s ] --------------------------------------------------------------- [ 2020-08-28T16:51:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.142133s][吞吐率:7.04req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001409s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009901s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000450s ] --------------------------------------------------------------- [ 2020-08-28T16:54:58+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.292186s][吞吐率:3.42req/s] [内存消耗:2,717.10kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:54:58+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.288610s][吞吐率:3.46req/s] [内存消耗:2,717.08kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T16:54:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.402222s][吞吐率:2.49req/s] [内存消耗:3,679.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003840s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.042952s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000342s ] --------------------------------------------------------------- [ 2020-08-28T16:54:59+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.339153s][吞吐率:2.95req/s] [内存消耗:3,912.98kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.009743s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.126264s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000762s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000961s ] --------------------------------------------------------------- [ 2020-08-28T16:54:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.521056s][吞吐率:1.92req/s] [内存消耗:3,716.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.009736s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.044596s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000544s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.010185s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.088376s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.036295s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000929s ] --------------------------------------------------------------- [ 2020-08-28T16:54:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.578464s][吞吐率:1.73req/s] [内存消耗:4,108.88kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005537s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.040330s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.023070s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.017600s ] --------------------------------------------------------------- [ 2020-08-28T16:54:59+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.211621s][吞吐率:4.73req/s] [内存消耗:3,728.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001405s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008530s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000397s ] --------------------------------------------------------------- [ 2020-08-28T16:55:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.130075s][吞吐率:7.69req/s] [内存消耗:3,733.19kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 361 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001045s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007764s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000278s ] --------------------------------------------------------------- [ 2020-08-28T16:55:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.136933s][吞吐率:7.30req/s] [内存消耗:3,741.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 335 - 342 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001290s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007607s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000520s ] --------------------------------------------------------------- [ 2020-08-28T16:55:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.124760s][吞吐率:8.02req/s] [内存消耗:3,743.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 344 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001707s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006499s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000521s ] --------------------------------------------------------------- [ 2020-08-28T16:55:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.149340s][吞吐率:6.70req/s] [内存消耗:4,170.77kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001154s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005578s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000404s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003530s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007779s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000397s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005693s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000383s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005863s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000621s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000554s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201795','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207840','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207349','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208272','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201877','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206134','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206438','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201811','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209184','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208910','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20208111','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207004','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208810','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003307s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000428s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000498s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000502s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000515s ] --------------------------------------------------------------- [ 2020-08-28T16:55:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.121783s][吞吐率:8.21req/s] [内存消耗:3,748.43kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001220s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007186s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000488s ] --------------------------------------------------------------- [ 2020-08-28T16:55:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.152430s][吞吐率:6.56req/s] [内存消耗:3,739.26kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001425s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010738s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000452s ] --------------------------------------------------------------- [ 2020-08-28T17:01:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.114144s][吞吐率:8.76req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001404s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008598s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000305s ] --------------------------------------------------------------- [ 2020-08-28T17:01:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.116605s][吞吐率:8.58req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001358s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008827s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000423s ] --------------------------------------------------------------- [ 2020-08-28T17:01:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.107924s][吞吐率:9.27req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001179s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006926s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000584s ] --------------------------------------------------------------- [ 2020-08-28T17:01:17+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.148440s][吞吐率:6.74req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001089s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005981s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000348s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.013991s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008861s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000334s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006788s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005782s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000524s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000446s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204996','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204669','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207123','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209478','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201739','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207920','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206528','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201506','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206269','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204966','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204580','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208000','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203679','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003089s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000434s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000387s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000413s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000398s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000425s ] --------------------------------------------------------------- [ 2020-08-28T17:01:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.104701s][吞吐率:9.55req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001181s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008113s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000440s ] --------------------------------------------------------------- [ 2020-08-28T17:01:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.107073s][吞吐率:9.34req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001784s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006799s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000401s ] --------------------------------------------------------------- [ 2020-08-28T17:03:14+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.163372s][吞吐率:6.12req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001594s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007910s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000439s ] --------------------------------------------------------------- [ 2020-08-28T17:03:14+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.219389s][吞吐率:4.56req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001705s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.035741s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000484s ] --------------------------------------------------------------- [ 2020-08-28T17:03:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.159446s][吞吐率:6.27req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001844s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009799s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000633s ] --------------------------------------------------------------- [ 2020-08-28T17:03:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.163515s][吞吐率:6.12req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001157s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007254s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000598s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002521s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007650s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000292s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007079s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000314s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007073s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000707s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000552s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206052','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206687','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208293','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201451','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201406','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202573','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20205888','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203128','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204828','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204910','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204661','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207179','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205913','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002739s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000321s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000302s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000406s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000425s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000358s ] --------------------------------------------------------------- [ 2020-08-28T17:03:23+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.161715s][吞吐率:6.18req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001269s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011225s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000543s ] --------------------------------------------------------------- [ 2020-08-28T17:03:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.145554s][吞吐率:6.87req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001349s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010203s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000479s ] --------------------------------------------------------------- [ 2020-08-28T17:03:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.147107s][吞吐率:6.80req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001516s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008690s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000251s ] --------------------------------------------------------------- [ 2020-08-28T17:03:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.195837s][吞吐率:5.11req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001878s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.034496s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000654s ] --------------------------------------------------------------- [ 2020-08-28T17:04:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.143774s][吞吐率:6.96req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001511s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008898s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.001370s ] --------------------------------------------------------------- [ 2020-08-28T17:04:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.204791s][吞吐率:4.88req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001362s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008096s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.014023s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008044s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000334s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008029s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000384s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008299s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000693s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000787s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207504','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207830','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203348','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20206278','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205481','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208431','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208664','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201316','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202878','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208804','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20207072','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208359','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203914','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003119s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000395s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000603s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000511s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000493s ] --------------------------------------------------------------- [ 2020-08-28T17:04:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.154753s][吞吐率:6.46req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001733s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013041s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000536s ] --------------------------------------------------------------- [ 2020-08-28T17:04:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.136514s][吞吐率:7.33req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001216s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007370s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000486s ] --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.212334s][吞吐率:4.71req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.243540s][吞吐率:4.11req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003453s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.011027s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000398s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000481s ] --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.479453s][吞吐率:2.09req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004274s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.029032s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.023046s ] --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.458271s][吞吐率:2.18req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.559839s][吞吐率:1.79req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.021758s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008473s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.019191s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.108703s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017842s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.008546s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000755s ] --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.367304s][吞吐率:2.72req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001405s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.030609s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000371s ] --------------------------------------------------------------- [ 2020-08-28T17:04:43+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.699020s][吞吐率:1.43req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.007229s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.019096s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.008442s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.018827s ] --------------------------------------------------------------- [ 2020-08-28T17:04:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.133438s][吞吐率:7.49req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001467s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008184s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000261s ] --------------------------------------------------------------- [ 2020-08-28T17:04:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.143180s][吞吐率:6.98req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001419s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010749s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.002012s ] --------------------------------------------------------------- [ 2020-08-28T17:04:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.134612s][吞吐率:7.43req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001076s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006246s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000446s ] --------------------------------------------------------------- [ 2020-08-28T17:04:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.171100s][吞吐率:5.84req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001146s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006457s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000362s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003440s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008460s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000350s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006232s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000391s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005868s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000554s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000518s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201722','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208033','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208397','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20206861','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201338','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205052','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208075','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206086','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202976','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206413','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204009','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202201','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207480','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003645s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000404s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000272s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000374s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000284s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000301s ] --------------------------------------------------------------- [ 2020-08-28T17:04:53+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.138054s][吞吐率:7.24req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001117s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012366s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000509s ] --------------------------------------------------------------- [ 2020-08-28T17:04:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.131824s][吞吐率:7.59req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001329s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009391s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000346s ] --------------------------------------------------------------- [ 2020-08-28T17:06:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.161240s][吞吐率:6.20req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001624s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010155s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000543s ] --------------------------------------------------------------- [ 2020-08-28T17:06:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.177336s][吞吐率:5.64req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001707s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010554s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000403s ] --------------------------------------------------------------- [ 2020-08-28T17:06:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.145956s][吞吐率:6.85req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001420s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008949s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000393s ] --------------------------------------------------------------- [ 2020-08-28T17:07:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.159035s][吞吐率:6.29req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001228s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007613s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000353s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003456s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007147s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000374s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005644s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000381s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005773s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000624s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000498s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209025','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202123','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203929','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201564','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201817','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204499','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204763','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203018','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20205560','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203553','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203470','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206633','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201973','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002583s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000338s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000450s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000606s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000431s ] --------------------------------------------------------------- [ 2020-08-28T17:07:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.154728s][吞吐率:6.46req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001111s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007813s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000701s ] --------------------------------------------------------------- [ 2020-08-28T17:07:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.151504s][吞吐率:6.60req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001323s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.022842s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000393s ] --------------------------------------------------------------- [ 2020-08-28T17:09:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.361677s][吞吐率:2.76req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:09:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.384782s][吞吐率:2.60req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:09:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.344382s][吞吐率:2.90req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001483s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.009630s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000344s ] --------------------------------------------------------------- [ 2020-08-28T17:09:34+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.308310s][吞吐率:3.24req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001688s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.037063s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000357s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000471s ] --------------------------------------------------------------- [ 2020-08-28T17:09:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.481830s][吞吐率:2.08req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003174s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.059948s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000310s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.008789s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.017274s ] --------------------------------------------------------------- [ 2020-08-28T17:09:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.484571s][吞吐率:2.06req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001389s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.033822s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000313s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.008196s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.016749s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.024507s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.016486s ] --------------------------------------------------------------- [ 2020-08-28T17:09:35+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.155588s][吞吐率:6.43req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001586s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.007524s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000292s ] --------------------------------------------------------------- [ 2020-08-28T17:09:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.116218s][吞吐率:8.60req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001379s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008598s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000976s ] --------------------------------------------------------------- [ 2020-08-28T17:09:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.116787s][吞吐率:8.56req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001523s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008456s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000403s ] --------------------------------------------------------------- [ 2020-08-28T17:09:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.112898s][吞吐率:8.86req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010940s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006193s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000487s ] --------------------------------------------------------------- [ 2020-08-28T17:09:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.140018s][吞吐率:7.14req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001229s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006243s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000446s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003852s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008584s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000441s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006518s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000468s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005550s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000606s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000551s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204606','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204345','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207234','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205261','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204952','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204379','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207008','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201524','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203242','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205239','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206836','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203536','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207068','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002757s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000460s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000445s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000399s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000361s ] --------------------------------------------------------------- [ 2020-08-28T17:09:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.125776s][吞吐率:7.95req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010832s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006454s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000510s ] --------------------------------------------------------------- [ 2020-08-28T17:09:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.099944s][吞吐率:10.01req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001096s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005509s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000827s ] --------------------------------------------------------------- [ 2020-08-28T17:09:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.165393s][吞吐率:6.05req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001588s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010380s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000560s ] --------------------------------------------------------------- [ 2020-08-28T17:09:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.216818s][吞吐率:4.61req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012121s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009154s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000353s ] --------------------------------------------------------------- [ 2020-08-28T17:10:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.144347s][吞吐率:6.93req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001590s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008033s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000483s ] --------------------------------------------------------------- [ 2020-08-28T17:10:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.172177s][吞吐率:5.81req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001398s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007998s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000415s ] --------------------------------------------------------------- [ 2020-08-28T17:10:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.215867s][吞吐率:4.63req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001909s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.032213s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.001140s ] --------------------------------------------------------------- [ 2020-08-28T17:10:34+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.199837s][吞吐率:5.00req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001743s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013559s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000820s ] --------------------------------------------------------------- [ 2020-08-28T17:10:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.206144s][吞吐率:4.85req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001704s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010009s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002824s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009306s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000277s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008870s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007333s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000559s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000914s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206645','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203060','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208764','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201526','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203813','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205524','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201178','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203208','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20205465','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20201572','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205247','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206208','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206817','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002996s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000307s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000414s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000515s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000400s ] --------------------------------------------------------------- [ 2020-08-28T17:10:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.197970s][吞吐率:5.05req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002107s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013923s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000539s ] --------------------------------------------------------------- [ 2020-08-28T17:10:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.182328s][吞吐率:5.48req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001402s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011830s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000469s ] --------------------------------------------------------------- [ 2020-08-28T17:10:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.153058s][吞吐率:6.53req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001502s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008643s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000343s ] --------------------------------------------------------------- [ 2020-08-28T17:10:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.161289s][吞吐率:6.20req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001719s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008199s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000514s ] --------------------------------------------------------------- [ 2020-08-28T17:11:27+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.206926s][吞吐率:4.83req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:11:28+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.273584s][吞吐率:3.66req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001349s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.015205s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000316s ] --------------------------------------------------------------- [ 2020-08-28T17:11:28+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.341407s][吞吐率:2.93req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.008457s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.009893s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000705s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009861s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.018501s ] --------------------------------------------------------------- [ 2020-08-28T17:11:28+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.377065s][吞吐率:2.65req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:11:28+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.487255s][吞吐率:2.05req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.006646s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.068892s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000432s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.025452s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.032929s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.018417s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.002706s ] --------------------------------------------------------------- [ 2020-08-28T17:11:28+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.383272s][吞吐率:2.61req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003124s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.035457s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000397s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000552s ] --------------------------------------------------------------- [ 2020-08-28T17:11:28+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.292595s][吞吐率:3.42req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001321s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.013337s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000448s ] --------------------------------------------------------------- [ 2020-08-28T17:11:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.135828s][吞吐率:7.36req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001497s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.014025s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.001239s ] --------------------------------------------------------------- [ 2020-08-28T17:11:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.147241s][吞吐率:6.79req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001456s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010875s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000462s ] --------------------------------------------------------------- [ 2020-08-28T17:11:31+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.116980s][吞吐率:8.55req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001080s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009120s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000361s ] --------------------------------------------------------------- [ 2020-08-28T17:11:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.174137s][吞吐率:5.74req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001212s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007306s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000388s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002932s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.010020s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008245s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000337s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008403s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000607s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000664s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203471','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205176','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207544','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208434','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206322','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20203743','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204832','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208082','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208944','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204401','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205125','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202368','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203182','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002783s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000413s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000353s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000383s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000356s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000307s ] --------------------------------------------------------------- [ 2020-08-28T17:11:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.128699s][吞吐率:7.77req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001134s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006099s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000633s ] --------------------------------------------------------------- [ 2020-08-28T17:11:53+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.145458s][吞吐率:6.87req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011243s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006212s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000464s ] --------------------------------------------------------------- [ 2020-08-28T17:11:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.139932s][吞吐率:7.15req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001381s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008407s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000374s ] --------------------------------------------------------------- [ 2020-08-28T17:11:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.151443s][吞吐率:6.60req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001401s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008924s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000565s ] --------------------------------------------------------------- [ 2020-08-28T17:12:31+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.126860s][吞吐率:7.88req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001260s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010851s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000844s ] --------------------------------------------------------------- [ 2020-08-28T17:12:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.151166s][吞吐率:6.62req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001223s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005948s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000408s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.013945s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006934s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005569s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000429s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005840s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000628s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000595s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209119','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207018','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209011','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203379','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206367','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204604','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20205231','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201378','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207113','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205478','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20208745','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202524','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208826','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003394s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000500s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000416s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000450s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000358s ] --------------------------------------------------------------- [ 2020-08-28T17:12:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.130511s][吞吐率:7.66req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001260s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007714s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000704s ] --------------------------------------------------------------- [ 2020-08-28T17:12:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.172854s][吞吐率:5.79req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002413s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008373s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000483s ] --------------------------------------------------------------- [ 2020-08-28T17:12:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.142268s][吞吐率:7.03req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002000s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008997s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000506s ] --------------------------------------------------------------- [ 2020-08-28T17:12:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.139685s][吞吐率:7.16req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001605s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010468s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000274s ] --------------------------------------------------------------- [ 2020-08-28T17:13:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.116820s][吞吐率:8.56req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001471s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007828s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000480s ] --------------------------------------------------------------- [ 2020-08-28T17:13:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.125065s][吞吐率:8.00req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001372s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008876s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000389s ] --------------------------------------------------------------- [ 2020-08-28T17:13:16+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.108484s][吞吐率:9.22req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001606s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007037s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000520s ] --------------------------------------------------------------- [ 2020-08-28T17:13:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.137994s][吞吐率:7.25req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001204s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006678s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000443s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003354s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008320s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000431s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005675s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000447s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005700s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000747s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000645s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201048','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204938','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209121','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207589','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209296','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206721','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206039','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203000','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209158','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203565','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204557','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201769','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205980','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003460s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000458s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000315s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000465s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000455s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000392s ] --------------------------------------------------------------- [ 2020-08-28T17:13:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.114203s][吞吐率:8.76req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001278s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008215s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000507s ] --------------------------------------------------------------- [ 2020-08-28T17:13:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.122446s][吞吐率:8.17req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001728s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005547s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000305s ] --------------------------------------------------------------- [ 2020-08-28T17:14:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.149549s][吞吐率:6.69req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012303s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.011145s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000526s ] --------------------------------------------------------------- [ 2020-08-28T17:14:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.158385s][吞吐率:6.31req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001652s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008984s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000562s ] --------------------------------------------------------------- [ 2020-08-28T17:14:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.142682s][吞吐率:7.01req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001105s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009903s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000421s ] --------------------------------------------------------------- [ 2020-08-28T17:14:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.228311s][吞吐率:4.38req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001114s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005876s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000327s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.012980s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.016769s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000481s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008566s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000428s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007332s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000562s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000550s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202401','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206442','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203526','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201039','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209937','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207127','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20202193','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202593','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208947','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205544','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205695','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209052','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202526','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003564s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000905s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000959s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.001321s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.001412s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.001120s ] --------------------------------------------------------------- [ 2020-08-28T17:14:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.127796s][吞吐率:7.82req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001401s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006689s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000654s ] --------------------------------------------------------------- [ 2020-08-28T17:14:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.120828s][吞吐率:8.28req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001104s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007705s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000303s ] --------------------------------------------------------------- [ 2020-08-28T17:16:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.124081s][吞吐率:8.06req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001363s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008561s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000288s ] --------------------------------------------------------------- [ 2020-08-28T17:16:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.139462s][吞吐率:7.17req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001084s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008792s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000436s ] --------------------------------------------------------------- [ 2020-08-28T17:16:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.118501s][吞吐率:8.44req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001165s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007688s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000390s ] --------------------------------------------------------------- [ 2020-08-28T17:16:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.176110s][吞吐率:5.68req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001027s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007830s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000454s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004216s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008803s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000347s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008306s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000379s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008836s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000677s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000705s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201937','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207768','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208113','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209605','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203808','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205267','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203753','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20207375','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206646','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209146','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201906','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209137','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203420','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003932s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000468s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000343s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000507s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000532s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000448s ] --------------------------------------------------------------- [ 2020-08-28T17:16:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.158009s][吞吐率:6.33req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002176s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009346s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000541s ] --------------------------------------------------------------- [ 2020-08-28T17:16:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.183829s][吞吐率:5.44req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001433s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.014008s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000651s ] --------------------------------------------------------------- [ 2020-08-28T17:16:17+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.141220s][吞吐率:7.08req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001425s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009441s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000682s ] --------------------------------------------------------------- [ 2020-08-28T17:16:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.168315s][吞吐率:5.94req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001869s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010098s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000341s ] --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.388452s][吞吐率:2.57req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.301295s][吞吐率:3.32req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001362s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.009979s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000379s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000550s ] --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.387264s][吞吐率:2.58req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011484s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.024390s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000392s ] --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.425443s][吞吐率:2.35req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.440354s][吞吐率:2.27req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001463s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008164s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000341s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009055s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017181s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.030137s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000991s ] --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.584707s][吞吐率:1.71req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001404s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.009555s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.008512s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.020696s ] --------------------------------------------------------------- [ 2020-08-28T17:17:59+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.159730s][吞吐率:6.26req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001362s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.015662s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000395s ] --------------------------------------------------------------- [ 2020-08-28T17:18:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.159656s][吞吐率:6.26req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001456s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009251s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000391s ] --------------------------------------------------------------- [ 2020-08-28T17:18:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.167080s][吞吐率:5.99req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001528s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009292s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000544s ] --------------------------------------------------------------- [ 2020-08-28T17:18:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.124499s][吞吐率:8.03req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001873s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006160s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000324s ] --------------------------------------------------------------- [ 2020-08-28T17:18:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.158588s][吞吐率:6.31req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011147s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005872s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000407s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003254s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006113s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000426s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005639s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000435s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005783s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000587s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000541s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205912','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205874','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204384','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207266','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207950','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208074','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204058','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208263','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206876','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204140','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201042','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204109','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202410','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003514s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000463s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000496s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000478s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000433s ] --------------------------------------------------------------- [ 2020-08-28T17:18:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.141721s][吞吐率:7.06req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001342s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007196s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.001027s ] --------------------------------------------------------------- [ 2020-08-28T17:18:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.173845s][吞吐率:5.75req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001738s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010448s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000564s ] --------------------------------------------------------------- [ 2020-08-28T17:18:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.179399s][吞吐率:5.57req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002028s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011614s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000818s ] --------------------------------------------------------------- [ 2020-08-28T17:18:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.219464s][吞吐率:4.56req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003593s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.021983s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000697s ] --------------------------------------------------------------- [ 2020-08-28T17:18:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.183103s][吞吐率:5.46req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001937s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009933s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000524s ] --------------------------------------------------------------- [ 2020-08-28T17:18:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.235500s][吞吐率:4.25req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002105s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010797s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000517s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002538s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.010283s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.001731s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008047s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000500s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.014704s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.001082s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000890s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201958','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207342','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203386','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205739','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207885','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208211','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208671','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204174','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204303','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20207515','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205431','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209341','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205554','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002903s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000504s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000415s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000626s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000510s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000389s ] --------------------------------------------------------------- [ 2020-08-28T17:18:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.196300s][吞吐率:5.09req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001842s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.014692s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000613s ] --------------------------------------------------------------- [ 2020-08-28T17:19:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.148013s][吞吐率:6.76req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=2%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001203s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007817s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000315s ] --------------------------------------------------------------- [ 2020-08-28T17:19:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.154375s][吞吐率:6.48req/s] [内存消耗:3,739.95kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001312s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008194s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000323s ] --------------------------------------------------------------- [ 2020-08-28T17:19:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.161435s][吞吐率:6.19req/s] [内存消耗:3,748.33kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001539s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008531s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000585s ] --------------------------------------------------------------- [ 2020-08-28T17:19:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.129424s][吞吐率:7.73req/s] [内存消耗:3,750.12kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001671s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007687s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000328s ] --------------------------------------------------------------- [ 2020-08-28T17:19:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.145143s][吞吐率:6.89req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001262s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006590s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000298s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003652s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005945s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000380s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005828s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000442s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005823s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000546s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000793s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202724','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205760','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207459','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203483','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204806','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208250','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207247','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203434','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202230','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206997','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203923','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206249','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205964','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003125s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000424s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000378s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000425s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000457s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000417s ] --------------------------------------------------------------- [ 2020-08-28T17:19:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.176648s][吞吐率:5.66req/s] [内存消耗:4,177.50kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001348s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010395s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000312s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.007870s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008966s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000302s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008079s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000260s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005441s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000423s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000381s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209593','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206207','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208274','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204477','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201132','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209318','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201352','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208739','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207209','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203973','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20208826','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207217','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203916','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002458s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000458s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000584s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000319s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000226s ] --------------------------------------------------------------- [ 2020-08-28T17:19:56+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.165155s][吞吐率:6.05req/s] [内存消耗:3,755.18kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001426s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.033011s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000659s ] --------------------------------------------------------------- [ 2020-08-28T17:19:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.116846s][吞吐率:8.56req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001481s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006566s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000303s ] --------------------------------------------------------------- [ 2020-08-28T17:22:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.167526s][吞吐率:5.97req/s] [内存消耗:3,745.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html?class_list=1%E7%8F%AD', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001484s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007640s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000734s ] --------------------------------------------------------------- [ 2020-08-28T17:22:33+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.374790s][吞吐率:2.67req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001847s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.009810s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000372s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.021513s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.025733s ] --------------------------------------------------------------- [ 2020-08-28T17:22:33+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.376289s][吞吐率:2.66req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:22:33+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.409548s][吞吐率:2.44req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:22:33+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.513913s][吞吐率:1.95req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001523s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.151276s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000323s ] --------------------------------------------------------------- [ 2020-08-28T17:22:33+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.397809s][吞吐率:2.51req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001861s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.124413s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000434s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000512s ] --------------------------------------------------------------- [ 2020-08-28T17:22:33+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.210836s][吞吐率:4.74req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001538s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.012146s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000355s ] --------------------------------------------------------------- [ 2020-08-28T17:22:34+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.624715s][吞吐率:1.60req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001582s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.017076s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000519s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009899s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.021132s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.013292s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000924s ] --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.296012s][吞吐率:3.38req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001630s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.010384s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000308s ] --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.355577s][吞吐率:2.81req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.366282s][吞吐率:2.73req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.531614s][吞吐率:1.88req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001455s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.037832s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.017121s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.114982s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.029682s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.016744s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.009726s ] --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.556259s][吞吐率:1.80req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001426s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.102740s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.040355s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.034063s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.019821s ] --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.404817s][吞吐率:2.47req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001277s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.027231s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000954s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000472s ] --------------------------------------------------------------- [ 2020-08-28T17:22:38+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.216506s][吞吐率:4.62req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003829s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008951s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000312s ] --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.440679s][吞吐率:2.27req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002079s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.009875s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000415s ] --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.515055s][吞吐率:1.94req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.574071s][吞吐率:1.74req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.451666s][吞吐率:2.21req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001504s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.029225s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000442s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000428s ] --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.706187s][吞吐率:1.42req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001863s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.054352s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000697s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.047693s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.029958s ] --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.179424s][吞吐率:5.57req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002114s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.010476s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000363s ] --------------------------------------------------------------- [ 2020-08-28T17:22:42+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.735223s][吞吐率:1.36req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001349s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.015388s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009431s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.018776s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.007827s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000798s ] --------------------------------------------------------------- [ 2020-08-28T17:22:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.131612s][吞吐率:7.60req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001067s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008752s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000410s ] --------------------------------------------------------------- [ 2020-08-28T17:22:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.135193s][吞吐率:7.40req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001293s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009412s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000520s ] --------------------------------------------------------------- [ 2020-08-28T17:22:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.109058s][吞吐率:9.17req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001171s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006429s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000409s ] --------------------------------------------------------------- [ 2020-08-28T17:22:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.145335s][吞吐率:6.88req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001208s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005619s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000404s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003327s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005938s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000411s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005815s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000434s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006057s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000571s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000618s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204417','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209955','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202071','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207753','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205312','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204615','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207774','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208943','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207315','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202983','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203757','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203576','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205644','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002799s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000389s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000388s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000476s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000457s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000439s ] --------------------------------------------------------------- [ 2020-08-28T17:22:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.120201s][吞吐率:8.32req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011068s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006267s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000376s ] --------------------------------------------------------------- [ 2020-08-28T17:22:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.106110s][吞吐率:9.42req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001290s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007404s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000497s ] --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.215192s][吞吐率:4.65req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.332817s][吞吐率:3.00req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001760s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.053204s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000351s ] --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.388585s][吞吐率:2.57req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001356s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.008375s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000468s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.051483s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.021476s ] --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.432450s][吞吐率:2.31req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.526813s][吞吐率:1.90req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.006574s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.007869s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000324s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.064998s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.067963s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.043414s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000816s ] --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.356631s][吞吐率:2.80req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001369s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.008803s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000357s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000356s ] --------------------------------------------------------------- [ 2020-08-28T17:23:38+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.311323s][吞吐率:3.21req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001493s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008578s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000381s ] --------------------------------------------------------------- [ 2020-08-28T17:23:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.108845s][吞吐率:9.19req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001300s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007052s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000406s ] --------------------------------------------------------------- [ 2020-08-28T17:23:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.110961s][吞吐率:9.01req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001148s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007636s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000429s ] --------------------------------------------------------------- [ 2020-08-28T17:23:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.134487s][吞吐率:7.44req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004416s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.027021s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000475s ] --------------------------------------------------------------- [ 2020-08-28T17:23:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.138075s][吞吐率:7.24req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011516s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005922s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003028s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006450s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000372s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005985s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000454s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006152s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000739s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000484s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209665','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207472','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201656','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202083','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201868','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204161','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208158','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204952','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202351','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203295','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201987','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203373','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204081','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002918s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000447s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000445s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000668s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000587s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000504s ] --------------------------------------------------------------- [ 2020-08-28T17:23:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.172083s][吞吐率:5.81req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001728s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013441s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000428s ] --------------------------------------------------------------- [ 2020-08-28T17:24:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.182664s][吞吐率:5.47req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001777s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009537s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000720s ] --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.357277s][吞吐率:2.80req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.327885s][吞吐率:3.05req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.384027s][吞吐率:2.60req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001658s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.019615s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000958s ] --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.274324s][吞吐率:3.65req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002244s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.012598s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000337s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000423s ] --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.538169s][吞吐率:1.86req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002231s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.051954s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.001132s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.020913s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.016952s ] --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.546585s][吞吐率:1.83req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001377s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.016185s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000290s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.026494s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017602s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.011054s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000703s ] --------------------------------------------------------------- [ 2020-08-28T17:25:02+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.222513s][吞吐率:4.49req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.023241s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008837s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000341s ] --------------------------------------------------------------- [ 2020-08-28T17:25:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.130645s][吞吐率:7.65req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001114s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009904s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000501s ] --------------------------------------------------------------- [ 2020-08-28T17:25:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.134087s][吞吐率:7.46req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001497s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009595s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000280s ] --------------------------------------------------------------- [ 2020-08-28T17:25:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.116126s][吞吐率:8.61req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001190s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006117s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000472s ] --------------------------------------------------------------- [ 2020-08-28T17:25:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.134080s][吞吐率:7.46req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011137s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005648s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003720s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006610s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005754s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000448s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005799s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000583s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000572s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208415','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201806','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206898','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207771','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203742','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208317','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206225','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204676','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204466','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209046','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205182','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206345','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202430','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003939s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000455s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000389s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000480s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000401s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000395s ] --------------------------------------------------------------- [ 2020-08-28T17:25:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.108206s][吞吐率:9.24req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001028s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008224s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000497s ] --------------------------------------------------------------- [ 2020-08-28T17:25:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.158714s][吞吐率:6.30req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001490s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012138s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000505s ] --------------------------------------------------------------- [ 2020-08-28T17:26:05+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.417193s][吞吐率:2.40req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:26:05+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.411261s][吞吐率:2.43req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:26:06+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.330107s][吞吐率:3.03req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012607s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.009445s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000355s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000423s ] --------------------------------------------------------------- [ 2020-08-28T17:26:06+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.518678s][吞吐率:1.93req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.008192s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.080754s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.008499s ] --------------------------------------------------------------- [ 2020-08-28T17:26:06+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.730049s][吞吐率:1.37req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001690s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.053431s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.022484s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.056099s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.028531s ] --------------------------------------------------------------- [ 2020-08-28T17:26:06+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.733695s][吞吐率:1.36req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001370s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.041819s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000505s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.011075s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017637s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.044072s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.005510s ] --------------------------------------------------------------- [ 2020-08-28T17:26:06+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.243196s][吞吐率:4.11req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001531s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.008770s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000776s ] --------------------------------------------------------------- [ 2020-08-28T17:26:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.155034s][吞吐率:6.45req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001535s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009167s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.001085s ] --------------------------------------------------------------- [ 2020-08-28T17:26:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.163264s][吞吐率:6.13req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001474s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012483s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.001362s ] --------------------------------------------------------------- [ 2020-08-28T17:26:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.130401s][吞吐率:7.67req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011076s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007233s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000575s ] --------------------------------------------------------------- [ 2020-08-28T17:26:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.143215s][吞吐率:6.98req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001169s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006233s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000350s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003200s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006136s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000282s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005666s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000385s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006319s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000574s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000481s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205904','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209987','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208246','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209018','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209722','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205934','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208047','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203655','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206280','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202567','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201573','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207275','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209922','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002652s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000357s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000337s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000379s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000301s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000300s ] --------------------------------------------------------------- [ 2020-08-28T17:26:17+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.116523s][吞吐率:8.58req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001780s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006097s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000517s ] --------------------------------------------------------------- [ 2020-08-28T17:26:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.122341s][吞吐率:8.17req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001240s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007749s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000578s ] --------------------------------------------------------------- [ 2020-08-28T17:27:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.419330s][吞吐率:2.38req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:27:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.494643s][吞吐率:2.02req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:27:15+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.564507s][吞吐率:1.77req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010068s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.010794s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000289s ] --------------------------------------------------------------- [ 2020-08-28T17:27:15+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.259119s][吞吐率:3.86req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001905s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.021947s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000571s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000668s ] --------------------------------------------------------------- [ 2020-08-28T17:27:15+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.223765s][吞吐率:4.47req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001312s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.006772s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000294s ] --------------------------------------------------------------- [ 2020-08-28T17:27:15+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.680374s][吞吐率:1.47req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005822s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.007891s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000317s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.007287s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.017034s ] --------------------------------------------------------------- [ 2020-08-28T17:27:15+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.751652s][吞吐率:1.33req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003516s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.035413s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000540s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.009438s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.017452s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.009251s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000831s ] --------------------------------------------------------------- [ 2020-08-28T17:27:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.129756s][吞吐率:7.71req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001137s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010372s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000293s ] --------------------------------------------------------------- [ 2020-08-28T17:27:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.132233s][吞吐率:7.56req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001307s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010896s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000392s ] --------------------------------------------------------------- [ 2020-08-28T17:27:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.111254s][吞吐率:8.99req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001148s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006454s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000440s ] --------------------------------------------------------------- [ 2020-08-28T17:27:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.143022s][吞吐率:6.99req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010959s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006089s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000413s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003287s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005968s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000472s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007953s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000459s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006487s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000641s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000615s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209791','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209541','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208002','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208308','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207738','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204539','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203338','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202277','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203487','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203035','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201962','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203542','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202383','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003732s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000583s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000434s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000502s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000494s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000472s ] --------------------------------------------------------------- [ 2020-08-28T17:27:23+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.112444s][吞吐率:8.89req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001069s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006504s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000382s ] --------------------------------------------------------------- [ 2020-08-28T17:27:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.132637s][吞吐率:7.54req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010954s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007232s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000506s ] --------------------------------------------------------------- [ 2020-08-28T17:27:30+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.033488s][吞吐率:29.86req/s] [内存消耗:2,356.77kb] [文件加载:39] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'plan', 1 => 'editClass', 2 => NULL, ), ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '1726', ) [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:28:19+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.236603s][吞吐率:4.23req/s] [内存消耗:2,719.21kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:28:20+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.407488s][吞吐率:2.45req/s] [内存消耗:2,719.24kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:28:20+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.520592s][吞吐率:1.92req/s] [内存消耗:4,110.98kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001463s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.032774s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000461s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.012081s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.018542s ] --------------------------------------------------------------- [ 2020-08-28T17:28:20+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.490263s][吞吐率:2.04req/s] [内存消耗:3,681.66kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001441s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.047032s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.007057s ] --------------------------------------------------------------- [ 2020-08-28T17:28:20+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.292586s][吞吐率:3.42req/s] [内存消耗:3,915.03kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001335s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.013345s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.000449s ] --------------------------------------------------------------- [ 2020-08-28T17:28:20+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.249330s][吞吐率:4.01req/s] [内存消耗:3,731.01kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004792s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.012440s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000330s ] --------------------------------------------------------------- [ 2020-08-28T17:28:20+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.640709s][吞吐率:1.56req/s] [内存消耗:3,718.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001740s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.036826s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.031127s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.020700s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.010154s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.001002s ] --------------------------------------------------------------- [ 2020-08-28T17:28:23+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.143628s][吞吐率:6.96req/s] [内存消耗:3,739.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 372 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001488s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008836s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000362s ] --------------------------------------------------------------- [ 2020-08-28T17:28:23+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.158840s][吞吐率:6.30req/s] [内存消耗:3,748.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 346 - 353 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001249s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009211s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000620s ] --------------------------------------------------------------- [ 2020-08-28T17:28:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.159042s][吞吐率:6.29req/s] [内存消耗:3,749.84kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 364 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001450s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010477s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000627s ] --------------------------------------------------------------- [ 2020-08-28T17:28:26+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.144739s][吞吐率:6.91req/s] [内存消耗:4,177.41kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001222s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006160s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002594s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007138s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000331s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006194s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000491s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005986s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000549s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000569s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209000','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202292','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202232','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209597','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207922','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209129','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20205504','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209148','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204506','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204135','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206299','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208540','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201847','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003609s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000557s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000273s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000427s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000557s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000485s ] --------------------------------------------------------------- [ 2020-08-28T17:28:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.116896s][吞吐率:8.55req/s] [内存消耗:3,755.17kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 247 - 256 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001311s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005979s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000744s ] --------------------------------------------------------------- [ 2020-08-28T17:28:31+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.105391s][吞吐率:9.49req/s] [内存消耗:3,745.87kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 234 - 244 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002043s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008468s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000484s ] --------------------------------------------------------------- [ 2020-08-28T17:28:34+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.023098s][吞吐率:43.29req/s] [内存消耗:2,356.77kb] [文件加载:39] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'plan', 1 => 'editClass', 2 => NULL, ), ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '1741', ) [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:29:11+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.181271s][吞吐率:5.52req/s] [内存消耗:3,741.22kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '1741', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 232 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012673s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.027949s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班' WHERE `id` = 1741 [ RunTime:0.000525s ] --------------------------------------------------------------- [ 2020-08-28T17:30:12+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.286228s][吞吐率:3.49req/s] [内存消耗:2,806.65kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '1741', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:30:23+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.167183s][吞吐率:5.98req/s] [内存消耗:2,806.65kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '1741', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:30:28+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.132002s][吞吐率:7.58req/s] [内存消耗:2,806.65kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '1741', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T17:31:09+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.210525s][吞吐率:4.75req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '1741', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002485s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013164s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598607069' WHERE `id` = 1741 [ RunTime:0.003756s ] --------------------------------------------------------------- [ 2020-08-28T17:31:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.234059s][吞吐率:4.27req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 347 - 354 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002089s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.014306s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.001743s ] --------------------------------------------------------------- [ 2020-08-28T17:31:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.250269s][吞吐率:4.00req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003527s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.021522s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000717s ] --------------------------------------------------------------- [ 2020-08-28T17:31:33+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.192237s][吞吐率:5.20req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004069s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.018087s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000483s ] --------------------------------------------------------------- [ 2020-08-28T17:31:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.180071s][吞吐率:5.55req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001339s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007833s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000390s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003738s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008387s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000346s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008278s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000420s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008433s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000662s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000660s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201515','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208241','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203246','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201440','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205833','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209294','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206149','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205754','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208658','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209487','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205168','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209629','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208582','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.004501s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000421s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000504s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000357s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000304s ] --------------------------------------------------------------- [ 2020-08-28T17:31:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.215169s][吞吐率:4.65req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001853s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009142s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000488s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.009407s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009665s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.011930s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000514s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010823s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000683s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.002010s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208536','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205646','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201533','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208700','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201662','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208427','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201435','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20207604','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206583','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209854','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206804','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208390','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209517','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002749s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000401s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000278s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000396s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000371s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000441s ] --------------------------------------------------------------- [ 2020-08-28T17:31:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.159462s][吞吐率:6.27req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001430s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011003s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000478s ] --------------------------------------------------------------- [ 2020-08-28T17:31:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.160592s][吞吐率:6.23req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001423s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012368s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000527s ] --------------------------------------------------------------- [ 2020-08-28T17:31:45+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.155879s][吞吐率:6.42req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '1771', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001508s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008458s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598607105' WHERE `id` = 1771 [ RunTime:0.001861s ] --------------------------------------------------------------- [ 2020-08-28T17:33:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.134430s][吞吐率:7.44req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 347 - 354 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001358s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009976s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000427s ] --------------------------------------------------------------- [ 2020-08-28T17:33:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.137683s][吞吐率:7.26req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001547s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010686s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000426s ] --------------------------------------------------------------- [ 2020-08-28T17:33:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.131134s][吞吐率:7.63req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001014s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.016310s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000452s ] --------------------------------------------------------------- [ 2020-08-28T17:33:47+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.169833s][吞吐率:5.89req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011180s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006860s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000436s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.013388s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007691s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000310s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006499s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000382s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007018s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000661s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000592s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204629','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206519','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206505','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204275','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20208570','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206878','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201226','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203184','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202719','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202017','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202890','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202919','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205922','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003615s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000445s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000362s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000461s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000463s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000425s ] --------------------------------------------------------------- [ 2020-08-28T17:33:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.107961s][吞吐率:9.26req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001351s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007468s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000709s ] --------------------------------------------------------------- [ 2020-08-28T17:33:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.125433s][吞吐率:7.97req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001250s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008487s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000413s ] --------------------------------------------------------------- [ 2020-08-28T17:33:57+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.132219s][吞吐率:7.56req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '1786', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001463s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007330s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598607237' WHERE `id` = 1786 [ RunTime:0.002212s ] --------------------------------------------------------------- [ 2020-08-28T17:34:28+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.122047s][吞吐率:8.19req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001291s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006087s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000480s ] --------------------------------------------------------------- [ 2020-08-28T17:34:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.109536s][吞吐率:9.13req/s] [内存消耗:3,754.76kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001973s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006463s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000535s ] --------------------------------------------------------------- [ 2020-08-28T17:34:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.113718s][吞吐率:8.79req/s] [内存消耗:3,746.22kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001611s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006514s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000454s ] --------------------------------------------------------------- [ 2020-08-28T17:34:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=3%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=3%E7%8F%AD [运行时间:0.102729s][吞吐率:9.73req/s] [内存消耗:3,754.77kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '3班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001067s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006484s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '3班' AND `status` = 1 [ RunTime:0.000718s ] --------------------------------------------------------------- [ 2020-08-28T17:34:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=2%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=2%E7%8F%AD [运行时间:0.133154s][吞吐率:7.51req/s] [内存消耗:3,755.48kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '2班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001225s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009695s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '2班' AND `status` = 1 [ RunTime:0.000447s ] --------------------------------------------------------------- [ 2020-08-28T17:35:56+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.121284s][吞吐率:8.25req/s] [内存消耗:3,754.76kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001278s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006429s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000567s ] --------------------------------------------------------------- [ 2020-08-28T17:35:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.138187s][吞吐率:7.24req/s] [内存消耗:3,754.76kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012068s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.014808s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000547s ] --------------------------------------------------------------- [ 2020-08-28T17:36:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.132440s][吞吐率:7.55req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001966s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006262s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000446s ] --------------------------------------------------------------- [ 2020-08-28T17:36:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.133815s][吞吐率:7.47req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001292s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006213s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001686s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006354s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000455s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006978s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000338s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006365s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000622s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000568s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202903','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201092','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203199','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205521','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207007','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207924','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208243','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202360','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207295','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203981','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20208769','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201783','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201239','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002504s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000484s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000367s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000492s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000529s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000418s ] --------------------------------------------------------------- [ 2020-08-28T17:36:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.116199s][吞吐率:8.61req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 347 - 354 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001329s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007254s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000551s ] --------------------------------------------------------------- [ 2020-08-28T17:36:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.112076s][吞吐率:8.92req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001326s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007427s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000266s ] --------------------------------------------------------------- [ 2020-08-28T17:36:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.120110s][吞吐率:8.33req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001124s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008056s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000409s ] --------------------------------------------------------------- [ 2020-08-28T17:36:29+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.142925s][吞吐率:7.00req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001183s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006393s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000444s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002629s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006081s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000415s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005749s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000357s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006591s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000665s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000715s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203391','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204540','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201881','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207848','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207293','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202838','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208200','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204099','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20201895','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204564','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201141','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20209261','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204917','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002665s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000510s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000425s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000553s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000515s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000501s ] --------------------------------------------------------------- [ 2020-08-28T17:38:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.125701s][吞吐率:7.96req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010680s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006172s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000513s ] --------------------------------------------------------------- [ 2020-08-28T17:38:16+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.113574s][吞吐率:8.80req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001384s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008064s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000499s ] --------------------------------------------------------------- [ 2020-08-28T17:38:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.117595s][吞吐率:8.50req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001309s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010178s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000443s ] --------------------------------------------------------------- [ 2020-08-28T17:38:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.120548s][吞吐率:8.30req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001115s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006118s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000399s ] --------------------------------------------------------------- [ 2020-08-28T17:39:01+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.107317s][吞吐率:9.32req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '1816', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010587s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006804s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598607541' WHERE `id` = 1816 [ RunTime:0.002624s ] --------------------------------------------------------------- [ 2020-08-28T17:39:22+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.131112s][吞吐率:7.63req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 347 - 354 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001022s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006705s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000365s ] --------------------------------------------------------------- [ 2020-08-28T17:39:22+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.138551s][吞吐率:7.22req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001240s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007108s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000345s ] --------------------------------------------------------------- [ 2020-08-28T17:39:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.104351s][吞吐率:9.58req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001069s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006241s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000646s ] --------------------------------------------------------------- [ 2020-08-28T17:39:45+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.127778s][吞吐率:7.83req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001152s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005994s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000408s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002194s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005769s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000416s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005873s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000400s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005881s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000662s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000537s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202387','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204212','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207821','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208347','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204285','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209085','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201729','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201890','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209821','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205573','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20208697','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206033','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209714','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002270s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000442s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000456s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000515s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000428s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000446s ] --------------------------------------------------------------- [ 2020-08-28T17:42:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.108795s][吞吐率:9.19req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001276s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005959s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000690s ] --------------------------------------------------------------- [ 2020-08-28T17:44:22+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.119185s][吞吐率:8.39req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001265s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008209s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000545s ] --------------------------------------------------------------- [ 2020-08-28T17:44:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.125433s][吞吐率:7.97req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002009s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008537s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000420s ] --------------------------------------------------------------- [ 2020-08-28T17:45:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.131151s][吞吐率:7.62req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001456s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007021s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000391s ] --------------------------------------------------------------- [ 2020-08-28T17:47:23+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.118145s][吞吐率:8.46req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001050s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006334s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000531s ] --------------------------------------------------------------- [ 2020-08-28T17:47:26+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.113804s][吞吐率:8.79req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001126s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007970s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000498s ] --------------------------------------------------------------- [ 2020-08-28T17:47:28+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.127417s][吞吐率:7.85req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011313s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005866s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000477s ] --------------------------------------------------------------- [ 2020-08-28T17:52:36+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.127239s][吞吐率:7.86req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001849s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007465s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000520s ] --------------------------------------------------------------- [ 2020-08-28T17:52:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.131817s][吞吐率:7.59req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011497s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006700s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000505s ] --------------------------------------------------------------- [ 2020-08-28T17:52:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.121507s][吞吐率:8.23req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010564s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008416s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000468s ] --------------------------------------------------------------- [ 2020-08-28T17:56:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.104529s][吞吐率:9.57req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001036s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007432s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000301s ] --------------------------------------------------------------- [ 2020-08-28T17:56:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.108588s][吞吐率:9.21req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 347 - 354 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001367s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007485s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000349s ] --------------------------------------------------------------- [ 2020-08-28T17:56:49+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.107437s][吞吐率:9.31req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001101s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006279s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000457s ] --------------------------------------------------------------- [ 2020-08-28T17:56:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.223510s][吞吐率:4.47req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001389s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010682s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000442s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004325s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.012902s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.001097s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010169s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000489s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012740s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000776s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.001152s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206061','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205174','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208430','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202579','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20208174','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204268','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209197','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203597','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207246','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204891','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205659','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203192','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204120','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.004686s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000508s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000683s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000667s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000591s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000426s ] --------------------------------------------------------------- [ 2020-08-28T17:58:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.169028s][吞吐率:5.92req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001367s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.012277s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000340s ] --------------------------------------------------------------- [ 2020-08-28T17:58:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.231672s][吞吐率:4.32req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 347 - 354 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001434s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009209s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000407s ] --------------------------------------------------------------- [ 2020-08-28T17:58:28+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.146323s][吞吐率:6.83req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 356 - 365 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001661s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008480s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000359s ] --------------------------------------------------------------- [ 2020-08-28T17:58:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.240764s][吞吐率:4.15req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001593s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010223s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000521s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004696s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.010586s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000434s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008941s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000398s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008382s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000635s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000565s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206354','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209917','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206096','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203492','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201264','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204673','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208837','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201333','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202766','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206935','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201717','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204289','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203828','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002584s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000433s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000251s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000524s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000503s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000416s ] --------------------------------------------------------------- [ 2020-08-28T17:58:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.159451s][吞吐率:6.27req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001407s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013263s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000696s ] --------------------------------------------------------------- [ 2020-08-28T17:58:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.117458s][吞吐率:8.51req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011300s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006035s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000384s ] --------------------------------------------------------------- [ 2020-08-28T18:01:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.163179s][吞吐率:6.13req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011235s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006144s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000422s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002987s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006273s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000449s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006320s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000445s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005884s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000627s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000549s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206297','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202454','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208705','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201920','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205852','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206268','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206423','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208010','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204194','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203876','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202788','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201566','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204417','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003632s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000449s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000414s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000494s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000460s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000393s ] --------------------------------------------------------------- [ 2020-08-28T18:01:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.155893s][吞吐率:6.41req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011127s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006208s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000392s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002491s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005900s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000414s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005817s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000487s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006493s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000634s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000591s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208498','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20207642','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202558','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205115','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201852','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208331','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208455','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209381','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206158','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205698','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203224','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206809','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203133','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002757s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000615s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000438s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000477s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000574s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000430s ] --------------------------------------------------------------- [ 2020-08-28T18:01:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.162213s][吞吐率:6.16req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011219s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006313s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002972s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.005952s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000400s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006070s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000421s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006388s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000622s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000571s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205086','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202335','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209493','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205997','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207339','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207757','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207027','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205469','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208801','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20207958','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202504','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205767','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201316','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002821s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000423s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000423s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000468s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000444s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000400s ] --------------------------------------------------------------- [ 2020-08-28T18:01:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.164330s][吞吐率:6.09req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010720s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005904s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002472s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006147s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000419s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005922s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000407s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006638s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000833s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000904s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204907','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203518','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20206609','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208228','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205073','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204162','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203216','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203380','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20201424','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203032','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204304','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201115','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209430','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002000s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000477s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000558s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000788s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000578s ] --------------------------------------------------------------- [ 2020-08-28T18:01:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.155422s][吞吐率:6.43req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001407s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007519s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000304s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001735s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006410s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000280s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006674s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000244s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005863s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000422s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000401s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201771','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201609','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209650','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20201184','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207523','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201318','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20205479','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203802','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209952','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20207900','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203469','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208090','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205402','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002652s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000672s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000466s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000684s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000829s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000356s ] --------------------------------------------------------------- [ 2020-08-28T18:01:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.159385s][吞吐率:6.27req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011958s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013696s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000741s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002794s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007153s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006163s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000348s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005977s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000561s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000498s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203220','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205094','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202279','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204059','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203320','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205304','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203214','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209779','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206426','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209153','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204764','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201561','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202131','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.001702s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000408s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000307s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000338s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000417s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000327s ] --------------------------------------------------------------- [ 2020-08-28T18:01:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.140621s][吞吐率:7.11req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001088s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006501s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000355s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001976s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008129s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000347s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006242s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000339s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005831s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000535s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000456s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207359','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203273','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203871','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202530','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204141','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208585','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209680','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206216','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208218','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208043','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20207455','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207283','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205808','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002239s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.001088s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000716s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000753s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000709s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000894s ] --------------------------------------------------------------- [ 2020-08-28T18:01:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.140140s][吞吐率:7.14req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010622s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009992s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000484s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002764s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006536s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000436s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006637s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000388s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006665s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000621s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000640s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202492','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208166','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204324','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205632','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206275','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209281','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209434','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202906','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202235','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203769','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203206','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206350','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204717','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002951s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000588s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000448s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000506s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000500s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000456s ] --------------------------------------------------------------- [ 2020-08-28T18:01:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.193072s][吞吐率:5.18req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001481s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009626s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000484s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002412s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009246s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000390s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007817s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000358s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007985s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000535s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000699s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207099','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206733','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202183','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205564','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203239','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209611','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208123','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201120','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207659','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205931','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201390','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201229','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204327','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002405s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000417s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000371s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000536s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000467s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000356s ] --------------------------------------------------------------- [ 2020-08-28T18:01:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.304665s][吞吐率:3.28req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001123s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008361s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000428s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.013356s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.095054s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000484s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.041613s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011777s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000649s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000516s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203289','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208701','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202234','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208712','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204778','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20207276','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204979','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204782','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208991','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205834','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205809','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208006','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201023','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002644s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000393s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000384s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000643s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000677s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000480s ] --------------------------------------------------------------- [ 2020-08-28T18:01:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.211771s][吞吐率:4.72req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001875s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010240s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000513s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002551s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.017700s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000445s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008755s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000456s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009567s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000811s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.001099s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209823','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20206716','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209267','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203718','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209058','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204812','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207051','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201243','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203071','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209851','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205661','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207820','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202833','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002652s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000466s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000351s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000506s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000350s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000337s ] --------------------------------------------------------------- [ 2020-08-28T18:01:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.209927s][吞吐率:4.76req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001733s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013842s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000980s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002250s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009861s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000327s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010374s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009673s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000482s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.001090s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208592','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205566','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202354','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20206466','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206271','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209595','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203293','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201416','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203088','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209739','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203793','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202465','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207763','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.001685s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000395s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000528s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000576s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000561s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000451s ] --------------------------------------------------------------- [ 2020-08-28T18:01:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.198432s][吞吐率:5.04req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001347s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008273s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000371s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002201s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007822s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000292s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009072s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000295s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012457s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.001161s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000971s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202428','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204816','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201794','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205811','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20203635','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208735','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20202009','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204975','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20203067','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208136','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204807','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206793','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203817','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003066s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000500s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000438s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000603s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000965s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000853s ] --------------------------------------------------------------- [ 2020-08-28T18:01:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.183441s][吞吐率:5.45req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001084s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008384s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000421s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002447s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008449s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000435s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008719s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000902s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012138s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000679s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000638s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202341','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201322','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203708','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20206514','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206247','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206849','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203737','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208060','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208799','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208843','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205648','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20207619','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201842','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002172s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000302s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000359s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000360s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000355s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000604s ] --------------------------------------------------------------- [ 2020-08-28T18:01:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.182233s][吞吐率:5.49req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001224s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008008s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000384s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002028s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007930s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000308s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008144s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000386s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007835s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000835s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000702s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207239','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202033','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204235','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204480','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205761','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208030','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203768','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208148','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207922','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205643','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20207361','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204416','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204441','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002551s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000458s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000473s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000515s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000631s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000544s ] --------------------------------------------------------------- [ 2020-08-28T18:01:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.182642s][吞吐率:5.48req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001532s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008156s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000399s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002602s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007332s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000421s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007858s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000377s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007901s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000647s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000564s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209273','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208033','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204911','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208718','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205607','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204986','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204154','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20203272','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208814','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204102','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205067','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208848','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207363','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002761s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000385s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000440s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000462s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000414s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000368s ] --------------------------------------------------------------- [ 2020-08-28T18:01:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.194976s][吞吐率:5.13req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001555s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008383s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000631s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002699s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008807s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000314s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008361s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000565s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012888s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000760s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.001131s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208473','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202869','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20208288','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20203222','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207695','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206278','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206938','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202860','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204859','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20201513','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205641','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208247','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207561','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002797s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000315s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000281s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000875s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000741s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000682s ] --------------------------------------------------------------- [ 2020-08-28T18:01:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.183166s][吞吐率:5.46req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001157s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007821s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000407s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002365s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008387s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000282s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007876s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000374s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010884s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000662s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000666s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209215','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203484','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20205378','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208535','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20201589','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20203105','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209626','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201925','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206110','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203693','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202255','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206828','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205621','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002261s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000474s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000308s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000355s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000379s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000443s ] --------------------------------------------------------------- [ 2020-08-28T18:01:10+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.187535s][吞吐率:5.33req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001399s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007515s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000395s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001817s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008049s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000296s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008796s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000473s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009297s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000915s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000781s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207216','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208859','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204964','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205466','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20202144','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205531','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20209550','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206489','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208445','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208866','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202307','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205033','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20205587','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002708s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000347s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000625s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000568s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000464s ] --------------------------------------------------------------- [ 2020-08-28T18:01:15+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.215865s][吞吐率:4.63req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001614s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.017141s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000506s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001962s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009622s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000356s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009534s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000456s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008898s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000780s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000545s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20203956','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205453','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201943','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204540','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207396','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209705','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20202561','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202772','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204279','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20201284','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20207732','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202253','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20202199','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002226s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000298s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000222s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000339s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000291s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000274s ] --------------------------------------------------------------- [ 2020-08-28T18:03:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.195876s][吞吐率:5.11req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 248 - 257 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001848s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.017760s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000540s ] --------------------------------------------------------------- [ 2020-08-28T18:03:43+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.183799s][吞吐率:5.44req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003168s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011809s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.001826s ] --------------------------------------------------------------- [ 2020-08-28T18:03:51+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.175492s][吞吐率:5.70req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001726s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011766s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609031' WHERE `id` = 2161 [ RunTime:0.013970s ] --------------------------------------------------------------- [ 2020-08-28T18:05:29+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.118369s][吞吐率:8.45req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 235 - 245 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001047s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006455s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000509s ] --------------------------------------------------------------- [ 2020-08-28T18:05:36+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.129793s][吞吐率:7.70req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001789s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008443s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609136' WHERE `id` = 2161 [ RunTime:0.000429s ] --------------------------------------------------------------- [ 2020-08-28T18:05:41+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.121031s][吞吐率:8.26req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010789s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006247s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609141' WHERE `id` = 2161 [ RunTime:0.003983s ] --------------------------------------------------------------- [ 2020-08-28T18:05:57+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.165284s][吞吐率:6.05req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001773s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010430s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609157' WHERE `id` = 2161 [ RunTime:0.000480s ] --------------------------------------------------------------- [ 2020-08-28T18:06:01+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.151280s][吞吐率:6.61req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001963s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007748s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609161' WHERE `id` = 2161 [ RunTime:0.000328s ] --------------------------------------------------------------- [ 2020-08-28T18:06:03+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.187109s][吞吐率:5.34req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001208s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008381s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609163' WHERE `id` = 2161 [ RunTime:0.000370s ] --------------------------------------------------------------- [ 2020-08-28T18:15:55+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.169232s][吞吐率:5.91req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001371s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008250s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609755' WHERE `id` = 2161 [ RunTime:0.000402s ] --------------------------------------------------------------- [ 2020-08-28T18:15:58+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.128828s][吞吐率:7.76req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001208s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009505s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609758' WHERE `id` = 2161 [ RunTime:0.000277s ] --------------------------------------------------------------- [ 2020-08-28T18:15:59+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.112424s][吞吐率:8.89req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001233s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005842s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609759' WHERE `id` = 2161 [ RunTime:0.000567s ] --------------------------------------------------------------- [ 2020-08-28T18:16:04+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.114239s][吞吐率:8.75req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 233 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001057s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006277s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609764' WHERE `id` = 2161 [ RunTime:0.000376s ] --------------------------------------------------------------- [ 2020-08-28T18:16:57+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.182301s][吞吐率:5.49req/s] [内存消耗:3,707.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002084s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.020542s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609817' WHERE `id` = 2161 [ RunTime:0.000808s ] --------------------------------------------------------------- [ 2020-08-28T18:17:28+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.115680s][吞吐率:8.64req/s] [内存消耗:3,707.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001039s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006446s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609848' WHERE `id` = 2161 [ RunTime:0.000259s ] --------------------------------------------------------------- [ 2020-08-28T18:17:31+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.116599s][吞吐率:8.58req/s] [内存消耗:3,707.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001317s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006327s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609851' WHERE `id` = 2161 [ RunTime:0.003438s ] --------------------------------------------------------------- [ 2020-08-28T18:17:31+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.125144s][吞吐率:7.99req/s] [内存消耗:3,707.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001097s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006637s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609851' WHERE `id` = 2161 [ RunTime:0.000310s ] --------------------------------------------------------------- [ 2020-08-28T18:17:32+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.127768s][吞吐率:7.83req/s] [内存消耗:3,707.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011257s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006206s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609852' WHERE `id` = 2161 [ RunTime:0.000430s ] --------------------------------------------------------------- [ 2020-08-28T18:17:33+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.142413s][吞吐率:7.02req/s] [内存消耗:3,707.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001207s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006842s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609853' WHERE `id` = 2161 [ RunTime:0.000368s ] --------------------------------------------------------------- [ 2020-08-28T18:17:45+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.208618s][吞吐率:4.79req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001659s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009760s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609865' WHERE `id` = 2161 [ RunTime:0.000732s ] --------------------------------------------------------------- [ 2020-08-28T18:17:51+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.163414s][吞吐率:6.12req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001609s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012713s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609871' WHERE `id` = 2161 [ RunTime:0.003840s ] --------------------------------------------------------------- [ 2020-08-28T18:18:39+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.186219s][吞吐率:5.37req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2161', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001430s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008154s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598609919' WHERE `id` = 2161 [ RunTime:0.000331s ] --------------------------------------------------------------- [ 2020-08-28T18:18:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.184712s][吞吐率:5.41req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 348 - 355 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004825s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008794s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.002173s ] --------------------------------------------------------------- [ 2020-08-28T18:18:46+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.215348s][吞吐率:4.64req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 368 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001500s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.043888s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.008063s ] --------------------------------------------------------------- [ 2020-08-28T18:18:48+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.133256s][吞吐率:7.50req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 357 - 366 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002203s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006898s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000380s ] --------------------------------------------------------------- [ 2020-08-28T18:18:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.158559s][吞吐率:6.31req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001181s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006213s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000410s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003049s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006588s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000369s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005880s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000375s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006640s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000563s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000449s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201357','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208997','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204634','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208805','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207644','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208644','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207257','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209463','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207937','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202930','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201494','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205182','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209830','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003236s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000418s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000391s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000320s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000423s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000371s ] --------------------------------------------------------------- [ 2020-08-28T18:18:53+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.140629s][吞吐率:7.11req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 249 - 258 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002658s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010917s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000379s ] --------------------------------------------------------------- [ 2020-08-28T18:18:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.162032s][吞吐率:6.17req/s] [内存消耗:3,746.22kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 246 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001384s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008115s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000309s ] --------------------------------------------------------------- [ 2020-08-28T18:19:02+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.150443s][吞吐率:6.65req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2178', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001383s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011276s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598609942' WHERE `id` = 2178 [ RunTime:0.001718s ] --------------------------------------------------------------- [ 2020-08-28T18:19:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.154457s][吞吐率:6.47req/s] [内存消耗:3,746.22kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 246 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001542s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009396s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000594s ] --------------------------------------------------------------- [ 2020-08-28T18:19:49+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.140623s][吞吐率:7.11req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2178', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001040s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008694s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598609989' WHERE `id` = 2178 [ RunTime:0.000332s ] --------------------------------------------------------------- [ 2020-08-28T18:19:54+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.140849s][吞吐率:7.10req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2178', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001496s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007308s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598609994' WHERE `id` = 2178 [ RunTime:0.003174s ] --------------------------------------------------------------- [ 2020-08-28T18:19:54+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.133009s][吞吐率:7.52req/s] [内存消耗:3,746.22kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 246 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001381s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008644s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000454s ] --------------------------------------------------------------- [ 2020-08-28T18:20:28+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.213182s][吞吐率:4.69req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 368 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002749s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.013439s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000436s ] --------------------------------------------------------------- [ 2020-08-28T18:20:28+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.224104s][吞吐率:4.46req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 348 - 355 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001671s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.016627s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000529s ] --------------------------------------------------------------- [ 2020-08-28T18:20:32+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.145414s][吞吐率:6.88req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 357 - 366 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001854s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010421s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000548s ] --------------------------------------------------------------- [ 2020-08-28T18:20:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.189458s][吞吐率:5.28req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001352s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008319s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000306s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003674s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008923s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000276s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006733s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000371s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007492s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000711s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000666s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20201553','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204216','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207507','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205488','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205775','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208232','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204759','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201303','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204706','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202526','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204455','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20202444','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208190','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003778s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000448s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000317s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000525s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000418s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000513s ] --------------------------------------------------------------- [ 2020-08-28T18:20:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.155498s][吞吐率:6.43req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 249 - 258 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001126s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010984s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000406s ] --------------------------------------------------------------- [ 2020-08-28T18:20:38+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.147840s][吞吐率:6.76req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 246 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001269s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007558s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000476s ] --------------------------------------------------------------- [ 2020-08-28T18:20:41+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.109181s][吞吐率:9.16req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2191', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001242s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.005944s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610041' WHERE `id` = 2191 [ RunTime:0.007808s ] --------------------------------------------------------------- [ 2020-08-28T18:20:41+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.092054s][吞吐率:10.86req/s] [内存消耗:3,746.14kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 246 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001071s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006360s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000410s ] --------------------------------------------------------------- [ 2020-08-28T18:21:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.185210s][吞吐率:5.40req/s] [内存消耗:3,748.70kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 348 - 355 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001876s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009918s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000646s ] --------------------------------------------------------------- [ 2020-08-28T18:21:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.320290s][吞吐率:3.12req/s] [内存消耗:3,740.40kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 368 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003260s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.020947s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000422s ] --------------------------------------------------------------- [ 2020-08-28T18:21:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.169452s][吞吐率:5.90req/s] [内存消耗:3,750.47kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 357 - 366 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001804s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013295s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000565s ] --------------------------------------------------------------- [ 2020-08-28T18:21:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.170306s][吞吐率:5.87req/s] [内存消耗:4,177.86kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001200s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008602s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000456s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004030s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009541s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000478s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007991s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000416s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007824s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000586s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000657s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206293','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209740','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207850','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209893','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206837','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202079','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203639','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20201450','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202863','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206002','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202082','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203325','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207590','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002931s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000393s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000331s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000507s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000427s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000414s ] --------------------------------------------------------------- [ 2020-08-28T18:21:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.270485s][吞吐率:3.70req/s] [内存消耗:3,755.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 249 - 258 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001673s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007251s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000518s ] --------------------------------------------------------------- [ 2020-08-28T18:21:11+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.112557s][吞吐率:8.88req/s] [内存消耗:3,746.22kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 236 - 246 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001145s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007838s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000400s ] --------------------------------------------------------------- [ 2020-08-28T18:21:18+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.154996s][吞吐率:6.45req/s] [内存消耗:3,742.28kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 223 - 234 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001527s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.013045s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610078' WHERE `id` = 2208 [ RunTime:0.003934s ] --------------------------------------------------------------- [ 2020-08-28T18:21:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.158551s][吞吐率:6.31req/s] [内存消耗:3,909.16kb] [文件加载:54] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 221 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001439s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009088s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000415s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008191s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000404s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000350s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000546s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000382s ] [ error ] [0]variable type error: array[D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\library\think\Response.php:293] --------------------------------------------------------------- [ 2020-08-28T18:24:03+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.134292s][吞吐率:7.45req/s] [内存消耗:3,744.11kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 225 - 236 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001174s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008263s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610243' WHERE `id` = 2208 [ RunTime:0.003983s ] --------------------------------------------------------------- [ 2020-08-28T18:24:03+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.155218s][吞吐率:6.44req/s] [内存消耗:3,911.09kb] [文件加载:54] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 223 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001564s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007527s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009198s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000460s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000544s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000440s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000446s ] [ error ] [0]variable type error: array[D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\library\think\Response.php:293] --------------------------------------------------------------- [ 2020-08-28T18:24:12+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.157595s][吞吐率:6.35req/s] [内存消耗:3,744.11kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 225 - 236 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001086s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009978s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610252' WHERE `id` = 2208 [ RunTime:0.000314s ] --------------------------------------------------------------- [ 2020-08-28T18:24:40+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.167477s][吞吐率:5.97req/s] [内存消耗:3,744.11kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 225 - 236 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001684s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009102s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610280' WHERE `id` = 2208 [ RunTime:0.013871s ] --------------------------------------------------------------- [ 2020-08-28T18:24:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.183756s][吞吐率:5.44req/s] [内存消耗:3,911.09kb] [文件加载:54] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 223 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001573s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009400s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000745s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010059s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000373s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000585s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000695s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000561s ] [ error ] [0]variable type error: array[D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\library\think\Response.php:293] --------------------------------------------------------------- [ 2020-08-28T18:25:00+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.187212s][吞吐率:5.34req/s] [内存消耗:3,744.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001558s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008990s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610300' WHERE `id` = 2208 [ RunTime:0.000519s ] --------------------------------------------------------------- [ 2020-08-28T18:25:12+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.158758s][吞吐率:6.30req/s] [内存消耗:3,744.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001471s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008212s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610311' WHERE `id` = 2208 [ RunTime:0.003236s ] --------------------------------------------------------------- [ 2020-08-28T18:25:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.106533s][吞吐率:9.39req/s] [内存消耗:2,809.90kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 226 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T18:25:29+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.208682s][吞吐率:4.79req/s] [内存消耗:3,744.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012544s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.021840s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598610329' WHERE `id` = 2208 [ RunTime:0.016806s ] --------------------------------------------------------------- [ 2020-08-28T18:25:29+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.262394s][吞吐率:3.81req/s] [内存消耗:3,736.70kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 226 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010058s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.037401s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000936s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.045788s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.001232s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.006181s ] --------------------------------------------------------------- [ 2020-08-28T18:25:43+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.172272s][吞吐率:5.80req/s] [内存消耗:3,744.93kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001345s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012249s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610343' WHERE `id` = 2208 [ RunTime:0.013076s ] --------------------------------------------------------------- [ 2020-08-28T18:25:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.178721s][吞吐率:5.60req/s] [内存消耗:3,738.00kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 226 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002656s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012480s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000487s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010063s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000373s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000490s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000457s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000368s ] --------------------------------------------------------------- [ 2020-08-28T18:25:57+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.224566s][吞吐率:4.45req/s] [内存消耗:3,744.45kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001030s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009680s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598610357' WHERE `id` = 2208 [ RunTime:0.003356s ] --------------------------------------------------------------- [ 2020-08-28T18:25:57+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.190374s][吞吐率:5.25req/s] [内存消耗:3,737.45kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 226 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001201s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013056s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000827s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008929s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000367s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000979s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000632s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000496s ] --------------------------------------------------------------- [ 2020-08-28T18:26:24+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.159665s][吞吐率:6.26req/s] [内存消耗:3,744.45kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003306s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010880s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598610384' WHERE `id` = 2208 [ RunTime:0.000403s ] --------------------------------------------------------------- [ 2020-08-28T18:26:27+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.113812s][吞吐率:8.79req/s] [内存消耗:3,744.45kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001238s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006327s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598610387' WHERE `id` = 2208 [ RunTime:0.000424s ] --------------------------------------------------------------- [ 2020-08-28T18:26:30+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.142619s][吞吐率:7.01req/s] [内存消耗:3,744.45kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 228 - 239 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001199s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006781s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610390' WHERE `id` = 2208 [ RunTime:0.013917s ] --------------------------------------------------------------- [ 2020-08-28T18:26:31+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.160587s][吞吐率:6.23req/s] [内存消耗:3,737.45kb] [文件加载:48] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 226 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011155s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011212s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000477s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011382s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000435s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000516s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000479s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000412s ] --------------------------------------------------------------- [ 2020-08-28T18:26:50+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.157931s][吞吐率:6.33req/s] [内存消耗:3,744.11kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 226 - 237 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001169s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010180s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610410' WHERE `id` = 2208 [ RunTime:0.002547s ] --------------------------------------------------------------- [ 2020-08-28T18:26:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.148863s][吞吐率:6.72req/s] [内存消耗:3,911.09kb] [文件加载:54] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 224 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001408s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008566s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000431s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009042s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000318s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000366s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000511s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000487s ] [ error ] [0]variable type error: array[D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\library\think\Response.php:293] --------------------------------------------------------------- [ 2020-08-28T18:28:53+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.156000s][吞吐率:6.41req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001148s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006474s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610533' WHERE `id` = 2208 [ RunTime:0.000324s ] --------------------------------------------------------------- [ 2020-08-28T18:29:00+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.252462s][吞吐率:3.96req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2208', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002049s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.027468s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598610540' WHERE `id` = 2208 [ RunTime:0.010026s ] --------------------------------------------------------------- [ 2020-08-28T18:29:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.205844s][吞吐率:4.86req/s] [内存消耗:3,766.68kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001450s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009877s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000374s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008622s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000532s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000947s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000830s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000500s ] --------------------------------------------------------------- [ 2020-08-28T18:29:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.176633s][吞吐率:5.66req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002200s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009691s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.001103s ] --------------------------------------------------------------- [ 2020-08-28T18:29:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.193566s][吞吐率:5.17req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001583s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010615s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000439s ] --------------------------------------------------------------- [ 2020-08-28T18:29:22+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.174420s][吞吐率:5.73req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003997s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.018095s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.002297s ] --------------------------------------------------------------- [ 2020-08-28T18:29:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.159901s][吞吐率:6.25req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001272s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006687s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003200s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006830s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000373s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007390s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000392s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006951s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000643s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000626s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205085','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203792','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203922','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202192','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207536','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201519','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20206470','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205957','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206735','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204783','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209563','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206119','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20209151','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003355s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000479s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000428s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000483s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000617s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000417s ] --------------------------------------------------------------- [ 2020-08-28T18:29:34+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.189418s][吞吐率:5.28req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001449s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007680s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000389s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.018380s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008031s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000326s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008395s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000325s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007659s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000945s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000680s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207678','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208419','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20203520','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207753','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20208798','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202758','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203506','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20209008','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202235','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205798','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20206919','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205887','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204585','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.001949s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000400s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000388s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000512s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000503s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000477s ] --------------------------------------------------------------- [ 2020-08-28T18:29:42+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.260977s][吞吐率:3.83req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001711s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009484s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000468s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004316s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008831s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000275s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.074240s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000375s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008374s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000599s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000594s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208257','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201104','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204858','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20209941','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205356','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20204905','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207889','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20207897','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20205812','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205664','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203449','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201546','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204844','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002640s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000477s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000346s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000432s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000362s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000283s ] --------------------------------------------------------------- [ 2020-08-28T18:30:16+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.276076s][吞吐率:3.62req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001415s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008169s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004057s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008447s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000389s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007453s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007733s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000524s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000886s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20204226','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20202508','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20207481','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20202171','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205934','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202533','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201798','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202012','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202633','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20205494','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201090','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204085','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208665','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003512s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000434s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000573s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000557s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000565s ] --------------------------------------------------------------- [ 2020-08-28T18:30:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.177582s][吞吐率:5.63req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001542s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009109s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000589s ] --------------------------------------------------------------- [ 2020-08-28T18:30:18+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.211005s][吞吐率:4.74req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001709s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008165s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000321s ] --------------------------------------------------------------- [ 2020-08-28T18:30:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.162448s][吞吐率:6.16req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001034s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007067s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000655s ] --------------------------------------------------------------- [ 2020-08-28T18:30:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.161142s][吞吐率:6.21req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001324s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006400s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000301s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002502s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007499s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000300s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006110s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000271s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005906s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000496s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000394s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209012','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205407','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20201081','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204141','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205099','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202536','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201484','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208152','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204123','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204640','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204120','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20203497','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203550','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002950s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000349s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000232s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000344s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000281s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000225s ] --------------------------------------------------------------- [ 2020-08-28T18:30:30+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.186360s][吞吐率:5.37req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001330s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008321s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000420s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.008362s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007664s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000347s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006227s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000300s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007445s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000557s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000595s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205813','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20204207','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209020','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205351','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204647','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201463','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203064','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206993','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20204237','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209109','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204474','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201446','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203177','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002376s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000291s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000208s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000318s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000337s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000299s ] --------------------------------------------------------------- [ 2020-08-28T18:30:35+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.188455s][吞吐率:5.31req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001043s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007547s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000331s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001985s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.007694s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000376s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007547s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000396s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008794s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000719s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.001100s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208862','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209592','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204179','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204560','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20204941','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20201264','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208159','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206980','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20206064','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20202831','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20201856','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204532','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20207452','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002649s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000368s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000405s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000612s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000453s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000335s ] --------------------------------------------------------------- [ 2020-08-28T18:30:37+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.217542s][吞吐率:4.60req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001770s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010944s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000548s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001512s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.011432s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000489s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010081s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000460s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008608s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000787s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000892s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20206139','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205239','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204807','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208822','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207531','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20206776','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201901','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205393','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20207851','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20208436','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203408','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205884','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20203442','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002556s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000474s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000402s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000491s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000510s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000554s ] --------------------------------------------------------------- [ 2020-08-28T18:30:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.269357s][吞吐率:3.71req/s] [内存消耗:4,160.34kb] [文件加载:50] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001522s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011559s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000717s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.006409s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.025222s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000350s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.012247s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000391s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010526s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000708s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000738s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20207688','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20203420','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20205514','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20204149','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20206500','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20209531','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20204001','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206314','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202342','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206837','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205565','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20201782','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206181','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.004891s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000514s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000710s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000704s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000832s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000727s ] --------------------------------------------------------------- [ 2020-08-28T18:31:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.456509s][吞吐率:2.19req/s] [内存消耗:4,182.47kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001797s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008965s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000418s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.001906s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009622s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000435s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009809s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000741s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011283s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.001205s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.001504s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20202929','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209923','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20204897','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20206488','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20209902','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20203295','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20207502','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20205230','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20208349','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20203399','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20205941','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20208876','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201365','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.008709s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000583s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000503s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000629s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000885s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.001958s ] --------------------------------------------------------------- [ 2020-08-28T18:31:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.308853s][吞吐率:3.24req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001497s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.013344s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000318s ] --------------------------------------------------------------- [ 2020-08-28T18:31:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.324275s][吞吐率:3.08req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005356s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.015746s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000543s ] --------------------------------------------------------------- [ 2020-08-28T18:31:21+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.178076s][吞吐率:5.62req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001701s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009134s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000576s ] --------------------------------------------------------------- [ 2020-08-28T18:31:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.210654s][吞吐率:4.75req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001566s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012628s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000412s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.004425s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.009371s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000401s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009835s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000574s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007403s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000544s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000847s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209574','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20201691','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20202430','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207417','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20205793','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208690','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203176','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20208290','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209308','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20209836','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20204888','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206544','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20206336','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003822s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000393s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000403s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000459s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000421s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000303s ] --------------------------------------------------------------- [ 2020-08-28T18:31:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.239763s][吞吐率:4.17req/s] [内存消耗:3,759.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 256 - 265 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001383s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.014368s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.001347s ] --------------------------------------------------------------- [ 2020-08-28T18:31:27+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.190263s][吞吐率:5.26req/s] [内存消耗:3,750.61kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001665s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.012507s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000625s ] --------------------------------------------------------------- [ 2020-08-28T18:31:33+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.148816s][吞吐率:6.72req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2373', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001100s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007025s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610693' WHERE `id` = 2373 [ RunTime:0.009128s ] --------------------------------------------------------------- [ 2020-08-28T18:31:33+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [运行时间:0.143669s][吞吐率:6.96req/s] [内存消耗:3,767.21kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001345s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007216s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000571s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009072s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000409s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000499s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000435s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000332s ] --------------------------------------------------------------- [ 2020-08-28T18:32:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.180045s][吞吐率:5.55req/s] [内存消耗:3,750.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001447s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009012s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000725s ] --------------------------------------------------------------- [ 2020-08-28T18:32:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.178915s][吞吐率:5.59req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001490s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009146s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000338s ] --------------------------------------------------------------- [ 2020-08-28T18:32:58+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.215484s][吞吐率:4.64req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001426s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008485s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000468s ] --------------------------------------------------------------- [ 2020-08-28T18:33:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.133698s][吞吐率:7.48req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001105s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006249s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000309s ] --------------------------------------------------------------- [ 2020-08-28T18:33:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.163341s][吞吐率:6.12req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001122s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006135s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000341s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003491s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006478s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000382s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005831s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000278s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005969s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000603s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000497s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20209531','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20205458','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209743','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20207536','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20207033','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20208327','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20201226','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20206670','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209862','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206748','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20202956','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20206840','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20208736','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.002785s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000398s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000276s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000412s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000336s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000322s ] --------------------------------------------------------------- [ 2020-08-28T18:33:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.139220s][吞吐率:7.18req/s] [内存消耗:3,759.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 256 - 265 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001173s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011419s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000453s ] --------------------------------------------------------------- [ 2020-08-28T18:33:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.114293s][吞吐率:8.75req/s] [内存消耗:3,750.61kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001152s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006099s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000458s ] --------------------------------------------------------------- [ 2020-08-28T18:33:09+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.169416s][吞吐率:5.90req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2388', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.025807s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.021006s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610789' WHERE `id` = 2388 [ RunTime:0.007908s ] --------------------------------------------------------------- [ 2020-08-28T18:33:09+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [运行时间:0.128217s][吞吐率:7.80req/s] [内存消耗:3,767.21kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001374s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007267s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000483s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008233s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000320s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000418s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000476s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000445s ] --------------------------------------------------------------- [ 2020-08-28T18:34:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.156939s][吞吐率:6.37req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001574s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009732s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000315s ] --------------------------------------------------------------- [ 2020-08-28T18:34:19+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.191976s][吞吐率:5.21req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001476s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009984s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.002246s ] --------------------------------------------------------------- [ 2020-08-28T18:34:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.167058s][吞吐率:5.99req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012203s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007862s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000379s ] --------------------------------------------------------------- [ 2020-08-28T18:34:23+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.158795s][吞吐率:6.30req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001071s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006050s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000287s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.003036s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006274s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000260s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.005933s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000255s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.005635s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000460s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000443s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20205972','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20209537','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20209773','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20205596','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20202443','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20205589','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20203070','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20202308','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20209090','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20204015','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20203030','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20205190','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20204260','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003330s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000245s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000209s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000252s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000316s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000247s ] --------------------------------------------------------------- [ 2020-08-28T18:34:25+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.147027s][吞吐率:6.80req/s] [内存消耗:3,759.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 256 - 265 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001304s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.011283s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.000440s ] --------------------------------------------------------------- [ 2020-08-28T18:34:26+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.115392s][吞吐率:8.67req/s] [内存消耗:3,750.61kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001016s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006481s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000303s ] --------------------------------------------------------------- [ 2020-08-28T18:34:29+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.198341s][吞吐率:5.04req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2403', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001502s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008303s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610869' WHERE `id` = 2403 [ RunTime:0.008781s ] --------------------------------------------------------------- [ 2020-08-28T18:34:29+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [运行时间:0.150832s][吞吐率:6.63req/s] [内存消耗:3,767.21kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001610s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010896s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000460s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007771s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000269s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000418s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000324s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000287s ] --------------------------------------------------------------- [ 2020-08-28T18:34:30+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.119941s][吞吐率:8.34req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '3班', 'id' => '2403', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001403s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006136s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='3班',`create_time`='1598610870' WHERE `id` = 2403 [ RunTime:0.000367s ] --------------------------------------------------------------- [ 2020-08-28T18:34:40+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.137869s][吞吐率:7.25req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2403', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001717s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.008998s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610880' WHERE `id` = 2403 [ RunTime:0.002282s ] --------------------------------------------------------------- [ 2020-08-28T18:34:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [运行时间:0.158614s][吞吐率:6.30req/s] [内存消耗:3,767.21kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001726s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009756s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000366s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009374s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000409s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000532s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000486s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000492s ] --------------------------------------------------------------- [ 2020-08-28T18:34:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.182728s][吞吐率:5.47req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001492s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.013449s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000994s ] --------------------------------------------------------------- [ 2020-08-28T18:34:50+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.241911s][吞吐率:4.13req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001817s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009482s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000304s ] --------------------------------------------------------------- [ 2020-08-28T18:34:51+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.182978s][吞吐率:5.47req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003995s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.018260s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000527s ] --------------------------------------------------------------- [ 2020-08-28T18:34:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=3 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=3 [运行时间:0.140756s][吞吐率:7.10req/s] [内存消耗:4,182.10kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '3', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001076s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006890s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000302s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002145s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006596s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000268s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.006324s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 3 LIMIT 1 [ RunTime:0.000291s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.007386s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000493s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `sex` = '男' AND `status` = 2 [ RunTime:0.000411s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `sex` = '女' AND `status` = 2 [ RunTime:0.000349s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone`) SELECT '20200101','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200102','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200103','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200104','一年级','白起','340827201208041236','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200105','一年级','魏冉','340827201208031235','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200106','一年级','公孙衍','340827201208021234','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200107','一年级','张仪','340827201208011232','男','1班','清华大学','2020-2021学年',0 UNION ALL SELECT '20200108','一年级','张仪','340827201208011234','男','1班','主校区','2020-2021学年',0 UNION ALL SELECT '20200109','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985' UNION ALL SELECT '20200110','一年级','李杰','430943199709074567','男','1班','主校区','2020-2021学年','15567897654' UNION ALL SELECT '20200111','一年级','彭于晏','110110199705011010','男','1班','主校区','2020-2021学年','18888888888' UNION ALL SELECT '20200112','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667' UNION ALL SELECT '20200113','一年级','乃万','430912199909093425','女','1班','主校区','2020-2021学年','13156782918' [ RunTime:0.002613s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000288s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000279s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000293s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000367s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000400s ] --------------------------------------------------------------- [ 2020-08-28T18:34:59+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [ log ] 127.0.0.1:8009/plan/divide?school_year=2020-2021%E5%AD%A6%E5%B9%B4&grade_name=%E4%B8%80%E5%B9%B4%E7%BA%A7&pid=4 [运行时间:0.132766s][吞吐率:7.53req/s] [内存消耗:4,182.23kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'divideClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => '*/*', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', 'grade_name' => '一年级', 'pid' => '4', ) [ info ] [ RUN ] Method [ public method divideClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 148 - 181 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001281s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006320s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_report_student_class` LIMIT 1 [ RunTime:0.000589s ] [ sql ] [ SQL ] DELETE FROM `bp_new_report_student_class` WHERE `status` = 1 [ RunTime:0.002983s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.006182s ] [ sql ] [ SQL ] SELECT * FROM `bp_grade` WHERE `gd_name` = '一年级' LIMIT 1 [ RunTime:0.000453s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007110s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000437s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006061s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 [ RunTime:0.000612s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 ORDER BY score desc [ RunTime:0.000706s ] [ sql ] [ SQL ] INSERT INTO `bp_new_report_student_class` (`student_no` , `grade_name` , `student_name` , `identify_no` , `sex` , `class_name` , `school_zone` , `school_year` , `phone` , `score`) SELECT '20208019','一年级','魏嗣','340827201208071239','男','1班','清华大学','2020-2021学年',0,90 UNION ALL SELECT '20208195','一年级','嬴泗','340827201208061238','男','1班','清华大学','2020-2021学年',0,75 UNION ALL SELECT '20205870','一年级','飞月','430686200504135434','男','1班','主校区','2020-2021学年','18756567667',57 UNION ALL SELECT '20208184','一年级','卡卡','340828199425689856','男','1班','主校区','2020-2021学年','18788856985',53 UNION ALL SELECT '20208269','一年级','赢疾','340827201208051237','男','1班','清华大学','2020-2021学年',0,51 UNION ALL SELECT '20202191','一年级','白起','340827201208041236','男','2班','清华大学','2020-2021学年',0,88 UNION ALL SELECT '20208993','一年级','张仪','340827201208011234','男','2班','主校区','2020-2021学年',0,77 UNION ALL SELECT '20204948','一年级','彭于晏','110110199705011010','男','2班','主校区','2020-2021学年','18888888888',56 UNION ALL SELECT '20202664','一年级','魏冉','340827201208031235','男','2班','清华大学','2020-2021学年',0,54 UNION ALL SELECT '20206154','一年级','公孙衍','340827201208021234','男','3班','清华大学','2020-2021学年',0,80 UNION ALL SELECT '20209497','一年级','张仪','340827201208011232','男','3班','清华大学','2020-2021学年',0,78 UNION ALL SELECT '20204226','一年级','乃万','430912199909093425','女','3班','主校区','2020-2021学年','13156782918',55 UNION ALL SELECT '20201051','一年级','李杰','430943199709074567','男','3班','主校区','2020-2021学年','15567897654',54 [ RunTime:0.003618s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000443s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000325s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000577s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000560s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000500s ] --------------------------------------------------------------- [ 2020-08-28T18:35:01+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=1%E7%8F%AD [运行时间:0.114086s][吞吐率:8.77req/s] [内存消耗:3,759.80kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '1班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 256 - 265 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001048s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006273s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '1班' AND `status` = 1 [ RunTime:0.001052s ] --------------------------------------------------------------- [ 2020-08-28T18:35:02+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA [运行时间:0.110574s][吞吐率:9.04req/s] [内存消耗:3,750.61kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001565s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006661s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '主校区' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000507s ] --------------------------------------------------------------- [ 2020-08-28T18:35:05+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.197962s][吞吐率:5.05req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2433', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001601s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006392s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610905' WHERE `id` = 2433 [ RunTime:0.008238s ] --------------------------------------------------------------- [ 2020-08-28T18:35:05+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E4%B8%BB%E6%A0%A1%E5%8C%BA&type=ajax [运行时间:0.111482s][吞吐率:8.97req/s] [内存消耗:3,767.21kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '主校区', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.010452s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006533s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000465s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006330s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000474s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000509s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000489s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000452s ] --------------------------------------------------------------- [ 2020-08-28T18:35:26+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=3%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=3%E7%8F%AD [运行时间:0.116459s][吞吐率:8.59req/s] [内存消耗:3,759.07kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '3班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 256 - 265 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011938s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006541s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '3班' AND `status` = 1 [ RunTime:0.000566s ] --------------------------------------------------------------- [ 2020-08-28T18:35:28+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.116300s][吞吐率:8.60req/s] [内存消耗:3,750.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001208s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007515s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000497s ] --------------------------------------------------------------- [ 2020-08-28T18:35:32+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.113715s][吞吐率:8.79req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '2班', 'id' => '2441', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011206s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006076s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='2班',`create_time`='1598610932' WHERE `id` = 2441 [ RunTime:0.002363s ] --------------------------------------------------------------- [ 2020-08-28T18:35:32+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6&type=ajax [运行时间:0.103196s][吞吐率:9.69req/s] [内存消耗:3,767.08kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001142s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006716s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000461s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006387s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000472s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000512s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000492s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000507s ] --------------------------------------------------------------- [ 2020-08-28T18:38:32+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=3%E7%8F%AD [ log ] 127.0.0.1:8009/plan/classDetail?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&class=3%E7%8F%AD [运行时间:0.145936s][吞吐率:6.85req/s] [内存消耗:3,758.34kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classDetail', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'class' => '3班', ) [ info ] [ RUN ] Method [ public method classDetail ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 256 - 265 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001160s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.009579s ] [ sql ] [ SQL ] SELECT `id`,`student_no`,`student_name`,`sex`,`score`,`class_name`,`grade_name`,`school_year`,`school_zone` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `class_name` = '3班' AND `status` = 1 [ RunTime:0.000523s ] --------------------------------------------------------------- [ 2020-08-28T18:38:34+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [ log ] 127.0.0.1:8009/plan/classList?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6 [运行时间:0.147395s][吞吐率:6.78req/s] [内存消耗:3,750.49kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', ) [ info ] [ RUN ] Method [ public method classList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 243 - 253 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001348s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.010732s ] [ sql ] [ SQL ] SELECT `class_name` FROM `bp_new_report_student_class` WHERE `school_zone` = '清华大学' AND `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000746s ] --------------------------------------------------------------- [ 2020-08-28T18:38:39+08:00 ] 127.0.0.1 127.0.0.1 POST /plan/editClass [ log ] 127.0.0.1:8009/plan/editClass [运行时间:0.123364s][吞吐率:8.11req/s] [内存消耗:3,746.51kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'editClass', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8', 'content-length' => '29', ) [ info ] [ PARAM ] array ( 'class_name' => '1班', 'id' => '2440', ) [ info ] [ RUN ] Method [ public method editClass ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 230 - 241 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001170s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.006411s ] [ sql ] [ SQL ] UPDATE `bp_new_report_student_class` SET `class_name`='1班',`create_time`='1598611119' WHERE `id` = 2440 [ RunTime:0.003016s ] --------------------------------------------------------------- [ 2020-08-28T18:38:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6&type=ajax [ log ] 127.0.0.1:8009/plan/classLists?year=2020-2021%E5%AD%A6%E5%B9%B4&grade=%E4%B8%80%E5%B9%B4%E7%BA%A7&school=%E6%B8%85%E5%8D%8E%E5%A4%A7%E5%AD%A6&type=ajax [运行时间:0.113749s][吞吐率:8.79req/s] [内存消耗:3,767.07kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'classLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'year' => '2020-2021学年', 'grade' => '一年级', 'school' => '清华大学', 'type' => 'ajax', ) [ info ] [ RUN ] Method [ public method classLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 184 - 228 - Parameters [2] { Parameter #0 [ $grade ] Parameter #1 [ $year ] } } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001001s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006448s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_student_report` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 2 LIMIT 1 [ RunTime:0.000520s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_report_student_class` [ RunTime:0.007270s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 LIMIT 1 [ RunTime:0.000303s ] [ sql ] [ SQL ] SELECT count(id) as studentCount,`school_year`,`class_name`,`grade_name`,`school_zone`,`score` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' GROUP BY class_name [ RunTime:0.000362s ] [ sql ] [ SQL ] SELECT count(id) as count,`sex` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 GROUP BY class_name,sex [ RunTime:0.000361s ] [ sql ] [ SQL ] SELECT DISTINCT `class_name` FROM `bp_new_report_student_class` WHERE `school_year` = '2020-2021学年' AND `grade_name` = '一年级' AND `status` = 1 [ RunTime:0.000351s ] --------------------------------------------------------------- [ 2020-08-28T18:40:06+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/planLists [ log ] 127.0.0.1:8009/plan/planLists [运行时间:0.172963s][吞吐率:5.78req/s] [内存消耗:3,928.24kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'planLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_plan.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 方案列表 * @return string */ Method [ public method planLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 30 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001404s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.007617s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_new_divide_class_plan` LIMIT 1 [ RunTime:0.000244s ] [ sql ] [ SQL ] SELECT * FROM `bp_new_divide_class_plan` LIMIT 0,15 [ RunTime:0.000239s ] --------------------------------------------------------------- [ 2020-08-28T18:40:12+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/getGrade [ log ] 127.0.0.1:8009/manage/getGrade [运行时间:0.259589s][吞吐率:3.85req/s] [内存消耗:3,719.38kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 未确认列表年级 * @return string */ Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 237 - 240 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001466s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.016515s ] [ sql ] [ SQL ] SELECT `gd_name` FROM `bp_grade` WHERE `gd_status` = 1 [ RunTime:0.000416s ] --------------------------------------------------------------- [ 2020-08-28T18:40:12+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/notSureLists [ log ] 127.0.0.1:8009/manage/notSureLists [运行时间:0.269186s][吞吐率:3.71req/s] [内存消耗:3,974.83kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'notSureList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 未确定列表 * @return string */ Method [ public method notSureList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 21 - 52 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001365s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.019587s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_student_report as nr WHERE nr.status = 1 LIMIT 1 [ RunTime:0.000421s ] [ sql ] [ SQL ] SELECT * FROM bp_new_student_report as nr WHERE nr.status = 1 LIMIT 0,10 [ RunTime:0.000683s ] --------------------------------------------------------------- [ 2020-08-28T18:40:12+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/sureLists [ log ] 127.0.0.1:8009/manage/sureLists [运行时间:0.264281s][吞吐率:3.78req/s] [内存消耗:3,974.77kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'sureList', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 确认列表 * @return string */ Method [ public method sureList ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 59 - 90 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002769s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.018306s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_student_report as nr WHERE nr.status = 2 LIMIT 1 [ RunTime:0.000401s ] [ sql ] [ SQL ] SELECT * FROM bp_new_student_report as nr WHERE nr.status = 2 LIMIT 0,10 [ RunTime:0.000757s ] --------------------------------------------------------------- [ 2020-08-28T18:40:12+08:00 ] 127.0.0.1 127.0.0.1 GET /manage/getGrade [ log ] 127.0.0.1:8009/manage/getGrade [运行时间:0.261127s][吞吐率:3.83req/s] [内存消耗:3,719.38kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'ReportManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/student_report_manage.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 未确认列表年级 * @return string */ Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\ReportManage.php 237 - 240 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001697s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_grade` [ RunTime:0.008491s ] [ sql ] [ SQL ] SELECT `gd_name` FROM `bp_grade` WHERE `gd_status` = 1 [ RunTime:0.000453s ] --------------------------------------------------------------- [ 2020-08-28T18:41:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.143149s][吞吐率:6.99req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001387s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009001s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000496s ] --------------------------------------------------------------- [ 2020-08-28T18:41:04+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.156999s][吞吐率:6.37req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001743s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008720s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000532s ] --------------------------------------------------------------- [ 2020-08-28T18:41:07+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.140967s][吞吐率:7.09req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001755s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.006661s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000318s ] --------------------------------------------------------------- [ 2020-08-28T18:41:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.169291s][吞吐率:5.91req/s] [内存消耗:3,753.16kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 355 - 362 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001462s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.008962s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000576s ] --------------------------------------------------------------- [ 2020-08-28T18:41:12+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.190448s][吞吐率:5.25req/s] [内存消耗:3,744.67kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 381 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012408s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008874s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000417s ] --------------------------------------------------------------- [ 2020-08-28T18:41:13+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.149502s][吞吐率:6.69req/s] [内存消耗:3,754.44kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 364 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001158s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009237s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000522s ] --------------------------------------------------------------- [ 2020-08-28T18:50:12+08:00 ] 127.0.0.1 127.0.0.1 GET /account/judge [ log ] 127.0.0.1:8009/account/judge [运行时间:0.053698s][吞吐率:18.62req/s] [内存消耗:2,959.17kb] [文件加载:44] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'Account', 2 => 'judgeJump', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'upgrade-insecure-requests' => '1', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'sec-fetch-dest' => 'document', 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'navigate', 'sec-fetch-user' => '?1', 'referer' => 'http://127.0.0.1:8004/home/index/index.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'cookie' => 'PHPSESSID=m7e6tnms2oa4s1rcq2t0968v62; token=59dfb19edc7ebfdba9ff1cfd02824720; prep=false; prev=http%3A%2F%2F127.0.0.1%3A8004%2Fadmin%2Fbcampus%2Findex.html', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method judgeJump ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\Account.php 157 - 192 } [ info ] [ SESSION ] INIT array ( 'id' => '', 'var_session_id' => '', 'type' => '', 'auto_start' => true, ) [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T18:50:13+08:00 ] 127.0.0.1 127.0.0.1 GET /account/judge?token=59dfb19edc7ebfdba9ff1cfd02824720 [ log ] 127.0.0.1:8009/account/judge?token=59dfb19edc7ebfdba9ff1cfd02824720 [运行时间:0.244845s][吞吐率:4.08req/s] [内存消耗:4,350.80kb] [文件加载:51] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'Account', 2 => 'judgeJump', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'upgrade-insecure-requests' => '1', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'sec-fetch-dest' => 'document', 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'navigate', 'sec-fetch-user' => '?1', 'referer' => 'http://127.0.0.1:8004/home/index/index.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', 'cookie' => 'PHPSESSID=m7e6tnms2oa4s1rcq2t0968v62; token=59dfb19edc7ebfdba9ff1cfd02824720; prep=false; prev=http%3A%2F%2F127.0.0.1%3A8004%2Fadmin%2Fbcampus%2Findex.html', ) [ info ] [ PARAM ] array ( 'token' => '59dfb19edc7ebfdba9ff1cfd02824720', ) [ info ] [ RUN ] Method [ public method judgeJump ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\Account.php 157 - 192 } [ info ] [ SESSION ] INIT array ( 'id' => '', 'var_session_id' => '', 'type' => '', 'auto_start' => true, ) [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001789s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.013948s ] [ sql ] [ SQL ] SELECT `rs_id`,`rs_pid`,`rs_name`,`rs_auth` FROM `bp_roles` [ RunTime:0.001061s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` IN (1) [ RunTime:0.000386s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.011349s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.020228s ] --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSkin [ log ] 127.0.0.1:8009/account/getSkin [运行时间:0.426900s][吞吐率:2.34req/s] [内存消耗:3,683.73kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getSkin', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSkin ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 95 - 112 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002039s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_admin` [ RunTime:0.010564s ] [ sql ] [ SQL ] SELECT `skin` FROM `bp_admin` WHERE `ad_uid` = 1 LIMIT 1 [ RunTime:0.000477s ] --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /article/lists [ log ] 127.0.0.1:8009/article/lists [运行时间:0.312471s][吞吐率:3.20req/s] [内存消耗:3,917.23kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'articleLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 文章列表 * @return string */ Method [ public method articleLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 25 - 43 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001757s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_article` [ RunTime:0.054949s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 1 [ RunTime:0.004556s ] [ sql ] [ SQL ] SELECT na.id,na.title,na.author,na.update_time,na.plate_id,np.name FROM bp_new_article as na LEFT JOIN bp_new_plate as np ON na.plate_id=np.id ORDER BY na.sort asc LIMIT 0,10 [ RunTime:0.001826s ] --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getYXName [ log ] 127.0.0.1:8009/account/getYXName [运行时间:0.546586s][吞吐率:1.83req/s] [内存消耗:2,721.39kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getYXName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getYXName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 149 - 151 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseName [ log ] 127.0.0.1:8009/account/getBaseName [运行时间:0.555280s][吞吐率:1.80req/s] [内存消耗:2,721.44kb] [文件加载:42] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseName', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseName ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 144 - 147 } [ info ] [ LOG ] INIT File --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getSonMenu [ log ] 127.0.0.1:8009/account/getSonMenu [运行时间:0.744156s][吞吐率:1.34req/s] [内存消耗:3,720.74kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getAllSonSystem', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getAllSonSystem ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 121 - 142 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001766s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.010941s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.000561s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.030339s ] [ sql ] [ SQL ] SELECT `module_id` FROM `bp_auth` WHERE `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) GROUP BY module_id [ RunTime:0.079184s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_sysmodule` [ RunTime:0.074703s ] [ sql ] [ SQL ] SELECT * FROM `bp_sysmodule` WHERE `sd_pid` = 0 AND `sd_type` = 1 AND `sd_id` IN (,2,3,4,5,7,8,9,10,11,16,20,25,31,66,67,68) ORDER BY sd_sort asc,sd_id ASC [ RunTime:0.000965s ] --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /account/getBaseMenu [ log ] 127.0.0.1:8009/account/getBaseMenu [运行时间:0.714234s][吞吐率:1.40req/s] [内存消耗:4,113.30kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'account', 1 => 'ResetPassword', 2 => 'getBaseMenu', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/common.html?token=59dfb19edc7ebfdba9ff1cfd02824720', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getBaseMenu ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\account\controller\ResetPassword.php 71 - 93 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.005399s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_roles` [ RunTime:0.099187s ] [ sql ] [ SQL ] SELECT `rs_auth` FROM `bp_roles` WHERE `rs_id` = 1 [ RunTime:0.006410s ] [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_auth` [ RunTime:0.043936s ] [ sql ] [ SQL ] SELECT au_id as id,au_pid as parent_id,au_authname as name,au_icon as icon,au_authurl as front_route FROM `bp_auth` WHERE `au_son` = 5 AND `au_id` IN (1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,101,29,30,31,32,33,34,35,98,91,104,36,37,38,39,40,41,42,93,94,99,100,43,44,45,46,2,47,48,49,50,51,53,54,105,55,56,57,58,3,59,60,61,62,63,1006,1007,1008,1009,4,64,65,66,67,68,69,70,71,72,73,74,95,96,97,81,86,87,88,89,82,84,85,90,1075,1077,1076,509,535,536,537,538,539,540,541,542,543,544,545,546,547,976,977,978,979,980,981,982,983,984,985,986,987,988,1074,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,106,110,111,112,129,113,130,131,132,133,114,134,135,136,137,138,139,115,140,141,142,143,107,116,144,145,146,227,117,147,148,149,150,228,229,118,151,152,153,154,155,156,157,230,108,120,121,122,123,124,125,126,109,127,158,128,159,161,168,170,574,623,626,627,628,629,631,632,633,634,635,636,637,638,162,179,639,180,640,181,641,642,643,182,644,645,646,647,648,183,649,650,651,652,653,654,655,656,163,209,575,576,577,164,386,578,579,580,581,582,583,584,387,585,586,587,588,589,590,591,388,592,593,594,595,596,597,598,599,389,600,601,602,603,604,605,606,607,608,609,165,385,610,611,612,613,614,615,166,548,616,617,618,619,620,167,549,550,171,231,555,556,232,554,557,172,377,173,378,558,559,560,379,561,562,563,174,380,564,565,175,381,621,382,566,567,568,569,630,176,383,570,571,572,573,622,624,625,684,685,688,689,690,691,686,693,694,695,687,692,184,190,668,191,192,193,210,669,185,194,211,212,213,672,673,195,214,215,657,186,196,670,197,225,658,659,671,198,199,660,661,662,663,187,200,674,201,675,202,664,665,188,203,204,205,206,207,208,1088,189,226,666,667,676,678,679,680,681,682,683,886,888,216,217,218,219,220,222,224,696,697,698,699,700,701,889,233,242,243,244,285,286,287,245,290,293,294,296,297,298,246,302,300,307,310,311,299,301,234,247,312,313,235,252,253,254,255,315,314,236,260,316,317,318,261,320,321,322,237,256,324,325,327,257,328,329,330,258,332,333,334,259,336,337,338,238,248,340,341,342,343,344,249,345,346,347,348,349,250,350,351,352,353,354,251,355,356,357,358,359,239,267,268,269,270,271,360,361,362,363,272,364,365,273,367,368,274,370,371,275,276,277,278,282,283,279,280,373,281,374,240,284,375,241,264,828,834,835,832,833,829,831,830,814,827,826,822,825,824,823,815,821,820,819,818,817,816,808,811,813,812,810,809,789,799,805,804,803,800,802,801,1091,1092,798,795,797,796,790,794,793,792,791,777,783,788,787,786,785,784,779,782,781,780,778,760,771,776,773,775,774,772,1090,1089,764,767,770,769,768,766,765,1087,761,763,762,750,758,759,1081,1082,1078,1079,1080,756,757,1083,1084,1085,1086,751,752,755,754,753,890,896,897,898,891,899,900,901,892,1022,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,1025,1024,1026,1027,1028,893,1093,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,1029,1030,1031,894,961,962,963,964,965,966,967,968,895,969,970,971,972,973,974,975,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1034,1035,1036,1038,1039,1049,1041,1042,1047,1048,1044,1045,1046,1050,1052,1053,1054,1055,1051,1056,1057,1058,1059,1062,1060,1063,1064,1065,1066,1067,1068,1069,1070,1071,1061,1072,1073,1094,1095) [ RunTime:0.041923s ] --------------------------------------------------------------- [ 2020-08-28T18:50:14+08:00 ] 127.0.0.1 127.0.0.1 GET /article/getPlate [ log ] 127.0.0.1:8009/article/getPlate [运行时间:0.279451s][吞吐率:3.58req/s] [内存消耗:3,733.15kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'websiteManage', 1 => 'Article', 2 => 'getPlate', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/admin.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 获取plate数据 * @return string */ Method [ public method getPlate ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\websiteManage\controller\Article.php 49 - 56 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.003907s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_plate` [ RunTime:0.016300s ] [ sql ] [ SQL ] SELECT `id`,`name` FROM `bp_new_plate` [ RunTime:0.000494s ] --------------------------------------------------------------- [ 2020-08-28T18:50:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.262818s][吞吐率:3.80req/s] [内存消耗:3,749.50kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 386 - 392 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001483s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.043932s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.001829s ] --------------------------------------------------------------- [ 2020-08-28T18:50:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.278273s][吞吐率:3.59req/s] [内存消耗:3,757.79kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 366 - 373 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001957s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.016025s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000537s ] --------------------------------------------------------------- [ 2020-08-28T18:50:20+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.289679s][吞吐率:3.45req/s] [内存消耗:3,937.21kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 方案列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 30 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002972s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.033190s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 1 [ RunTime:0.001390s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 0,15 [ RunTime:0.000606s ] --------------------------------------------------------------- [ 2020-08-28T18:50:24+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [ log ] 127.0.0.1:8009/plan/getSearchGrade?school_year=2020-2021%E5%AD%A6%E5%B9%B4 [运行时间:0.216238s][吞吐率:4.62req/s] [内存消耗:3,759.52kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchGrade', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( 'school_year' => '2020-2021学年', ) [ info ] [ RUN ] Method [ public method getSearchGrade ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 375 - 384 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002057s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.010274s ] [ sql ] [ SQL ] SELECT DISTINCT `grade_name` FROM `bp_new_student_report` WHERE `status` = 2 AND `school_year` = '2020-2021学年' [ RunTime:0.000699s ] --------------------------------------------------------------- [ 2020-08-28T18:50:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.192086s][吞吐率:5.21req/s] [内存消耗:3,758.35kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001638s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009055s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.002785s ] --------------------------------------------------------------- [ 2020-08-28T18:50:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.224160s][吞吐率:4.46req/s] [内存消耗:3,749.97kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002525s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009521s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000908s ] --------------------------------------------------------------- [ 2020-08-28T18:50:55+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.198438s][吞吐率:5.04req/s] [内存消耗:3,902.76kb] [文件加载:52] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 方案列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 31 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001552s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.010515s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 1 [ RunTime:0.001104s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 0,15 [ RunTime:0.000605s ] --------------------------------------------------------------- [ 2020-08-28T18:51:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.251859s][吞吐率:3.97req/s] [内存消耗:3,902.76kb] [文件加载:52] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 方案列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 31 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001652s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.010535s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 1 [ RunTime:0.000618s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 0,15 [ RunTime:0.000625s ] --------------------------------------------------------------- [ 2020-08-28T18:51:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.268425s][吞吐率:3.73req/s] [内存消耗:3,749.97kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001636s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.061961s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000467s ] --------------------------------------------------------------- [ 2020-08-28T18:51:00+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.250365s][吞吐率:3.99req/s] [内存消耗:3,758.35kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.004090s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.022521s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000890s ] --------------------------------------------------------------- [ 2020-08-28T18:51:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.165807s][吞吐率:6.03req/s] [内存消耗:3,749.97kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001438s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.009111s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000348s ] --------------------------------------------------------------- [ 2020-08-28T18:51:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.187019s][吞吐率:5.35req/s] [内存消耗:3,948.34kb] [文件加载:56] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 校区列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 31 } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002779s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.008360s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 [ RunTime:0.000490s ] [ error ] [1]Call to a member function toArray() on array[D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php:28] --------------------------------------------------------------- [ 2020-08-28T18:51:44+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.207411s][吞吐率:4.82req/s] [内存消耗:3,758.35kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001487s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.009623s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000992s ] --------------------------------------------------------------- [ 2020-08-28T18:51:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.192952s][吞吐率:5.18req/s] [内存消耗:3,947.71kb] [文件加载:56] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 校区列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 31 } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001455s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.009854s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 [ RunTime:0.000558s ] [ error ] [1]Call to a member function toArray() on array[D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php:28] --------------------------------------------------------------- [ 2020-08-28T18:51:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.187208s][吞吐率:5.34req/s] [内存消耗:3,749.50kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002460s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.022082s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000363s ] --------------------------------------------------------------- [ 2020-08-28T18:51:52+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.236201s][吞吐率:4.23req/s] [内存消耗:3,757.79kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001383s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.022565s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.004161s ] --------------------------------------------------------------- [ 2020-08-28T18:52:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.253651s][吞吐率:3.94req/s] [内存消耗:3,749.97kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002093s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.010554s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000383s ] --------------------------------------------------------------- [ 2020-08-28T18:52:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.269898s][吞吐率:3.71req/s] [内存消耗:3,758.35kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001708s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.012686s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.005659s ] --------------------------------------------------------------- [ 2020-08-28T18:52:08+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.287474s][吞吐率:3.48req/s] [内存消耗:3,948.34kb] [文件加载:56] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 校区列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 31 } [ info ] [ DB ] INIT mysql [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LANG ] D:\wwwroot\yx\base_admin_welcome_new_student\thinkphp\lang\zh-cn.php [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.002212s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.071041s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 [ RunTime:0.002526s ] [ error ] [1]Call to a member function toArray() on array[D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php:28] --------------------------------------------------------------- [ 2020-08-28T18:52:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/schoolLists [ log ] 127.0.0.1:8009/plan/schoolLists [运行时间:0.238988s][吞吐率:4.18req/s] [内存消耗:3,937.35kb] [文件加载:53] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'schoolLists', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] /** * 校区列表 * @return string */ Method [ public method schoolLists ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 24 - 31 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001447s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_campus` [ RunTime:0.012904s ] [ sql ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 1 [ RunTime:0.000345s ] [ sql ] [ SQL ] SELECT * FROM `bp_campus` WHERE `cp_status` = 1 LIMIT 0,99 [ RunTime:0.000500s ] --------------------------------------------------------------- [ 2020-08-28T18:52:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.327068s][吞吐率:3.06req/s] [内存消耗:3,749.65kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001819s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.046596s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.008373s ] --------------------------------------------------------------- [ 2020-08-28T18:52:39+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.315011s][吞吐率:3.17req/s] [内存消耗:3,757.94kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.011931s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.018503s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000556s ] --------------------------------------------------------------- [ 2020-08-28T18:53:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchYear [ log ] 127.0.0.1:8009/plan/getSearchYear [运行时间:0.174306s][吞吐率:5.74req/s] [内存消耗:3,758.10kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchYear', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchYear ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 367 - 374 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.012294s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_student_report` [ RunTime:0.011571s ] [ sql ] [ SQL ] SELECT DISTINCT `school_year` FROM `bp_new_student_report` WHERE `status` = 2 [ RunTime:0.000970s ] --------------------------------------------------------------- [ 2020-08-28T18:53:40+08:00 ] 127.0.0.1 127.0.0.1 GET /plan/getSearchPlan [ log ] 127.0.0.1:8009/plan/getSearchPlan [运行时间:0.193890s][吞吐率:5.16req/s] [内存消耗:3,749.69kb] [文件加载:49] [ info ] [ ROUTE ] array ( 'type' => 'module', 'module' => array ( 0 => 'newStudentReport', 1 => 'DivideClassManage', 2 => 'getSearchPlan', ), 'convert' => false, ) [ info ] [ HEADER ] array ( 'host' => '127.0.0.1:8009', 'connection' => 'keep-alive', 'pragma' => 'no-cache', 'cache-control' => 'no-cache', 'accept' => 'application/json, text/javascript, */*; q=0.01', 'sec-fetch-dest' => 'empty', 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'origin' => 'http://127.0.0.1:8010', 'sec-fetch-site' => 'same-site', 'sec-fetch-mode' => 'cors', 'referer' => 'http://127.0.0.1:8010/admin/class_divide_auto.html', 'accept-encoding' => 'gzip, deflate, br', 'accept-language' => 'zh-CN,zh;q=0.9,en;q=0.8', ) [ info ] [ PARAM ] array ( ) [ info ] [ RUN ] Method [ public method getSearchPlan ] { @@ D:\wwwroot\yx\base_admin_welcome_new_student\application\newStudentReport\controller\DivideClassManage.php 387 - 393 } [ info ] [ DB ] INIT mysql [ info ] [ LOG ] INIT File [ sql ] [ DB ] CONNECT:[ UseTime:0.001783s ] mysql:dbname=bpf;host=localhost;port=3306;charset=utf8 [ sql ] [ SQL ] SHOW COLUMNS FROM `bp_new_divide_class_plan` [ RunTime:0.008934s ] [ sql ] [ SQL ] SELECT `id`,`plan_name` FROM `bp_new_divide_class_plan` [ RunTime:0.000371s ] ---------------------------------------------------------------