123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- 15:41:21 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=37473
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949280.9994
- [REQUEST_TIME]=1638949280
- 15:41:28 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=20833
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949288.505
- [REQUEST_TIME]=1638949288
- 15:41:50 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=20833
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949310.6481
- [REQUEST_TIME]=1638949310
- 15:41:57 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=20833
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949317.7087
- [REQUEST_TIME]=1638949317
- 15:42:01 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=20833
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949321.6889
- [REQUEST_TIME]=1638949321
- 15:42:04 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=20833
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949324.9304
- [REQUEST_TIME]=1638949324
- 15:42:09 [error]: 通用分页查询排序接口异常:数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php]的[162]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
- #1 {main}
- 数据库执行异常:Unknown column 'work_total' in 'order clause'
- sql语句: select wk.id as workerId,wk.* ,(select count(*) from biz_worker_breaklaw where biz_workerid=wk.id and 1=1 ) as break_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`>=2 ) as work_erolledtotal ,(select ifnull(sum(money),0) from biz_worker_account where deleted=0 and `status`=1 and biz_workerid=wk.id and type=1 and biz_catalog=0 ) as withdraw_total ,(select count(*) from biz_todowork where biz_workerid=wk.id and `status`<0 ) as work_excepttotal ,bu.mobile as bu_mobile from biz_worker wk left join base_user bu on bu.id =wk.base_userid where wk.`deleted`=0 and 1=1 and wk.blocked=0 order by work_total desc limit 0,10
- ["42S22",1054,"Unknown column 'work_total' in 'order clause'"]
- 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
- 异常堆栈上下文:
- #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
- #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
- #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutWorker.php(390): pdo_fetchall()
- #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Plater/fetchPageData.php(32): bizbase_workerAboutQuery()
- #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
- #5 {main}
- [上下文相关信息]:
- [WsAjaxPrj]=KLY
- [WsAjaxBiz]=Plater
- [WsAjaxAction]=fetchPageData
- [USER]=nginxphp
- [HOME]=/home/nginxphp
- [HTTP_ACCEPT_LANGUAGE]=zh-CN,zh;q=0.9
- [HTTP_ACCEPT_ENCODING]=gzip, deflate, br
- [HTTP_REFERER]=http://localhost:8080/
- [HTTP_SEC_FETCH_DEST]=empty
- [HTTP_SEC_FETCH_MODE]=cors
- [HTTP_SEC_FETCH_SITE]=cross-site
- [HTTP_ORIGIN]=http://localhost:8080
- [HTTP_SEC_CH_UA_PLATFORM]="Windows"
- [HTTP_USER_AGENT]=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
- [HTTP_SEC_CH_UA_MOBILE]=?0
- [HTTP_CONTENT_TYPE]=application/json;charset=UTF-8
- [HTTP_ACCEPT]=application/json, text/plain, */*
- [HTTP_SEC_CH_UA]="Google Chrome";v="93", " Not;A Brand";v="99", "Chromium";v="93"
- [HTTP_CONTENT_LENGTH]=200
- [HTTP_CONNECTION]=keep-alive
- [HTTP_HOST]=api.kuailaiyou.top
- [REDIRECT_STATUS]=200
- [SERVER_NAME]=api.kuailaiyou.top
- [SERVER_PORT]=443
- [SERVER_ADDR]=172.18.217.149
- [REMOTE_PORT]=37473
- [REMOTE_ADDR]=117.14.223.191
- [SERVER_SOFTWARE]=nginx/1.20.1
- [GATEWAY_INTERFACE]=CGI/1.1
- [HTTPS]=on
- [REQUEST_SCHEME]=https
- [SERVER_PROTOCOL]=HTTP/1.1
- [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
- [DOCUMENT_URI]=/ajaxEntryCenter.php
- [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_NAME]=/ajaxEntryCenter.php
- [CONTENT_LENGTH]=200
- [CONTENT_TYPE]=application/json;charset=UTF-8
- [REQUEST_METHOD]=POST
- [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Plater&WsAjaxAction=fetchPageData
- [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
- [FCGI_ROLE]=RESPONDER
- [PHP_SELF]=/ajaxEntryCenter.php
- [REQUEST_TIME_FLOAT]=1638949329.721
- [REQUEST_TIME]=1638949329
|