123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- ---------------------------------------------------------------
- [ 2018-10-30T16:36:36+08:00 ] 127.0.0.1 POST /inter/login
- [ info ] 127.0.0.1:9600/inter/login [运行时间:0.210383s][吞吐率:4.75req/s] [内存消耗:2,374.55kb] [文件加载:47]
- [ info ] [ LANG ] /data/gitcode/yuanchengpasc/thinkphp/lang/zh-cn.php
- [ info ] [ ROUTE ] array (
- 'type' => 'module',
- 'module' =>
- array (
- 0 => 'inter',
- 1 => 'login',
- 2 => NULL,
- ),
- )
- [ info ] [ HEADER ] array (
- 'content-type' => 'application/x-www-form-urlencoded',
- 'content-length' => '38',
- 'accept' => '*/*',
- 'host' => '127.0.0.1:9600',
- 'user-agent' => 'curl/7.29.0',
- )
- [ info ] [ PARAM ] array (
- 'param' =>
- array (
- 'userName' => 'liu',
- 'pwd' => '1111111',
- ),
- )
- [ info ] [ RUN ] app\inter\controller\Login->index[ /data/gitcode/yuanchengpasc/application/inter/controller/Login.php ]
- [ info ] [ DB ] INIT mysql
- [ info ] [ CACHE ] INIT File
- [ info ] [ LOG ] INIT File
- [ log ] 6e8fdd4468e3ccf8
- [ log ] array (
- 'param' =>
- array (
- 'userName' => 'liu',
- 'pwd' => '1111111',
- ),
- )
- [ log ] array (
- 'id' => '0f71cdb83db5cf19',
- 'attachment' => '',
- 'username' => 'liu',
- 'password' => '7fa8282ad93047a4d6fe6111c93b308a',
- 'login_time' => '2018-10-30 16:24:44',
- 'login_failure' => 0,
- 'realname' => 'liu',
- 'email' => '1135564790@qq.com',
- 'phone' => '13351123450',
- 'doctor_title' => '主任',
- 'institution_id' => '73090001',
- 'department_id' => '9c5d72abd7658cdc',
- 'doctor_role' => '1',
- 'is_report' => '1',
- )
- [ log ] ----登录信息----
- [ log ] array (
- 'id' => '0f71cdb83db5cf19',
- 'attachment' => '',
- 'username' => 'liu',
- 'password' => '7fa8282ad93047a4d6fe6111c93b308a',
- 'login_time' => '2018-10-30 16:24:44',
- 'login_failure' => 0,
- 'realname' => 'liu',
- 'email' => '1135564790@qq.com',
- 'phone' => '13351123450',
- 'doctor_title' => '主任',
- 'institution_id' => '73090001',
- 'department_id' => '9c5d72abd7658cdc',
- 'doctor_role' => '1',
- 'is_report' => '1',
- 'institution_name' => '白银市第二人民医院',
- 'doctor_class_info' =>
- array (
- 'id' => '58b1729089a583e6',
- 'doctor_id' => '0f71cdb83db5cf19',
- 'department_id' => '9c5d72abd7658cdc',
- 'doctor_class' => '2,3,4',
- 'status' => '1',
- ),
- 'permission' =>
- array (
- 0 =>
- array (
- 'id' => '64022a6a4b32abae',
- 'name' => '本地系统',
- 'url' => '',
- 'parent_id' => 'root',
- 'icon_name' => NULL,
- ),
- 1 =>
- array (
- 'id' => 'bdb52c21d1687709',
- 'name' => '预约登记',
- 'url' => '/registration/index',
- 'parent_id' => '64022a6a4b32abae',
- 'icon_name' => 'edit',
- ),
- 2 =>
- array (
- 'id' => '0eac42ef01de23ff',
- 'name' => '登记列表',
- 'url' => '/application/application',
- 'parent_id' => '64022a6a4b32abae',
- 'icon_name' => 'list',
- ),
- 3 =>
- array (
- 'id' => '80ddb7d09ebc44b4',
- 'name' => '科室报告',
- 'url' => '/sectionreport/sectionreport',
- 'parent_id' => '64022a6a4b32abae',
- 'icon_name' => 'chart',
- ),
- ),
- )
- [ log ] ----登录信息----
- [ sql ] [ DB ] CONNECT:[ UseTime:0.026160s ] mysql:host=47.104.6.21;port=3306;dbname=pacsonline;charset=utf8
- [ sql ] [ SQL ] SHOW COLUMNS FROM `doctors` [ RunTime:0.018437s ]
- [ sql ] [ SQL ] SELECT `id`,`attachment`,`username`,`password`,`login_time`,`login_failure`,`realname`,`email`,`phone`,`doctor_title`,`institution_id`,`department_id`,`doctor_role`,`is_report` FROM `doctors` WHERE `username` = 'liu' LIMIT 1 [ RunTime:0.017998s ]
- [ sql ] [ SQL ] SHOW COLUMNS FROM `doctor_class` [ RunTime:0.017719s ]
- [ sql ] [ SQL ] SELECT * FROM `doctor_class` WHERE `doctor_id` = '0f71cdb83db5cf19' LIMIT 1 [ RunTime:0.017962s ]
- [ sql ] [ SQL ] SHOW COLUMNS FROM `institution` [ RunTime:0.017526s ]
- [ sql ] [ SQL ] SELECT `name` FROM `institution` WHERE `id` = '73090001' LIMIT 1 [ RunTime:0.017441s ]
- [ sql ] [ SQL ] SELECT m.id,m.name,m.url,m.parent_id,m.icon_name from menu as m,dr_cla_permission as d where d.type=1 and d.doctor_id='0f71cdb83db5cf19' and d.pass=m.id order by m.ordernum [ RunTime:0.029276s ]
- [ sql ] [ SQL ] UPDATE `doctors` SET `login_failure`=0,`login_time`='2018-10-30 16:36:36' WHERE `username` = 'liu' [ RunTime:0.019299s ]
- ---------------------------------------------------------------
- [ 2018-10-30T19:49:53+08:00 ] 127.0.0.1 POST /inter/login
- [ info ] 127.0.0.1:9600/inter/login [运行时间:0.020335s][吞吐率:49.18req/s] [内存消耗:1,469.09kb] [文件加载:37]
- [ info ] [ LANG ] /data/gitcode/yuanchengpasc/thinkphp/lang/zh-cn.php
- [ info ] [ ROUTE ] array (
- 'type' => 'module',
- 'module' =>
- array (
- 0 => 'inter',
- 1 => 'login',
- 2 => NULL,
- ),
- )
- [ info ] [ HEADER ] array (
- 'content-type' => 'application/x-www-form-urlencoded',
- 'content-length' => '0',
- 'accept' => '*/*',
- 'host' => '127.0.0.1:9600',
- 'user-agent' => 'curl/7.29.0',
- )
- [ info ] [ PARAM ] array (
- )
- [ info ] [ RUN ] app\inter\controller\Login->index[ /data/gitcode/yuanchengpasc/application/inter/controller/Login.php ]
- [ info ] [ LOG ] INIT File
- ---------------------------------------------------------------
- [ 2018-10-30T19:50:00+08:00 ] 11.17.9.159 POST /inter/login
- [ info ] 11.17.9.158:9600/inter/login [运行时间:0.017810s][吞吐率:56.15req/s] [内存消耗:1,469.11kb] [文件加载:37]
- [ info ] [ LANG ] /data/gitcode/yuanchengpasc/thinkphp/lang/zh-cn.php
- [ info ] [ ROUTE ] array (
- 'type' => 'module',
- 'module' =>
- array (
- 0 => 'inter',
- 1 => 'login',
- 2 => NULL,
- ),
- )
- [ info ] [ HEADER ] array (
- 'content-type' => 'application/x-www-form-urlencoded',
- 'content-length' => '0',
- 'accept' => '*/*',
- 'host' => '11.17.9.158:9600',
- 'user-agent' => 'curl/7.29.0',
- )
- [ info ] [ PARAM ] array (
- )
- [ info ] [ RUN ] app\inter\controller\Login->index[ /data/gitcode/yuanchengpasc/application/inter/controller/Login.php ]
- [ info ] [ LOG ] INIT File
- ---------------------------------------------------------------
- [ 2018-10-30T19:50:27+08:00 ] 11.17.9.159 POST /inter/login
- [ info ] 11.17.9.158:9600/inter/login [运行时间:0.395590s][吞吐率:2.53req/s] [内存消耗:2,374.42kb] [文件加载:47]
- [ info ] [ LANG ] /data/gitcode/yuanchengpasc/thinkphp/lang/zh-cn.php
- [ info ] [ ROUTE ] array (
- 'type' => 'module',
- 'module' =>
- array (
- 0 => 'inter',
- 1 => 'login',
- 2 => NULL,
- ),
- )
- [ info ] [ HEADER ] array (
- 'content-type' => 'application/x-www-form-urlencoded',
- 'content-length' => '38',
- 'accept' => '*/*',
- 'host' => '11.17.9.158:9600',
- 'user-agent' => 'curl/7.29.0',
- )
- [ info ] [ PARAM ] array (
- 'param' =>
- array (
- 'userName' => 'liu',
- 'pwd' => '1111111',
- ),
- )
- [ info ] [ RUN ] app\inter\controller\Login->index[ /data/gitcode/yuanchengpasc/application/inter/controller/Login.php ]
- [ info ] [ DB ] INIT mysql
- [ info ] [ CACHE ] INIT File
- [ info ] [ LOG ] INIT File
- [ log ] ea4c3f89acf83ab5
- [ log ] array (
- 'param' =>
- array (
- 'userName' => 'liu',
- 'pwd' => '1111111',
- ),
- )
- [ log ] array (
- 'id' => '0f71cdb83db5cf19',
- 'attachment' => '',
- 'username' => 'liu',
- 'password' => '7fa8282ad93047a4d6fe6111c93b308a',
- 'login_time' => '2018-10-30 19:23:18',
- 'login_failure' => 0,
- 'realname' => 'liu',
- 'email' => '1135564790@qq.com',
- 'phone' => '13351123450',
- 'doctor_title' => '主任',
- 'institution_id' => '73090001',
- 'department_id' => '9c5d72abd7658cdc',
- 'doctor_role' => '1',
- 'is_report' => '1',
- )
- [ log ] ----登录信息----
- [ log ] array (
- 'id' => '0f71cdb83db5cf19',
- 'attachment' => '',
- 'username' => 'liu',
- 'password' => '7fa8282ad93047a4d6fe6111c93b308a',
- 'login_time' => '2018-10-30 19:23:18',
- 'login_failure' => 0,
- 'realname' => 'liu',
- 'email' => '1135564790@qq.com',
- 'phone' => '13351123450',
- 'doctor_title' => '主任',
- 'institution_id' => '73090001',
- 'department_id' => '9c5d72abd7658cdc',
- 'doctor_role' => '1',
- 'is_report' => '1',
- 'institution_name' => '白银市第二人民医院',
- 'doctor_class_info' =>
- array (
- 'id' => '58b1729089a583e6',
- 'doctor_id' => '0f71cdb83db5cf19',
- 'department_id' => '9c5d72abd7658cdc',
- 'doctor_class' => '2,3,4',
- 'status' => '1',
- ),
- 'permission' =>
- array (
- 0 =>
- array (
- 'id' => '64022a6a4b32abae',
- 'name' => '本地系统',
- 'url' => '',
- 'parent_id' => 'root',
- 'icon_name' => NULL,
- ),
- 1 =>
- array (
- 'id' => 'bdb52c21d1687709',
- 'name' => '预约登记',
- 'url' => '/registration/index',
- 'parent_id' => '64022a6a4b32abae',
- 'icon_name' => 'edit',
- ),
- 2 =>
- array (
- 'id' => '0eac42ef01de23ff',
- 'name' => '登记列表',
- 'url' => '/application/application',
- 'parent_id' => '64022a6a4b32abae',
- 'icon_name' => 'list',
- ),
- 3 =>
- array (
- 'id' => '80ddb7d09ebc44b4',
- 'name' => '科室报告',
- 'url' => '/sectionreport/sectionreport',
- 'parent_id' => '64022a6a4b32abae',
- 'icon_name' => 'chart',
- ),
- ),
- )
- [ log ] ----登录信息----
- [ sql ] [ DB ] CONNECT:[ UseTime:0.023620s ] mysql:host=47.104.6.21;port=3306;dbname=pacsonline;charset=utf8
- [ sql ] [ SQL ] SHOW COLUMNS FROM `doctors` [ RunTime:0.016958s ]
- [ sql ] [ SQL ] SELECT `id`,`attachment`,`username`,`password`,`login_time`,`login_failure`,`realname`,`email`,`phone`,`doctor_title`,`institution_id`,`department_id`,`doctor_role`,`is_report` FROM `doctors` WHERE `username` = 'liu' LIMIT 1 [ RunTime:0.017033s ]
- [ sql ] [ SQL ] SHOW COLUMNS FROM `doctor_class` [ RunTime:0.016790s ]
- [ sql ] [ SQL ] SELECT * FROM `doctor_class` WHERE `doctor_id` = '0f71cdb83db5cf19' LIMIT 1 [ RunTime:0.016340s ]
- [ sql ] [ SQL ] SHOW COLUMNS FROM `institution` [ RunTime:0.016818s ]
- [ sql ] [ SQL ] SELECT `name` FROM `institution` WHERE `id` = '73090001' LIMIT 1 [ RunTime:0.225446s ]
- [ sql ] [ SQL ] SELECT m.id,m.name,m.url,m.parent_id,m.icon_name from menu as m,dr_cla_permission as d where d.type=1 and d.doctor_id='0f71cdb83db5cf19' and d.pass=m.id order by m.ordernum [ RunTime:0.017112s ]
- [ sql ] [ SQL ] UPDATE `doctors` SET `login_failure`=0,`login_time`='2018-10-30 19:50:27' WHERE `username` = 'liu' [ RunTime:0.018791s ]
|