2022072210_fetchPageData.log 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. 10:11:47 [error]: 通用分页查询排序接口异常:数据库执行异常:Server shutdown in progress
  2. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658455478 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  3. ["08S01",1053,"Server shutdown in progress"]
  4. 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php]的[53]行 code[0] !
  5. 异常堆栈上下文:
  6. #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
  7. #1 {main}
  8. 数据库执行异常:Server shutdown in progress
  9. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658455478 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  10. ["08S01",1053,"Server shutdown in progress"]
  11. 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
  12. 异常堆栈上下文:
  13. #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
  14. #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
  15. #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutActivity.php(1507): pdo_fetchall()
  16. #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php(25): bizbase_recruitAboutQuery()
  17. #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
  18. #5 {main}
  19. [上下文相关信息]:
  20. [WsAjaxPrj]=KLY
  21. [WsAjaxBiz]=Public
  22. [WsAjaxAction]=fetchPageData
  23. [USER]=nginxphp
  24. [HOME]=/home/nginxphp
  25. [HTTP_REFERER]=https://servicewechat.com/wxcd35a60de7b5942a/0/page-frame.html
  26. [HTTP_ACCEPT_ENCODING]=gzip,compress,br,deflate
  27. [HTTP_CONTENT_TYPE]=application/json
  28. [HTTP_USER_AGENT]=Mozilla/5.0 (Linux; Android 10; YAL-AL50 Build/HUAWEIYAL-AL50; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/4271 MMWEBSDK/20220604 Mobile Safari/537.36 MMWEBID/5219 MicroMessenger/8.0.24.2180(0x28001895) WeChat/arm64 Weixin NetType/4G Language/zh_CN ABI/arm64 MiniProgramEnv/android
  29. [HTTP_CHARSET]=utf-8
  30. [HTTP_CONTENT_LENGTH]=331
  31. [HTTP_CONNECTION]=keep-alive
  32. [HTTP_HOST]=api.kuailaiyou.top
  33. [REDIRECT_STATUS]=200
  34. [SERVER_NAME]=api.kuailaiyou.top
  35. [SERVER_PORT]=443
  36. [SERVER_ADDR]=172.18.217.149
  37. [REMOTE_PORT]=19435
  38. [REMOTE_ADDR]=211.94.233.185
  39. [SERVER_SOFTWARE]=nginx/1.20.1
  40. [GATEWAY_INTERFACE]=CGI/1.1
  41. [HTTPS]=on
  42. [REQUEST_SCHEME]=https
  43. [SERVER_PROTOCOL]=HTTP/1.1
  44. [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
  45. [DOCUMENT_URI]=/ajaxEntryCenter.php
  46. [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  47. [SCRIPT_NAME]=/ajaxEntryCenter.php
  48. [CONTENT_LENGTH]=331
  49. [CONTENT_TYPE]=application/json
  50. [REQUEST_METHOD]=POST
  51. [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  52. [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
  53. [FCGI_ROLE]=RESPONDER
  54. [PHP_SELF]=/ajaxEntryCenter.php
  55. [REQUEST_TIME_FLOAT]=1658455478.8331
  56. [REQUEST_TIME]=1658455478
  57. 10:11:47 [error]: 通用分页查询排序接口异常:数据库执行异常:Server shutdown in progress
  58. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658454196 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  59. ["08S01",1053,"Server shutdown in progress"]
  60. 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php]的[53]行 code[0] !
  61. 异常堆栈上下文:
  62. #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
  63. #1 {main}
  64. 数据库执行异常:Server shutdown in progress
  65. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658454196 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  66. ["08S01",1053,"Server shutdown in progress"]
  67. 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
  68. 异常堆栈上下文:
  69. #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
  70. #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
  71. #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutActivity.php(1507): pdo_fetchall()
  72. #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php(25): bizbase_recruitAboutQuery()
  73. #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
  74. #5 {main}
  75. [上下文相关信息]:
  76. [WsAjaxPrj]=KLY
  77. [WsAjaxBiz]=Public
  78. [WsAjaxAction]=fetchPageData
  79. [USER]=nginxphp
  80. [HOME]=/home/nginxphp
  81. [HTTP_REFERER]=https://servicewechat.com/wxcd35a60de7b5942a/0/page-frame.html
  82. [HTTP_USER_AGENT]=Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.26(0x18001a23) NetType/WIFI Language/zh_CN
  83. [HTTP_ACCEPT_ENCODING]=gzip,compress,br,deflate
  84. [HTTP_CONTENT_TYPE]=application/json
  85. [HTTP_CONTENT_LENGTH]=350
  86. [HTTP_CONNECTION]=keep-alive
  87. [HTTP_HOST]=api.kuailaiyou.top
  88. [REDIRECT_STATUS]=200
  89. [SERVER_NAME]=api.kuailaiyou.top
  90. [SERVER_PORT]=443
  91. [SERVER_ADDR]=172.18.217.149
  92. [REMOTE_PORT]=35817
  93. [REMOTE_ADDR]=106.114.66.146
  94. [SERVER_SOFTWARE]=nginx/1.20.1
  95. [GATEWAY_INTERFACE]=CGI/1.1
  96. [HTTPS]=on
  97. [REQUEST_SCHEME]=https
  98. [SERVER_PROTOCOL]=HTTP/1.1
  99. [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
  100. [DOCUMENT_URI]=/ajaxEntryCenter.php
  101. [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  102. [SCRIPT_NAME]=/ajaxEntryCenter.php
  103. [CONTENT_LENGTH]=350
  104. [CONTENT_TYPE]=application/json
  105. [REQUEST_METHOD]=POST
  106. [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  107. [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
  108. [FCGI_ROLE]=RESPONDER
  109. [PHP_SELF]=/ajaxEntryCenter.php
  110. [REQUEST_TIME_FLOAT]=1658454196.0386
  111. [REQUEST_TIME]=1658454196
  112. 10:11:47 [error]: 通用分页查询排序接口异常:数据库执行异常:Server shutdown in progress
  113. sql语句:SELECT COUNT(*) as count FROM ( SELECT *,( SELECT count(*) FROM biz_todowork WHERE biz_todowork.biz_recruitid = biz_trader_recruit.id AND status IN (2,3,4,90,-8,-7,-6) ) AS biz_todowork_count FROM biz_trader_recruit WHERE biz_traderid = 110 ) t WHERE t.biz_todowork_count >= 1
  114. ["08S01",1053,"Server shutdown in progress"]
  115. 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Trader/fetchPageData.php]的[131]行 code[0] !
  116. 异常堆栈上下文:
  117. #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
  118. #1 {main}
  119. 数据库执行异常:Server shutdown in progress
  120. sql语句:SELECT COUNT(*) as count FROM ( SELECT *,( SELECT count(*) FROM biz_todowork WHERE biz_todowork.biz_recruitid = biz_trader_recruit.id AND status IN (2,3,4,90,-8,-7,-6) ) AS biz_todowork_count FROM biz_trader_recruit WHERE biz_traderid = 110 ) t WHERE t.biz_todowork_count >= 1
  121. ["08S01",1053,"Server shutdown in progress"]
  122. 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
  123. 异常堆栈上下文:
  124. #0 /bizroot/approot/klywebapi/base/mysql.php(195): PdoUtil->errhandle()
  125. #1 /bizroot/approot/klywebapi/base/mysql.php(23): PdoUtil->fetch()
  126. #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutActivity.php(3558): pdo_fetch()
  127. #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Trader/fetchPageData.php(47): bizbase_todoWorkAboutQuery()
  128. #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
  129. #5 {main}
  130. [上下文相关信息]:
  131. [WsAjaxPrj]=KLY
  132. [WsAjaxBiz]=Trader
  133. [WsAjaxAction]=fetchPageData
  134. [USER]=nginxphp
  135. [HOME]=/home/nginxphp
  136. [HTTP_REFERER]=https://servicewechat.com/wx8c230ea00ceb8676/0/page-frame.html
  137. [HTTP_USER_AGENT]=Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.26(0x18001a23) NetType/WIFI Language/zh_CN
  138. [HTTP_ACCEPT_ENCODING]=gzip,compress,br,deflate
  139. [HTTP_CONTENT_TYPE]=application/json
  140. [HTTP_CONTENT_LENGTH]=192
  141. [HTTP_CONNECTION]=keep-alive
  142. [HTTP_HOST]=api.kuailaiyou.top
  143. [REDIRECT_STATUS]=200
  144. [SERVER_NAME]=api.kuailaiyou.top
  145. [SERVER_PORT]=443
  146. [SERVER_ADDR]=172.18.217.149
  147. [REMOTE_PORT]=35830
  148. [REMOTE_ADDR]=106.114.66.146
  149. [SERVER_SOFTWARE]=nginx/1.20.1
  150. [GATEWAY_INTERFACE]=CGI/1.1
  151. [HTTPS]=on
  152. [REQUEST_SCHEME]=https
  153. [SERVER_PROTOCOL]=HTTP/1.1
  154. [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
  155. [DOCUMENT_URI]=/ajaxEntryCenter.php
  156. [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Trader&WsAjaxAction=fetchPageData
  157. [SCRIPT_NAME]=/ajaxEntryCenter.php
  158. [CONTENT_LENGTH]=192
  159. [CONTENT_TYPE]=application/json
  160. [REQUEST_METHOD]=POST
  161. [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Trader&WsAjaxAction=fetchPageData
  162. [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
  163. [FCGI_ROLE]=RESPONDER
  164. [PHP_SELF]=/ajaxEntryCenter.php
  165. [REQUEST_TIME_FLOAT]=1658454225.7614
  166. [REQUEST_TIME]=1658454225
  167. 10:11:47 [error]: 通用分页查询排序接口异常:数据库执行异常:Server shutdown in progress
  168. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658454185 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  169. ["08S01",1053,"Server shutdown in progress"]
  170. 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php]的[53]行 code[0] !
  171. 异常堆栈上下文:
  172. #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
  173. #1 {main}
  174. 数据库执行异常:Server shutdown in progress
  175. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658454185 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  176. ["08S01",1053,"Server shutdown in progress"]
  177. 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
  178. 异常堆栈上下文:
  179. #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
  180. #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
  181. #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutActivity.php(1507): pdo_fetchall()
  182. #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php(25): bizbase_recruitAboutQuery()
  183. #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
  184. #5 {main}
  185. [上下文相关信息]:
  186. [WsAjaxPrj]=KLY
  187. [WsAjaxBiz]=Public
  188. [WsAjaxAction]=fetchPageData
  189. [USER]=nginxphp
  190. [HOME]=/home/nginxphp
  191. [HTTP_REFERER]=https://servicewechat.com/wxcd35a60de7b5942a/0/page-frame.html
  192. [HTTP_USER_AGENT]=Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.26(0x18001a23) NetType/WIFI Language/zh_CN
  193. [HTTP_ACCEPT_ENCODING]=gzip,compress,br,deflate
  194. [HTTP_CONTENT_TYPE]=application/json
  195. [HTTP_CONTENT_LENGTH]=295
  196. [HTTP_CONNECTION]=keep-alive
  197. [HTTP_HOST]=api.kuailaiyou.top
  198. [REDIRECT_STATUS]=200
  199. [SERVER_NAME]=api.kuailaiyou.top
  200. [SERVER_PORT]=443
  201. [SERVER_ADDR]=172.18.217.149
  202. [REMOTE_PORT]=35780
  203. [REMOTE_ADDR]=106.114.66.146
  204. [SERVER_SOFTWARE]=nginx/1.20.1
  205. [GATEWAY_INTERFACE]=CGI/1.1
  206. [HTTPS]=on
  207. [REQUEST_SCHEME]=https
  208. [SERVER_PROTOCOL]=HTTP/1.1
  209. [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
  210. [DOCUMENT_URI]=/ajaxEntryCenter.php
  211. [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  212. [SCRIPT_NAME]=/ajaxEntryCenter.php
  213. [CONTENT_LENGTH]=295
  214. [CONTENT_TYPE]=application/json
  215. [REQUEST_METHOD]=POST
  216. [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  217. [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
  218. [FCGI_ROLE]=RESPONDER
  219. [PHP_SELF]=/ajaxEntryCenter.php
  220. [REQUEST_TIME_FLOAT]=1658454185.2649
  221. [REQUEST_TIME]=1658454185
  222. 10:11:47 [error]: 通用分页查询排序接口异常:数据库执行异常:Server shutdown in progress
  223. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658454204 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  224. ["08S01",1053,"Server shutdown in progress"]
  225. 异常发生在文件:[/bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php]的[53]行 code[0] !
  226. 异常堆栈上下文:
  227. #0 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once()
  228. #1 {main}
  229. 数据库执行异常:Server shutdown in progress
  230. sql语句: select btr.* ,round((btr.finish_datetime-:select_nowdate)/86400) as restdays ,bt.id as btid,bt.company_name,bt.catalog as bt_catalog,bt.certif_confirmed as bt_certif_confirmed ,bu.id as buid,bu.mobile bu_mobile ,concat(brd.id,'-',brd.begin_datetime,'-',brd.finish_datetime,'-',bt2.id,'-',bt2bu.id,'-',bt2bu.mobile,'-',bt2.true_name) as delegate_info ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 ) ) as now_worker_total ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=1 ) ) as now_worker_total000 ,(select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`=-1 or btdw.`status`=-3 ) ) as num_abnormal_total ,(st_distance_sphere(point(CAST(btr.work_addr_lng AS decimal(11,8)),CAST(btr.work_addr_lat AS decimal(11,8))),point(CAST(:nowlng AS decimal(11,8)),CAST(:nowlat AS decimal(11,8))))) as distance FROM (SELECT *, CONCAT(FROM_UNIXTIME(begin_datetime,"%Y%m%d"), REPLACE(begin_hour,':','')) AS begin_time_new FROM biz_trader_recruit ) btr left join biz_trader bt on bt.id=btr.biz_traderid left join base_user bu on bu.id=bt.base_userid left join biz_recruit_delegate brd on brd.biz_recruitid=btr.id and brd.finish_datetime>1658454204 left join biz_trader2 bt2 on bt2.id=brd.biz_trader2id left join base_user bt2bu on bt2bu.id=bt2.base_userid left join biz_worker_trace wktr on wktr.biz_workerid=0 and wktr.biz_catalog=0 and wktr.biz_id=btr.id where 1=1 and btr.`deleted`=0 and 1=1 and ( urgent_level=0 ) and (btr.work_addr like concat('%',:qy_workCity,'%') ) and ((btr.settle_catalog=0 and btr.begin_time_new >= :query_nowdate_new_ma) or (btr.settle_catalog=1)) and (select count(*) from biz_todowork btdw where btdw.biz_recruitid=btr.id and ( btdw.`status`>=2 or btdw.`status`=-1 or btdw.`status`=-3 ) ) <btr.need_total order by btr.istop desc,btr.id desc limit 0,1000
  231. ["08S01",1053,"Server shutdown in progress"]
  232. 异常发生在文件:[/bizroot/approot/klywebapi/base/mysql.php]的[104]行 code[0] !
  233. 异常堆栈上下文:
  234. #0 /bizroot/approot/klywebapi/base/mysql.php(207): PdoUtil->errhandle()
  235. #1 /bizroot/approot/klywebapi/base/mysql.php(29): PdoUtil->fetchall()
  236. #2 /bizroot/approot/klywebapi/prjcenter/prjKLY/base/AboutActivity.php(1507): pdo_fetchall()
  237. #3 /bizroot/approot/klywebapi/prjcenter/prjKLY/bizcenter/Public/fetchPageData.php(25): bizbase_recruitAboutQuery()
  238. #4 /bizroot/approot/klywebapi/ajaxEntryCenter.php(65): include_once('/bizroot/approo...')
  239. #5 {main}
  240. [上下文相关信息]:
  241. [WsAjaxPrj]=KLY
  242. [WsAjaxBiz]=Public
  243. [WsAjaxAction]=fetchPageData
  244. [USER]=nginxphp
  245. [HOME]=/home/nginxphp
  246. [HTTP_REFERER]=https://servicewechat.com/wxcd35a60de7b5942a/0/page-frame.html
  247. [HTTP_USER_AGENT]=Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.26(0x18001a23) NetType/WIFI Language/zh_CN
  248. [HTTP_ACCEPT_ENCODING]=gzip,compress,br,deflate
  249. [HTTP_CONTENT_TYPE]=application/json
  250. [HTTP_CONTENT_LENGTH]=350
  251. [HTTP_CONNECTION]=keep-alive
  252. [HTTP_HOST]=api.kuailaiyou.top
  253. [REDIRECT_STATUS]=200
  254. [SERVER_NAME]=api.kuailaiyou.top
  255. [SERVER_PORT]=443
  256. [SERVER_ADDR]=172.18.217.149
  257. [REMOTE_PORT]=35829
  258. [REMOTE_ADDR]=106.114.66.146
  259. [SERVER_SOFTWARE]=nginx/1.20.1
  260. [GATEWAY_INTERFACE]=CGI/1.1
  261. [HTTPS]=on
  262. [REQUEST_SCHEME]=https
  263. [SERVER_PROTOCOL]=HTTP/1.1
  264. [DOCUMENT_ROOT]=/bizroot/approot/klywebapi
  265. [DOCUMENT_URI]=/ajaxEntryCenter.php
  266. [REQUEST_URI]=/ajaxEntryCenter.php?WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  267. [SCRIPT_NAME]=/ajaxEntryCenter.php
  268. [CONTENT_LENGTH]=350
  269. [CONTENT_TYPE]=application/json
  270. [REQUEST_METHOD]=POST
  271. [QUERY_STRING]=WsAjaxPrj=KLY&WsAjaxBiz=Public&WsAjaxAction=fetchPageData
  272. [SCRIPT_FILENAME]=/bizroot/approot/klywebapi/ajaxEntryCenter.php
  273. [FCGI_ROLE]=RESPONDER
  274. [PHP_SELF]=/ajaxEntryCenter.php
  275. [REQUEST_TIME_FLOAT]=1658454204.3238
  276. [REQUEST_TIME]=1658454204