Time: 0.01328706741333 -- 2026-07-03 09:34:30.290 -- /buz/fls/index.php/qctask/cur_task?appid=ww5262fb147810c303&agentid=1000002 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-07-03 09:34:30.294 -- /buz/fls/index.php/qctask/cur_task?appid=ww5262fb147810c303&agentid=1000002 select publicno_id,is_oneUser_forMultiOpenid from dbwechat.wechat_publicno p where p.appid='ww5262fb147810c303' and isenable=1 and publicno_type_id=2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025310516357422 -- 2026-07-03 09:34:30.297 -- /buz/fls/index.php/qctask/cur_task?appid=ww5262fb147810c303&agentid=1000002 select b.cont_id, c.cont_name, c.acct_id, c.cont_password from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='MiSongTao' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024170875549316 -- 2026-07-03 09:34:30.299[米松涛-3168] -- /buz/fls/index.php/qctask/cur_task?appid=ww5262fb147810c303&agentid=1000002 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 11 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-07-03 09:34:30.411[米松涛-3168] -- /buz/fls/index.php/qctask/cur_task?appid=ww5262fb147810c303&agentid=1000002 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3168 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026468992233276 -- 2026-07-03 09:34:30.858[米松涛-3168] -- /buz/fls/index.php/qctask/query_task SELECT w.workplace_name,DATE_FORMAT(t.issued_date,'%Y-%m-%d %H:%i') issued_date, DATE_FORMAT(t.assign_finish_time,'%Y-%m-%d %H:%i') assign_finish_time,t.qctask_no,t.status_id,t.qctask_id, t.responsor_id,p.process_id,p.process_name,t.workplace_id,t.task_type_id,tr.parent_qctask_id excpt_task_id FROM dbqc.qc_task t LEFT JOIN dbsys.sys_workplace w ON t.workplace_id = w.workplace_id LEFT JOIN dbqc.qc_process p ON t.process_id = p.process_id LEFT JOIN dbqc.qc_task_relation tr ON t.qctask_id = tr.qctask_id LEFT JOIN dbqc.qc_task_procstep tps ON t.qctask_id = tps.qctask_id WHERE tps.responsor_id= 3168 AND (t.status_id < 5 ) and tps.procstep_type_id in (5,1) order by qctask_id desc ------------------------------------------------------------------------------------------------------------------------------------------------------