Time: 0.013820886611938 -- 2026-06-29 07:25:42.837 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011298179626465 -- 2026-06-29 07:25:43.802[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041239261627197 -- 2026-06-29 07:25:43.807[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032639503479004 -- 2026-06-29 07:25:43.811[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043039321899414 -- 2026-06-29 07:25:43.815[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0065889358520508 -- 2026-06-29 07:25:43.822[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 31 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015855073928833 -- 2026-06-29 07:25:48.544[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 07:25:48.546[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011300086975098 -- 2026-06-29 07:25:48.688[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =2 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014157056808472 -- 2026-06-29 07:25:48.749[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 2 and cont.cont_isenable = 1 AND cont.cont_name like '%超级管理员%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010884046554565 -- 2026-06-29 07:25:48.807[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 2 AND o.org_name like '%深圳市飞力士物流控股有限公司%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083560943603516 -- 2026-06-29 07:25:48.872[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 2 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023787975311279 -- 2026-06-29 07:25:48.953[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 07:25:48.955[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 2 and p.project_id not in (1) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087070465087891 -- 2026-06-29 07:25:54.405[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019979476928711 -- 2026-06-29 07:25:54.407[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019600391387939 -- 2026-06-29 07:25:54.409[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019440650939941 -- 2026-06-29 07:25:54.411[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019910335540771 -- 2026-06-29 07:25:54.413[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 31 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076088905334473 -- 2026-06-29 07:25:57.290[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013961791992188 -- 2026-06-29 07:25:57.292[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015840530395508 -- 2026-06-29 07:25:57.294[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01148509979248 -- 2026-06-29 07:25:57.463[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =2 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093050003051758 -- 2026-06-29 07:25:57.571[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 2 and cont.cont_isenable = 1 AND cont.cont_name like '%超级管理员%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01128101348877 -- 2026-06-29 07:25:57.698[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 2 AND o.org_name like '%深圳市飞力士物流控股有限公司%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088520050048828 -- 2026-06-29 07:28:59.830[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022971630096436 -- 2026-06-29 07:28:59.833[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021049976348877 -- 2026-06-29 07:28:59.835[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020921230316162 -- 2026-06-29 07:28:59.837[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020999908447266 -- 2026-06-29 07:28:59.839[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 31 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096750259399414 -- 2026-06-29 07:29:05.635[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_taskrept select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020649433135986 -- 2026-06-29 07:29:05.638[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_taskrept select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077908039093018 -- 2026-06-29 07:29:10.298[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019629001617432 -- 2026-06-29 07:29:10.300[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 07:29:10.302[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 07:29:10.304[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018739700317383 -- 2026-06-29 07:29:10.306[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 31 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018775939941406 -- 2026-06-29 07:29:12.330[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013699531555176 -- 2026-06-29 07:29:12.332[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-29 07:29:12.333[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011153936386108 -- 2026-06-29 07:29:12.480[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =2 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094490051269531 -- 2026-06-29 07:29:12.537[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 2 and cont.cont_isenable = 1 AND cont.cont_name like '%超级管理员%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01584005355835 -- 2026-06-29 07:29:12.598[超级管理员-31] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 2 AND o.org_name like '%深圳市飞力士物流控股有限公司%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086708068847656 -- 2026-06-29 08:34:22.864[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_taskrept select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 08:34:22.866[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_taskrept select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021061897277832 -- 2026-06-29 08:34:23.269[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021510124206543 -- 2026-06-29 08:34:23.271[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017681121826172 -- 2026-06-29 08:34:23.273[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022459030151367 -- 2026-06-29 08:34:23.276[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 31 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021159648895264 -- 2026-06-29 08:34:23.278[超级管理员-31] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 31 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086150169372559 -- 2026-06-29 08:39:20.676[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081448554992676 -- 2026-06-29 08:44:37.741 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-29 08:44:37.744 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0024449825286865 -- 2026-06-29 08:44:37.747 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='ZhuXiaoYing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-29 08:44:37.749[朱晓颖-490] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 08:44:37.756[朱晓颖-490] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 490 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025789737701416 -- 2026-06-29 08:44:37.759[朱晓颖-490] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 490 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-29 08:44:37.761[朱晓颖-490] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 490 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-29 08:44:37.762[朱晓颖-490] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-29 08:44:37.764[朱晓颖-490] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007655143737793 -- 2026-06-29 08:46:46.745 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091519355773926 -- 2026-06-29 08:46:47.457[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028860569000244 -- 2026-06-29 08:46:47.460[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001777172088623 -- 2026-06-29 08:46:47.462[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-29 08:46:47.464[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 08:46:47.465[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079481601715088 -- 2026-06-29 09:13:51.359 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 09:13:51.362 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0025038719177246 -- 2026-06-29 09:13:51.365 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='FeiLiShiQuanQiuJieSuanCheJiangLian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 09:13:51.367[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014910697937012 -- 2026-06-29 09:13:51.374[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025911331176758 -- 2026-06-29 09:13:51.377[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015020370483398 -- 2026-06-29 09:13:51.378[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014939308166504 -- 2026-06-29 09:13:51.380[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-29 09:13:51.382[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091888904571533 -- 2026-06-29 09:14:10.041[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029370784759521 -- 2026-06-29 09:14:10.044[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 09:14:10.046[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 2312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018341541290283 -- 2026-06-29 09:14:10.048[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 09:14:10.050[车江莲-2312] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020102977752686 -- 2026-06-29 09:22:28.572 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 09:22:28.575 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0025999546051025 -- 2026-06-29 09:22:28.578 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='DengBaiLing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001953125 -- 2026-06-29 09:22:28.580[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 09:22:28.588[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1054 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027608871459961 -- 2026-06-29 09:22:28.591[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1054 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-29 09:22:28.592[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1054 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 09:22:28.594[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 09:22:28.596[邓百灵-1054] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088369846343994 -- 2026-06-29 09:29:12.643 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017578601837158 -- 2026-06-29 09:29:12.646 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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.00235915184021 -- 2026-06-29 09:29:12.649 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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='LiuXiaoJin' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019769668579102 -- 2026-06-29 09:29:12.651[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088009834289551 -- 2026-06-29 09:29:13.190[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026237964630127 -- 2026-06-29 09:29:13.193[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019030570983887 -- 2026-06-29 09:29:13.195[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023469924926758 -- 2026-06-29 09:29:13.197[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001338005065918 -- 2026-06-29 09:29:13.199[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2544 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010667085647583 -- 2026-06-29 09:29:15.961[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50811 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-29 09:29:15.963[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020549297332764 -- 2026-06-29 09:29:16.015[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018031597137451 -- 2026-06-29 09:29:16.017[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 09:29:16.038[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018851757049561 -- 2026-06-29 09:29:16.071[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 09:29:16.073[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096800327301025 -- 2026-06-29 09:29:16.315[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%刘晓进-司机%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01299786567688 -- 2026-06-29 09:29:16.438[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%刘晓进%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091209411621094 -- 2026-06-29 09:29:16.559[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%郑州车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009058952331543 -- 2026-06-29 09:29:16.674[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090808868408203 -- 2026-06-29 09:29:16.799[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 09:29:16.801[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092170238494873 -- 2026-06-29 09:29:19.664[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002781867980957 -- 2026-06-29 09:29:19.667[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018620491027832 -- 2026-06-29 09:29:19.669[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023059844970703 -- 2026-06-29 09:29:19.672[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021529197692871 -- 2026-06-29 09:29:19.674[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2544 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086739063262939 -- 2026-06-29 09:30:20.103 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081748962402344 -- 2026-06-29 09:30:22.707[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009552001953125 -- 2026-06-29 09:30:24.118[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 09:30:24.120[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select payment_id from dbthird.thd_payment where oa_payment_id = 133422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019271373748779 -- 2026-06-29 09:30:24.122[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145890 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022690296173096 -- 2026-06-29 09:30:24.125[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719504 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-29 09:30:24.127[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022284030914307 -- 2026-06-29 09:30:24.181[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-29 09:30:24.183[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719504 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017528533935547 -- 2026-06-29 09:30:24.185[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017268657684326 -- 2026-06-29 09:30:24.186[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017821788787842 -- 2026-06-29 09:30:24.225[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084569454193115 -- 2026-06-29 09:30:25.308[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084919929504395 -- 2026-06-29 09:30:25.847[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099759101867676 -- 2026-06-29 09:30:27.088[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019068717956543 -- 2026-06-29 09:30:27.090[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select payment_id from dbthird.thd_payment where oa_payment_id = 133421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019791126251221 -- 2026-06-29 09:30:27.093[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145889 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023620128631592 -- 2026-06-29 09:30:27.095[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719501 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 09:30:27.097[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 09:30:27.131[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019388198852539 -- 2026-06-29 09:30:27.133[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719501 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017948150634766 -- 2026-06-29 09:30:27.135[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 09:30:27.137[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-29 09:30:27.177[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075290203094482 -- 2026-06-29 09:30:28.097[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073940753936768 -- 2026-06-29 09:30:28.616[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084381103515625 -- 2026-06-29 09:30:29.587[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-29 09:30:29.588[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select payment_id from dbthird.thd_payment where oa_payment_id = 133420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017051696777344 -- 2026-06-29 09:30:29.590[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 09:30:29.592[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719490 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015089511871338 -- 2026-06-29 09:30:29.594[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-29 09:30:29.626[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 09:30:29.628[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719490 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 09:30:29.630[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015041828155518 -- 2026-06-29 09:30:29.631[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 09:30:29.669[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011924028396606 -- 2026-06-29 09:30:30.471[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025701999664307 -- 2026-06-29 09:30:31.036[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010396957397461 -- 2026-06-29 09:30:32.010[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133419 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020179748535156 -- 2026-06-29 09:30:32.012[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select payment_id from dbthird.thd_payment where oa_payment_id = 133419 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021059513092041 -- 2026-06-29 09:30:32.014[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145887 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020542144775391 -- 2026-06-29 09:30:32.016[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719488 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 09:30:32.018[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02413010597229 -- 2026-06-29 09:30:32.083[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020718574523926 -- 2026-06-29 09:30:32.086[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719488 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019187927246094 -- 2026-06-29 09:30:32.088[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 09:30:32.090[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-29 09:30:32.139[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087358951568604 -- 2026-06-29 09:30:34.717[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094430446624756 -- 2026-06-29 09:30:35.248[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010612964630127 -- 2026-06-29 09:30:36.239[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133418 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020558834075928 -- 2026-06-29 09:30:36.241[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select payment_id from dbthird.thd_payment where oa_payment_id = 133418 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020880699157715 -- 2026-06-29 09:30:36.244[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145886 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024690628051758 -- 2026-06-29 09:30:36.246[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719484 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019240379333496 -- 2026-06-29 09:30:36.248[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021054983139038 -- 2026-06-29 09:30:36.301[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020751953125 -- 2026-06-29 09:30:36.303[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719484 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019271373748779 -- 2026-06-29 09:30:36.305[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 09:30:36.307[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019400119781494 -- 2026-06-29 09:30:36.345[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020126819610596 -- 2026-06-29 09:30:38.609[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009788990020752 -- 2026-06-29 09:30:39.140[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010470867156982 -- 2026-06-29 09:30:40.132[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020649433135986 -- 2026-06-29 09:30:40.134[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select payment_id from dbthird.thd_payment where oa_payment_id = 133417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021660327911377 -- 2026-06-29 09:30:40.136[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145885 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025978088378906 -- 2026-06-29 09:30:40.139[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719479 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020959377288818 -- 2026-06-29 09:30:40.141[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024115085601807 -- 2026-06-29 09:30:40.201[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020930767059326 -- 2026-06-29 09:30:40.203[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719479 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019030570983887 -- 2026-06-29 09:30:40.205[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019121170043945 -- 2026-06-29 09:30:40.207[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019340515136719 -- 2026-06-29 09:30:40.259[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021642923355103 -- 2026-06-29 09:30:41.041[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098450183868408 -- 2026-06-29 09:30:41.598[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091218948364258 -- 2026-06-29 09:30:42.857[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133416 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 09:30:42.859[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select payment_id from dbthird.thd_payment where oa_payment_id = 133416 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 09:30:42.861[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022311210632324 -- 2026-06-29 09:30:42.863[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-29 09:30:42.865[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 09:30:42.898[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 09:30:42.900[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 09:30:42.901[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 09:30:42.903[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 09:30:42.942[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019181966781616 -- 2026-06-29 09:30:43.768[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080580711364746 -- 2026-06-29 09:30:44.307[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01334810256958 -- 2026-06-29 09:30:45.273[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133415 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001378059387207 -- 2026-06-29 09:30:45.274[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select payment_id from dbthird.thd_payment where oa_payment_id = 133415 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013949871063232 -- 2026-06-29 09:30:45.276[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145883 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013868808746338 -- 2026-06-29 09:30:45.277[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719471 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012271404266357 -- 2026-06-29 09:30:45.278[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022235155105591 -- 2026-06-29 09:30:45.332[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014090538024902 -- 2026-06-29 09:30:45.334[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719471 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012500286102295 -- 2026-06-29 09:30:45.335[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012478828430176 -- 2026-06-29 09:30:45.336[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012779235839844 -- 2026-06-29 09:30:45.374[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084521770477295 -- 2026-06-29 09:30:46.137[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084199905395508 -- 2026-06-29 09:30:46.668[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016587972640991 -- 2026-06-29 09:30:47.736[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018000602722168 -- 2026-06-29 09:30:47.738[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select payment_id from dbthird.thd_payment where oa_payment_id = 133414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018570423126221 -- 2026-06-29 09:30:47.740[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145882 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021920204162598 -- 2026-06-29 09:30:47.742[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 09:30:47.744[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-29 09:30:47.777[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001835823059082 -- 2026-06-29 09:30:47.779[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-29 09:30:47.781[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 09:30:47.783[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-29 09:30:47.821[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082571506500244 -- 2026-06-29 09:30:48.577[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084061622619629 -- 2026-06-29 09:30:49.157[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080759525299072 -- 2026-06-29 09:30:50.217[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133413 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015838146209717 -- 2026-06-29 09:30:50.219[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select payment_id from dbthird.thd_payment where oa_payment_id = 133413 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016112327575684 -- 2026-06-29 09:30:50.221[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015819072723389 -- 2026-06-29 09:30:50.222[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719465 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014731884002686 -- 2026-06-29 09:30:50.224[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014729499816895 -- 2026-06-29 09:30:50.257[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 09:30:50.259[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719465 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014441013336182 -- 2026-06-29 09:30:50.260[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014190673828125 -- 2026-06-29 09:30:50.262[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015091896057129 -- 2026-06-29 09:30:50.300[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093209743499756 -- 2026-06-29 09:30:51.189[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084881782531738 -- 2026-06-29 09:30:51.792[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096659660339355 -- 2026-06-29 09:30:52.849[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133412 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 09:30:52.851[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select payment_id from dbthird.thd_payment where oa_payment_id = 133412 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-29 09:30:52.853[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145880 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-29 09:30:52.855[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017521381378174 -- 2026-06-29 09:30:52.857[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-29 09:30:52.890[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018928050994873 -- 2026-06-29 09:30:52.892[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00173020362854 -- 2026-06-29 09:30:52.894[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 09:30:52.896[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017528533935547 -- 2026-06-29 09:30:52.935[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081150531768799 -- 2026-06-29 09:30:53.787[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017722845077515 -- 2026-06-29 09:30:54.383[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095589160919189 -- 2026-06-29 09:30:55.428[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133411 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 09:30:55.430[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select payment_id from dbthird.thd_payment where oa_payment_id = 133411 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019059181213379 -- 2026-06-29 09:30:55.432[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145879 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001849889755249 -- 2026-06-29 09:30:55.434[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001690149307251 -- 2026-06-29 09:30:55.436[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024142026901245 -- 2026-06-29 09:30:55.492[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 09:30:55.494[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 09:30:55.496[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017111301422119 -- 2026-06-29 09:30:55.498[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 09:30:55.536[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016122102737427 -- 2026-06-29 09:30:56.405[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085210800170898 -- 2026-06-29 09:30:56.907[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010018110275269 -- 2026-06-29 09:30:57.989[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019168853759766 -- 2026-06-29 09:30:57.991[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select payment_id from dbthird.thd_payment where oa_payment_id = 133427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019629001617432 -- 2026-06-29 09:30:57.993[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145895 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023300647735596 -- 2026-06-29 09:30:57.996[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 09:30:57.998[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018835067749023 -- 2026-06-29 09:30:58.048[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-29 09:30:58.051[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 09:30:58.053[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017929077148438 -- 2026-06-29 09:30:58.054[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 09:30:58.092[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077879428863525 -- 2026-06-29 09:30:58.931[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088109970092773 -- 2026-06-29 09:30:59.597[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011707067489624 -- 2026-06-29 09:31:00.560[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133410 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 09:31:00.562[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select payment_id from dbthird.thd_payment where oa_payment_id = 133410 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018641948699951 -- 2026-06-29 09:31:00.564[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145878 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 09:31:00.566[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719457 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 09:31:00.568[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018013000488281 -- 2026-06-29 09:31:00.619[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018908977508545 -- 2026-06-29 09:31:00.621[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719457 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017118453979492 -- 2026-06-29 09:31:00.623[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 09:31:00.625[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 09:31:00.664[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02030611038208 -- 2026-06-29 09:31:01.454[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013121843338013 -- 2026-06-29 09:31:01.972[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082950592041016 -- 2026-06-29 09:31:02.977[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133409 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015771389007568 -- 2026-06-29 09:31:02.978[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select payment_id from dbthird.thd_payment where oa_payment_id = 133409 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016500949859619 -- 2026-06-29 09:31:02.980[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 09:31:02.982[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719456 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-29 09:31:02.983[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019790887832642 -- 2026-06-29 09:31:03.035[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 09:31:03.037[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719456 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001446008682251 -- 2026-06-29 09:31:03.038[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 09:31:03.040[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-29 09:31:03.079[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086398124694824 -- 2026-06-29 09:31:03.837[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082700252532959 -- 2026-06-29 09:31:04.368[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082828998565674 -- 2026-06-29 09:31:05.367[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133408 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016071796417236 -- 2026-06-29 09:31:05.369[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select payment_id from dbthird.thd_payment where oa_payment_id = 133408 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 09:31:05.371[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145876 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020279884338379 -- 2026-06-29 09:31:05.373[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-29 09:31:05.375[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015640258789062 -- 2026-06-29 09:31:05.411[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016491413116455 -- 2026-06-29 09:31:05.412[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 09:31:05.414[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015170574188232 -- 2026-06-29 09:31:05.416[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015239715576172 -- 2026-06-29 09:31:05.455[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098628997802734 -- 2026-06-29 09:31:06.349[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094518661499023 -- 2026-06-29 09:31:06.893[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017481088638306 -- 2026-06-29 09:31:07.931[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133407 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019481182098389 -- 2026-06-29 09:31:07.933[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select payment_id from dbthird.thd_payment where oa_payment_id = 133407 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020291805267334 -- 2026-06-29 09:31:07.936[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145875 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-29 09:31:07.938[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-29 09:31:07.940[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001884937286377 -- 2026-06-29 09:31:07.975[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019900798797607 -- 2026-06-29 09:31:07.977[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 09:31:07.979[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018441677093506 -- 2026-06-29 09:31:07.981[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 09:31:08.021[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01806378364563 -- 2026-06-29 09:31:08.997[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092458724975586 -- 2026-06-29 09:31:09.583[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015110969543457 -- 2026-06-29 09:40:03.101 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020301342010498 -- 2026-06-29 09:40:03.105 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0029759407043457 -- 2026-06-29 09:40:03.108 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ChengMing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021810531616211 -- 2026-06-29 09:40:03.110[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016756057739258 -- 2026-06-29 09:40:03.539[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090961456298828 -- 2026-06-29 09:40:22.035 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090370178222656 -- 2026-06-29 09:40:23.467[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021920204162598 -- 2026-06-29 09:40:23.469[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021600723266602 -- 2026-06-29 09:40:23.472[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 09:40:23.474[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021300315856934 -- 2026-06-29 09:40:23.476[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2970 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091331005096436 -- 2026-06-29 09:40:25.787[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50667 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 09:40:25.789[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-29 09:40:25.824[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014071464538574 -- 2026-06-29 09:40:25.825[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014340877532959 -- 2026-06-29 09:40:25.827[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014698505401611 -- 2026-06-29 09:40:25.860[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013949871063232 -- 2026-06-29 09:40:25.861[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020126104354858 -- 2026-06-29 09:40:26.118[程明-2970] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%程明%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009350061416626 -- 2026-06-29 09:40:26.233[程明-2970] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%程明%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007932186126709 -- 2026-06-29 09:40:26.326[程明-2970] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%万象车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099761486053467 -- 2026-06-29 09:40:26.448[程明-2970] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081360340118408 -- 2026-06-29 09:40:26.546[程明-2970] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-29 09:40:26.548[程明-2970] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020719051361084 -- 2026-06-29 09:40:38.158[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020449161529541 -- 2026-06-29 09:40:38.160[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019698143005371 -- 2026-06-29 09:40:38.162[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019831657409668 -- 2026-06-29 09:40:38.165[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-29 09:40:38.167[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2970 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085458755493164 -- 2026-06-29 09:43:47.420 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-29 09:43:47.423 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0025689601898193 -- 2026-06-29 09:43:47.426 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='CaiJunDong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 09:43:47.428[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 47 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 09:43:47.435[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2362 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027329921722412 -- 2026-06-29 09:43:47.438[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 2362 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016231536865234 -- 2026-06-29 09:43:47.440[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 2362 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 09:43:47.441[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001629114151001 -- 2026-06-29 09:43:47.443[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (47) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092837810516357 -- 2026-06-29 09:45:19.326[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224312%22}&event=edit_purcApply&purcapply_id=4312 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019981861114502 -- 2026-06-29 09:45:19.328[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224312%22}&event=edit_purcApply&purcapply_id=4312 select * from dbpurc.purc_apply_product where purcapply_id = 4312 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-29 09:45:19.330[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224312%22}&event=edit_purcApply&purcapply_id=4312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086278915405273 -- 2026-06-29 09:45:34.410[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016215801239014 -- 2026-06-29 09:45:34.828[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020607948303223 -- 2026-06-29 09:45:36.132[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224312%22}&event=edit_purcApply&purcapply_id=4312 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002202033996582 -- 2026-06-29 09:45:36.135[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224312%22}&event=edit_purcApply&purcapply_id=4312 select * from dbpurc.purc_apply_product where purcapply_id = 4312 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-29 09:45:36.137[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224312%22}&event=edit_purcApply&purcapply_id=4312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086121559143066 -- 2026-06-29 09:45:38.979[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250759%22}&event=edit_fareApply&fareApply_id=50759 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50759 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-29 09:45:38.981[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250759%22}&event=edit_fareApply&fareApply_id=50759 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50759 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021572113037109 -- 2026-06-29 09:45:38.983[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250759%22}&event=edit_fareApply&fareApply_id=50759 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6711339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001600980758667 -- 2026-06-29 09:45:38.985[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250759%22}&event=edit_fareApply&fareApply_id=50759 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-29 09:45:39.019[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250759%22}&event=edit_fareApply&fareApply_id=50759 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016148090362549 -- 2026-06-29 09:45:39.021[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250759%22}&event=edit_fareApply&fareApply_id=50759 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014007091522217 -- 2026-06-29 09:47:20.563 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086319446563721 -- 2026-06-29 09:47:21.189[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1126 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002824068069458 -- 2026-06-29 09:47:21.192[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086541175842285 -- 2026-06-29 09:49:22.822[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1126 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028340816497803 -- 2026-06-29 09:49:22.825[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079929828643799 -- 2026-06-29 09:51:12.055 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095679759979248 -- 2026-06-29 09:51:12.601[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1126 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029830932617188 -- 2026-06-29 09:51:12.604[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para=%7B%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22%7D&appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020859956741333 -- 2026-06-29 09:51:20.355[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1126 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002565860748291 -- 2026-06-29 09:51:20.358[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080559253692627 -- 2026-06-29 09:52:33.925 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 09:52:33.928 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0024561882019043 -- 2026-06-29 09:52:33.931 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='DengWei' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018599033355713 -- 2026-06-29 09:52:33.933[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 9 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-29 09:52:33.940[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025949478149414 -- 2026-06-29 09:52:33.943[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014071941375732 -- 2026-06-29 09:53:06.781 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016469955444336 -- 2026-06-29 09:53:06.784 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0022079944610596 -- 2026-06-29 09:53:06.786 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='CaoFangTing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-29 09:53:06.788[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 09:53:06.796[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1316 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027680397033691 -- 2026-06-29 09:53:06.799[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016448497772217 -- 2026-06-29 09:53:06.801[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 09:53:06.802[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 09:53:06.804[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096089839935303 -- 2026-06-29 09:54:50.413[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002985954284668 -- 2026-06-29 09:54:50.416[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01847505569458 -- 2026-06-29 09:55:28.845[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1126 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030159950256348 -- 2026-06-29 09:55:28.848[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022682905197144 -- 2026-06-29 09:56:29.521[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79786 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018758773803711 -- 2026-06-29 09:56:29.523[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79786 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020918846130371 -- 2026-06-29 09:56:29.526[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79786 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-29 09:56:29.528[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79786 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 09:56:29.529[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 09:56:29.564[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-29 09:56:29.605[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715931 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 09:56:29.607[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279786%22}&event=edit_extrafareApply&extrafareApply_id=79786 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015516996383667 -- 2026-06-29 09:56:39.947[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79785 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 09:56:39.949[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79785 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 09:56:39.951[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79785 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022239685058594 -- 2026-06-29 09:56:39.953[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79785 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016307830810547 -- 2026-06-29 09:56:39.955[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 09:56:39.990[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018191337585449 -- 2026-06-29 09:56:40.032[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715929 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001629114151001 -- 2026-06-29 09:56:40.034[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279785%22}&event=edit_extrafareApply&extrafareApply_id=79785 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081839561462402 -- 2026-06-29 09:59:48.643[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027611255645752 -- 2026-06-29 09:59:48.645[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090048313140869 -- 2026-06-29 10:00:01.897[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028650760650635 -- 2026-06-29 10:00:01.900[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011676073074341 -- 2026-06-29 10:00:17.645[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?appid=ww5262fb147810c303&agentid=1000022&wxMenu_id=131 select is_wxMenu_id from dbwechat.v_wechat_publicnoch_menu where wxMenu_id=131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018880367279053 -- 2026-06-29 10:00:17.647[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?appid=ww5262fb147810c303&agentid=1000022&wxMenu_id=131 select cont_stafftype, bit_adminBuzSystem from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011232852935791 -- 2026-06-29 10:00:19.869[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013056039810181 -- 2026-06-29 10:00:23.916[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018784046173096 -- 2026-06-29 10:00:34.027[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0053410530090332 -- 2026-06-29 10:00:34.033[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select * from dbsys.sys_contact where cont_name like '%deng%' and cont_islogin = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011842966079712 -- 2026-06-29 10:00:34.811[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015170574188232 -- 2026-06-29 10:00:34.812[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select * from dbsys.sys_contact where cont_name like '%deng%' and cont_islogin = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093491077423096 -- 2026-06-29 10:00:46.828[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010029077529907 -- 2026-06-29 10:02:19.609[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072340965270996 -- 2026-06-29 10:02:19.616[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0047941207885742 -- 2026-06-29 10:02:19.621[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 2026-06-29 10:02:19.625[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029101371765137 -- 2026-06-29 10:02:19.628[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 553 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01860499382019 -- 2026-06-29 10:02:21.632[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50663 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 10:02:21.633[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022389888763428 -- 2026-06-29 10:02:21.670[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695144 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-29 10:02:21.672[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-29 10:02:21.674[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 10:02:21.708[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695144 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014989376068115 -- 2026-06-29 10:02:21.710[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012599945068359 -- 2026-06-29 10:02:21.916[邓薇-553] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =9 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%东莞市华朗实业投资有限公司%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016113042831421 -- 2026-06-29 10:02:22.010[邓薇-553] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 9 and cont.cont_isenable = 1 AND cont.cont_name like '%邓薇%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012920141220093 -- 2026-06-29 10:02:22.102[邓薇-553] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 9 AND o.org_name like '%财务部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094599723815918 -- 2026-06-29 10:02:22.168[邓薇-553] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 9 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010879039764404 -- 2026-06-29 10:02:22.245[邓薇-553] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 9 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022110939025879 -- 2026-06-29 10:02:22.247[邓薇-553] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 9 and p.project_id not in (1,103,325,704,917) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017050981521606 -- 2026-06-29 10:02:23.356[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043778419494629 -- 2026-06-29 10:02:23.360[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034210681915283 -- 2026-06-29 10:02:23.364[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-29 10:02:23.366[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 553 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-29 10:02:23.368[邓薇-553] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 553 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093038082122803 -- 2026-06-29 10:03:56.475[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1126 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029218196868896 -- 2026-06-29 10:03:56.478[贺健-1126] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090780258178711 -- 2026-06-29 10:03:59.051 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 10:03:59.054 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0027551651000977 -- 2026-06-29 10:03:59.057 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ZhuoXiDing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 10:03:59.059[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 41 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089831352233887 -- 2026-06-29 10:04:00.585[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090000629425049 -- 2026-06-29 10:07:06.747[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133223 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016858577728271 -- 2026-06-29 10:07:06.749[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select payment_id from dbthird.thd_payment where oa_payment_id = 133223 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 10:07:06.750[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145702 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021040439605713 -- 2026-06-29 10:07:06.753[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707714 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015950202941895 -- 2026-06-29 10:07:06.754[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-29 10:07:06.788[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001655101776123 -- 2026-06-29 10:07:06.790[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707714 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-29 10:07:06.792[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 10:07:06.794[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015919208526611 -- 2026-06-29 10:07:06.834[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133223%22}&event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080690383911133 -- 2026-06-29 10:07:14.672[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1316 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026929378509521 -- 2026-06-29 10:07:14.675[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015997886657715 -- 2026-06-29 10:07:14.676[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016069412231445 -- 2026-06-29 10:07:14.678[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016131401062012 -- 2026-06-29 10:07:14.680[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02238392829895 -- 2026-06-29 10:08:46.213[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8533 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 10:08:46.215[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 10:08:46.216[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 10:08:46.250[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-29 10:08:46.252[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082929134368896 -- 2026-06-29 10:08:54.378[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016592979431152 -- 2026-06-29 10:08:54.883[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021494150161743 -- 2026-06-29 10:08:55.997[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8537 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 10:08:55.999[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 10:08:56.001[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 10:08:56.035[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-29 10:08:56.036[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01459002494812 -- 2026-06-29 10:08:57.360[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072460174560547 -- 2026-06-29 10:08:57.863[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023168087005615 -- 2026-06-29 10:08:59.242[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8534 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 10:08:59.244[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 10:08:59.246[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 10:08:59.280[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710722 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 10:08:59.282[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082459449768066 -- 2026-06-29 10:10:09.165[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082898139953613 -- 2026-06-29 10:10:09.733[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02017879486084 -- 2026-06-29 10:13:52.793 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-29 10:13:52.797 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0028841495513916 -- 2026-06-29 10:13:52.800 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ZhangTiHai' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021531581878662 -- 2026-06-29 10:13:52.802[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 23 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012521028518677 -- 2026-06-29 10:13:53.199[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025858879089355 -- 2026-06-29 10:13:53.202[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014910697937012 -- 2026-06-29 10:13:53.203[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014901161193848 -- 2026-06-29 10:13:53.205[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015139579772949 -- 2026-06-29 10:13:53.206[肖飞飞-477] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079028606414795 -- 2026-06-29 10:13:54.563[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079970359802246 -- 2026-06-29 10:13:56.029[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79787 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002079963684082 -- 2026-06-29 10:13:56.031[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019388198852539 -- 2026-06-29 10:13:56.033[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79787 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017151832580566 -- 2026-06-29 10:13:56.035[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79787 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014560222625732 -- 2026-06-29 10:13:56.036[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014891624450684 -- 2026-06-29 10:13:56.070[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002018928527832 -- 2026-06-29 10:13:56.112[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716082 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014798641204834 -- 2026-06-29 10:13:56.113[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01400089263916 -- 2026-06-29 10:14:00.836[张体海-1176] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010046005249023 -- 2026-06-29 10:14:01.771[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02240514755249 -- 2026-06-29 10:14:03.205[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50812 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50812 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025069713592529 -- 2026-06-29 10:14:03.208[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50812 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50812 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024089813232422 -- 2026-06-29 10:14:03.210[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50812 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716076 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-29 10:14:03.212[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50812 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024409294128418 -- 2026-06-29 10:14:03.248[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50812 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716076 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 10:14:03.250[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50812 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010019063949585 -- 2026-06-29 10:14:16.865 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019330978393555 -- 2026-06-29 10:14:16.868 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0024759769439697 -- 2026-06-29 10:14:16.871 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='sophia' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00211501121521 -- 2026-06-29 10:14:16.873[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019481182098389 -- 2026-06-29 10:14:16.881[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 172 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030391216278076 -- 2026-06-29 10:14:16.884[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 172 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-29 10:14:16.886[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 172 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-29 10:14:16.888[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 10:14:16.890[马绍凤-172] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017002105712891 -- 2026-06-29 10:14:57.359[张体海-1176] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50812 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082030296325684 -- 2026-06-29 10:14:58.520[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067269802093506 -- 2026-06-29 10:17:46.008 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013351440429688 -- 2026-06-29 10:17:46.011 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.001906156539917 -- 2026-06-29 10:17:46.013 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='WuLingGang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016100406646729 -- 2026-06-29 10:17:46.014[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 5 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089089870452881 -- 2026-06-29 10:17:46.486[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010002136230469 -- 2026-06-29 10:17:47.657[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022268295288086 -- 2026-06-29 10:17:47.659[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select payment_id from dbthird.thd_payment where oa_payment_id = 133440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-29 10:17:47.661[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145908 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022540092468262 -- 2026-06-29 10:17:47.663[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719766 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 10:17:47.665[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023712158203125 -- 2026-06-29 10:17:47.721[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-29 10:17:47.724[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719766 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 10:17:47.726[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-29 10:17:47.727[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 10:17:47.777[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090610980987549 -- 2026-06-29 10:17:48.675[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01075291633606 -- 2026-06-29 10:17:49.152[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012886047363281 -- 2026-06-29 10:17:50.109[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133431 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-29 10:17:50.111[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select payment_id from dbthird.thd_payment where oa_payment_id = 133431 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002068042755127 -- 2026-06-29 10:17:50.113[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145899 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025019645690918 -- 2026-06-29 10:17:50.116[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 10:17:50.118[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-29 10:17:50.153[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020661354064941 -- 2026-06-29 10:17:50.155[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018970966339111 -- 2026-06-29 10:17:50.157[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018599033355713 -- 2026-06-29 10:17:50.159[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019519329071045 -- 2026-06-29 10:17:50.209[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019248008728027 -- 2026-06-29 10:17:51.206[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012320995330811 -- 2026-06-29 10:17:51.739[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009429931640625 -- 2026-06-29 10:17:53.136[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 10:17:53.138[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select payment_id from dbthird.thd_payment where oa_payment_id = 133430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019268989562988 -- 2026-06-29 10:17:53.140[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145898 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 10:17:53.142[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-29 10:17:53.144[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018189907073975 -- 2026-06-29 10:17:53.194[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022919178009033 -- 2026-06-29 10:17:53.196[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016918182373047 -- 2026-06-29 10:17:53.198[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 10:17:53.200[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 10:17:53.239[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094699859619141 -- 2026-06-29 10:17:56.145[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094830989837646 -- 2026-06-29 10:17:56.666[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019842147827148 -- 2026-06-29 10:23:27.144 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084569454193115 -- 2026-06-29 10:23:28.143[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028078556060791 -- 2026-06-29 10:23:28.146[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 10:23:28.148[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 10:23:28.150[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015871524810791 -- 2026-06-29 10:23:28.152[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?para={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22}&appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018045902252197 -- 2026-06-29 10:25:43.282 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018899440765381 -- 2026-06-29 10:25:43.285 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0024631023406982 -- 2026-06-29 10:25:43.288 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096399784088135 -- 2026-06-29 10:26:36.146[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030159950256348 -- 2026-06-29 10:26:36.149[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-29 10:26:36.151[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00193190574646 -- 2026-06-29 10:26:36.153[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 10:26:36.155[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073130130767822 -- 2026-06-29 10:26:39.371[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013861656188965 -- 2026-06-29 10:26:39.373[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013918876647949 -- 2026-06-29 10:26:39.374[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013909339904785 -- 2026-06-29 10:26:39.376[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013599395751953 -- 2026-06-29 10:26:39.377[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083189010620117 -- 2026-06-29 10:27:41.525[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027999877929688 -- 2026-06-29 10:27:41.529[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 10:27:41.530[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 10:27:41.532[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-29 10:27:41.534[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086181163787842 -- 2026-06-29 10:28:07.874[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027999877929688 -- 2026-06-29 10:28:07.877[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-29 10:28:07.879[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 10:28:07.881[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 10:28:07.883[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091369152069092 -- 2026-06-29 10:28:42.881[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002953052520752 -- 2026-06-29 10:28:42.884[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 10:28:42.887[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018558502197266 -- 2026-06-29 10:28:42.888[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 10:28:42.890[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083398818969727 -- 2026-06-29 10:30:38.957[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027830600738525 -- 2026-06-29 10:30:38.960[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095009803771973 -- 2026-06-29 10:30:44.363 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 10:30:44.366 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0028090476989746 -- 2026-06-29 10:30:44.369 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002079963684082 -- 2026-06-29 10:30:44.371[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018079280853271 -- 2026-06-29 10:30:44.379[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028789043426514 -- 2026-06-29 10:30:44.382[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 10:30:44.384[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017971992492676 -- 2026-06-29 10:30:44.386[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-29 10:30:44.388[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018320083618164 -- 2026-06-29 10:30:48.922[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?appid=ww5262fb147810c303&agentid=1000022&wxMenu_id=131 select is_wxMenu_id from dbwechat.v_wechat_publicnoch_menu where wxMenu_id=131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 10:30:48.924[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?appid=ww5262fb147810c303&agentid=1000022&wxMenu_id=131 select cont_stafftype, bit_adminBuzSystem from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093600749969482 -- 2026-06-29 10:30:49.814[邓薇-553] -- /buz/oa/index.php/oamgmt/multiAccount_oprtLog?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098440647125244 -- 2026-06-29 10:30:57.538[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031671524047852 -- 2026-06-29 10:30:57.541[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020838975906372 -- 2026-06-29 10:31:59.993 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 10:31:59.997 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0026850700378418 -- 2026-06-29 10:31:59.999 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019690990447998 -- 2026-06-29 10:32:00.002[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 10:32:00.010[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027980804443359 -- 2026-06-29 10:32:00.013[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001680850982666 -- 2026-06-29 10:32:00.015[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 10:32:00.017[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016851425170898 -- 2026-06-29 10:32:00.019[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008026123046875 -- 2026-06-29 10:33:13.899[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133441 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 10:33:13.901[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select payment_id from dbthird.thd_payment where oa_payment_id = 133441 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015909671783447 -- 2026-06-29 10:33:13.902[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145909 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 10:33:13.904[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719807 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-29 10:33:13.906[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021024942398071 -- 2026-06-29 10:33:13.974[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015978813171387 -- 2026-06-29 10:33:13.976[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719807 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014240741729736 -- 2026-06-29 10:33:13.978[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014190673828125 -- 2026-06-29 10:33:13.979[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014469623565674 -- 2026-06-29 10:33:14.020[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133441%22}&event=edit_payment&payment_id=133441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075440406799316 -- 2026-06-29 10:33:15.473[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019635200500488 -- 2026-06-29 10:33:15.909[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093231201171875 -- 2026-06-29 10:33:16.991[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133439 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022139549255371 -- 2026-06-29 10:33:16.994[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select payment_id from dbthird.thd_payment where oa_payment_id = 133439 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018949508666992 -- 2026-06-29 10:33:16.996[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145907 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022158622741699 -- 2026-06-29 10:33:16.998[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719738 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001690149307251 -- 2026-06-29 10:33:17.000[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 10:33:17.044[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018620491027832 -- 2026-06-29 10:33:17.046[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719738 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 10:33:17.048[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 10:33:17.050[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-29 10:33:17.091[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014824151992798 -- 2026-06-29 10:33:17.790[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084781646728516 -- 2026-06-29 10:33:18.163[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011000871658325 -- 2026-06-29 10:33:19.091[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133436 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017580986022949 -- 2026-06-29 10:33:19.093[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select payment_id from dbthird.thd_payment where oa_payment_id = 133436 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 10:33:19.095[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145904 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021991729736328 -- 2026-06-29 10:33:19.098[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016119480133057 -- 2026-06-29 10:33:19.099[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 10:33:19.134[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 10:33:19.136[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 10:33:19.137[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 10:33:19.139[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 10:33:19.178[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015554904937744 -- 2026-06-29 10:33:19.827[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093121528625488 -- 2026-06-29 10:33:20.220[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092511177062988 -- 2026-06-29 10:33:52.694 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 10:33:52.698 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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.0027720928192139 -- 2026-06-29 10:33:52.701 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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='LiuXiaoJin' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 10:33:52.703[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011031866073608 -- 2026-06-29 10:33:53.098[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020511150360107 -- 2026-06-29 10:33:53.100[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 10:33:53.102[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00205397605896 -- 2026-06-29 10:33:53.104[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 10:33:53.106[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2544 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019755840301514 -- 2026-06-29 10:33:55.810[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50811 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-29 10:33:55.812[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016119480133057 -- 2026-06-29 10:33:55.859[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014200210571289 -- 2026-06-29 10:33:55.861[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013999938964844 -- 2026-06-29 10:33:55.862[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014379024505615 -- 2026-06-29 10:33:55.895[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013689994812012 -- 2026-06-29 10:33:55.896[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093908309936523 -- 2026-06-29 10:33:56.114[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%刘晓进-司机%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010645866394043 -- 2026-06-29 10:33:56.236[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%刘晓进%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010326862335205 -- 2026-06-29 10:33:56.361[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%郑州车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020730972290039 -- 2026-06-29 10:33:56.581[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009674072265625 -- 2026-06-29 10:33:56.716[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 10:33:56.718[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011721849441528 -- 2026-06-29 10:36:19.396 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001345157623291 -- 2026-06-29 10:36:19.399 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0022289752960205 -- 2026-06-29 10:36:19.402 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ShenLiYun' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-29 10:36:19.403[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 43 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017174005508423 -- 2026-06-29 10:36:19.882[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01918888092041 -- 2026-06-29 10:36:20.886[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018041133880615 -- 2026-06-29 10:36:20.888[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select payment_id from dbthird.thd_payment where oa_payment_id = 133442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 10:36:20.890[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145910 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022318363189697 -- 2026-06-29 10:36:20.893[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719911 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 10:36:20.895[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017648935317993 -- 2026-06-29 10:36:20.945[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select * from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 10:36:20.947[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719911 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016610622406006 -- 2026-06-29 10:36:20.949[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016648769378662 -- 2026-06-29 10:36:20.951[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 10:36:20.995[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014793872833252 -- 2026-06-29 10:36:23.818[沈丽云-2156] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083189010620117 -- 2026-06-29 10:36:24.375[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099160671234131 -- 2026-06-29 10:38:02.858 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 10:38:02.862 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0028889179229736 -- 2026-06-29 10:38:02.865 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021328926086426 -- 2026-06-29 10:38:02.867[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 10:38:02.874[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029327869415283 -- 2026-06-29 10:38:02.877[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-29 10:38:02.879[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 10:38:02.881[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 10:38:02.883[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017606973648071 -- 2026-06-29 10:41:03.414 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 10:41:03.418 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0028259754180908 -- 2026-06-29 10:41:03.421 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020160675048828 -- 2026-06-29 10:41:03.423[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010032176971436 -- 2026-06-29 10:41:03.819[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01027512550354 -- 2026-06-29 10:41:12.488[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-29 10:41:12.490[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select payment_id from dbthird.thd_payment where oa_payment_id = 133440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-29 10:41:12.493[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145908 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024449825286865 -- 2026-06-29 10:41:12.495[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719766 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019187927246094 -- 2026-06-29 10:41:12.497[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020098686218262 -- 2026-06-29 10:41:12.532[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-29 10:41:12.534[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719766 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 10:41:12.536[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-29 10:41:12.538[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001856803894043 -- 2026-06-29 10:41:12.579[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086989402770996 -- 2026-06-29 10:41:13.597[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019718885421753 -- 2026-06-29 10:41:14.247[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018249988555908 -- 2026-06-29 10:41:15.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133431 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-29 10:41:15.708[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select payment_id from dbthird.thd_payment where oa_payment_id = 133431 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-29 10:41:15.710[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145899 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023541450500488 -- 2026-06-29 10:41:15.713[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 10:41:15.714[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017668962478638 -- 2026-06-29 10:41:15.764[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019199848175049 -- 2026-06-29 10:41:15.767[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719572 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-29 10:41:15.768[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-29 10:41:15.770[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-29 10:41:15.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022380113601685 -- 2026-06-29 10:41:16.490[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133431 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013567924499512 -- 2026-06-29 10:41:17.101[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096950531005859 -- 2026-06-29 10:41:19.736[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 10:41:19.738[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select payment_id from dbthird.thd_payment where oa_payment_id = 133430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00189208984375 -- 2026-06-29 10:41:19.740[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145898 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022749900817871 -- 2026-06-29 10:41:19.743[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017368793487549 -- 2026-06-29 10:41:19.745[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018110275268555 -- 2026-06-29 10:41:19.779[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 10:41:19.781[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 10:41:19.783[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001716136932373 -- 2026-06-29 10:41:19.785[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 10:41:19.824[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099949836730957 -- 2026-06-29 10:41:20.397[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067710876464844 -- 2026-06-29 10:41:20.973[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022653818130493 -- 2026-06-29 10:41:22.494[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022687911987305 -- 2026-06-29 10:41:22.497[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select payment_id from dbthird.thd_payment where oa_payment_id = 133427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001906156539917 -- 2026-06-29 10:41:22.499[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145895 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022318363189697 -- 2026-06-29 10:41:22.501[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 10:41:22.503[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 10:41:22.537[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018491744995117 -- 2026-06-29 10:41:22.539[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001727819442749 -- 2026-06-29 10:41:22.541[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-29 10:41:22.542[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 10:41:22.583[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080020427703857 -- 2026-06-29 10:41:23.215[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014872074127197 -- 2026-06-29 10:41:23.842[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099999904632568 -- 2026-06-29 10:41:25.097[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023629665374756 -- 2026-06-29 10:41:25.099[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select payment_id from dbthird.thd_payment where oa_payment_id = 133422 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020389556884766 -- 2026-06-29 10:41:25.101[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145890 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023300647735596 -- 2026-06-29 10:41:25.104[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719504 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 10:41:25.106[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018908977508545 -- 2026-06-29 10:41:25.139[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 10:41:25.142[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719504 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 10:41:25.143[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-29 10:41:25.145[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 10:41:25.183[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080990791320801 -- 2026-06-29 10:41:25.895[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133422 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01526403427124 -- 2026-06-29 10:41:26.462[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022418022155762 -- 2026-06-29 10:41:28.154[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002202033996582 -- 2026-06-29 10:41:28.157[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select payment_id from dbthird.thd_payment where oa_payment_id = 133421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-29 10:41:28.159[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145889 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021369457244873 -- 2026-06-29 10:41:28.161[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719501 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 10:41:28.163[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 10:41:28.196[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 10:41:28.198[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719501 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 10:41:28.200[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-29 10:41:28.201[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-29 10:41:28.240[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01281213760376 -- 2026-06-29 10:41:29.344[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080850124359131 -- 2026-06-29 10:41:29.975[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086209774017334 -- 2026-06-29 10:41:31.490[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 10:41:31.492[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select payment_id from dbthird.thd_payment where oa_payment_id = 133420 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 10:41:31.494[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145888 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 10:41:31.496[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719490 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-29 10:41:31.498[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023213148117065 -- 2026-06-29 10:41:31.552[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 10:41:31.554[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719490 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015501976013184 -- 2026-06-29 10:41:31.556[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 10:41:31.557[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015668869018555 -- 2026-06-29 10:41:31.595[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015552043914795 -- 2026-06-29 10:41:32.162[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133420 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01981782913208 -- 2026-06-29 10:41:32.747[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094408988952637 -- 2026-06-29 10:41:34.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133419 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-29 10:41:34.704[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select payment_id from dbthird.thd_payment where oa_payment_id = 133419 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 10:41:34.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145887 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-29 10:41:34.708[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719488 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 10:41:34.709[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023848056793213 -- 2026-06-29 10:41:34.766[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001849889755249 -- 2026-06-29 10:41:34.768[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719488 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 10:41:34.770[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016908645629883 -- 2026-06-29 10:41:34.772[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 10:41:34.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091280937194824 -- 2026-06-29 10:41:35.976[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133419 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092368125915527 -- 2026-06-29 10:41:36.576[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090970993041992 -- 2026-06-29 10:41:37.906[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133418 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 10:41:37.908[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select payment_id from dbthird.thd_payment where oa_payment_id = 133418 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 10:41:37.910[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145886 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002155065536499 -- 2026-06-29 10:41:37.912[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719484 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 10:41:37.914[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019649028778076 -- 2026-06-29 10:41:37.965[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 10:41:37.967[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719484 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016121864318848 -- 2026-06-29 10:41:37.968[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015988349914551 -- 2026-06-29 10:41:37.970[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016019344329834 -- 2026-06-29 10:41:38.010[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091660022735596 -- 2026-06-29 10:41:38.895[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133418 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014508962631226 -- 2026-06-29 10:41:39.646[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024399042129517 -- 2026-06-29 10:41:41.386[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014569759368896 -- 2026-06-29 10:41:41.387[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select payment_id from dbthird.thd_payment where oa_payment_id = 133417 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 10:41:41.389[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145885 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00148606300354 -- 2026-06-29 10:41:41.391[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719479 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014259815216064 -- 2026-06-29 10:41:41.392[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014858245849609 -- 2026-06-29 10:41:41.426[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014917850494385 -- 2026-06-29 10:41:41.427[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719479 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013680458068848 -- 2026-06-29 10:41:41.429[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013620853424072 -- 2026-06-29 10:41:41.430[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013840198516846 -- 2026-06-29 10:41:41.468[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082108974456787 -- 2026-06-29 10:41:42.750[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133417 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081357955932617 -- 2026-06-29 10:41:43.985[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081441402435303 -- 2026-06-29 10:41:45.700[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133416 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015830993652344 -- 2026-06-29 10:41:45.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select payment_id from dbthird.thd_payment where oa_payment_id = 133416 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 10:41:45.703[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145884 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-29 10:41:45.705[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014040470123291 -- 2026-06-29 10:41:45.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014569759368896 -- 2026-06-29 10:41:45.739[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-29 10:41:45.741[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014071464538574 -- 2026-06-29 10:41:45.743[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013868808746338 -- 2026-06-29 10:41:45.744[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-29 10:41:45.782[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014516830444336 -- 2026-06-29 10:41:46.496[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133416 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0106520652771 -- 2026-06-29 10:41:47.078[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0103919506073 -- 2026-06-29 10:41:48.412[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133415 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 10:41:48.414[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select payment_id from dbthird.thd_payment where oa_payment_id = 133415 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-29 10:41:48.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145883 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023510456085205 -- 2026-06-29 10:41:48.419[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719471 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018148422241211 -- 2026-06-29 10:41:48.421[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015650033950806 -- 2026-06-29 10:41:48.469[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 10:41:48.471[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719471 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 10:41:48.473[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-29 10:41:48.475[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-29 10:41:48.523[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017874956130981 -- 2026-06-29 10:41:58.821[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133415 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087580680847168 -- 2026-06-29 10:41:59.481[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010047197341919 -- 2026-06-29 10:42:01.427[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 10:42:01.429[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select payment_id from dbthird.thd_payment where oa_payment_id = 133414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019011497497559 -- 2026-06-29 10:42:01.431[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145882 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002251148223877 -- 2026-06-29 10:42:01.433[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-29 10:42:01.435[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018801689147949 -- 2026-06-29 10:42:01.469[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-29 10:42:01.471[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 10:42:01.473[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001716136932373 -- 2026-06-29 10:42:01.475[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017712116241455 -- 2026-06-29 10:42:01.512[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090188980102539 -- 2026-06-29 10:42:02.110[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133414 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020941019058228 -- 2026-06-29 10:42:02.803[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012595891952515 -- 2026-06-29 10:42:04.355[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133413 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 10:42:04.357[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select payment_id from dbthird.thd_payment where oa_payment_id = 133413 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 10:42:04.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145881 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015819072723389 -- 2026-06-29 10:42:04.360[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719465 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001460075378418 -- 2026-06-29 10:42:04.362[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018438100814819 -- 2026-06-29 10:42:04.414[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 10:42:04.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719465 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014498233795166 -- 2026-06-29 10:42:04.418[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001439094543457 -- 2026-06-29 10:42:04.419[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-29 10:42:04.459[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010820150375366 -- 2026-06-29 10:42:05.123[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133413 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091841220855713 -- 2026-06-29 10:42:05.761[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017948150634766 -- 2026-06-29 10:42:12.524[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133412 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 10:42:12.525[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select payment_id from dbthird.thd_payment where oa_payment_id = 133412 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-29 10:42:12.527[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145880 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 10:42:12.529[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 10:42:12.531[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 10:42:12.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 10:42:12.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 10:42:12.568[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015358924865723 -- 2026-06-29 10:42:12.569[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-29 10:42:12.609[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078709125518799 -- 2026-06-29 10:42:13.386 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-29 10:42:13.389 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0024020671844482 -- 2026-06-29 10:42:13.392 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='ZhuGuoCheng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017001628875732 -- 2026-06-29 10:42:13.394[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014698505401611 -- 2026-06-29 10:42:13.401[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002636194229126 -- 2026-06-29 10:42:13.404[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014932155609131 -- 2026-06-29 10:42:13.405[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-29 10:42:13.407[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014059543609619 -- 2026-06-29 10:42:13.409[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095739364624023 -- 2026-06-29 10:42:13.655[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089418888092041 -- 2026-06-29 10:42:15.194[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092949867248535 -- 2026-06-29 10:42:17.742[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133411 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017948150634766 -- 2026-06-29 10:42:17.744[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select payment_id from dbthird.thd_payment where oa_payment_id = 133411 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018348693847656 -- 2026-06-29 10:42:17.746[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145879 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 10:42:17.748[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016119480133057 -- 2026-06-29 10:42:17.750[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014657020568848 -- 2026-06-29 10:42:17.796[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018258094787598 -- 2026-06-29 10:42:17.798[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 10:42:17.800[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001615047454834 -- 2026-06-29 10:42:17.802[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 10:42:17.840[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067758560180664 -- 2026-06-29 10:42:18.679[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133411 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01659107208252 -- 2026-06-29 10:42:19.563[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012840032577515 -- 2026-06-29 10:42:21.320[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133410 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018351078033447 -- 2026-06-29 10:42:21.322[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select payment_id from dbthird.thd_payment where oa_payment_id = 133410 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 10:42:21.324[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145878 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002216100692749 -- 2026-06-29 10:42:21.326[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719457 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 10:42:21.328[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 10:42:21.362[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 10:42:21.364[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719457 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 10:42:21.366[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 10:42:21.367[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017201900482178 -- 2026-06-29 10:42:21.407[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089900493621826 -- 2026-06-29 10:42:22.161[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133410 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095789432525635 -- 2026-06-29 10:42:22.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022356986999512 -- 2026-06-29 10:42:24.440[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133409 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-29 10:42:24.442[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select payment_id from dbthird.thd_payment where oa_payment_id = 133409 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-29 10:42:24.444[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145877 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017480850219727 -- 2026-06-29 10:42:24.445[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719456 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015780925750732 -- 2026-06-29 10:42:24.447[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-29 10:42:24.480[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-29 10:42:24.482[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719456 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-29 10:42:24.484[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-29 10:42:24.486[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016348361968994 -- 2026-06-29 10:42:24.524[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009774923324585 -- 2026-06-29 10:42:25.232[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133409 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094990730285645 -- 2026-06-29 10:42:25.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021259069442749 -- 2026-06-29 10:42:29.127[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133408 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 10:42:29.129[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select payment_id from dbthird.thd_payment where oa_payment_id = 133408 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 10:42:29.131[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145876 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001629114151001 -- 2026-06-29 10:42:29.132[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014989376068115 -- 2026-06-29 10:42:29.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020847082138062 -- 2026-06-29 10:42:29.186[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 10:42:29.188[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015099048614502 -- 2026-06-29 10:42:29.190[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 10:42:29.191[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-29 10:42:29.230[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093948841094971 -- 2026-06-29 10:42:29.502[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133408 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-29 10:42:29.504[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select payment_id from dbthird.thd_payment where oa_payment_id = 133408 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 10:42:29.506[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145876 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 10:42:29.508[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 10:42:29.510[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022768020629883 -- 2026-06-29 10:42:29.562[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017819404602051 -- 2026-06-29 10:42:29.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001751184463501 -- 2026-06-29 10:42:29.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 10:42:29.568[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 10:42:29.605[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085961818695068 -- 2026-06-29 10:42:30.626[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133408 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01030707359314 -- 2026-06-29 10:42:31.337[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096738338470459 -- 2026-06-29 10:42:33.558[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133407 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-29 10:42:33.560[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select payment_id from dbthird.thd_payment where oa_payment_id = 133407 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 10:42:33.562[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145875 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 10:42:33.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017328262329102 -- 2026-06-29 10:42:33.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024834871292114 -- 2026-06-29 10:42:33.622[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 10:42:33.624[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 10:42:33.626[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 10:42:33.628[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-29 10:42:33.666[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020442962646484 -- 2026-06-29 10:42:34.473[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133407 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026480913162231 -- 2026-06-29 10:42:35.195[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01003098487854 -- 2026-06-29 10:42:36.864[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133327 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019590854644775 -- 2026-06-29 10:42:36.866[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select payment_id from dbthird.thd_payment where oa_payment_id = 133327 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002007007598877 -- 2026-06-29 10:42:36.868[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145804 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-29 10:42:36.870[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6711138 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 10:42:36.872[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 10:42:36.906[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-29 10:42:36.908[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711138 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 10:42:36.910[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-29 10:42:36.912[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 10:42:36.951[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133327 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098731517791748 -- 2026-06-29 10:42:37.748[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133327 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088400840759277 -- 2026-06-29 10:42:38.422[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020270824432373 -- 2026-06-29 10:42:39.773[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133261 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-29 10:42:39.775[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select payment_id from dbthird.thd_payment where oa_payment_id = 133261 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018618106842041 -- 2026-06-29 10:42:39.777[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145740 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 10:42:39.779[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708057 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-29 10:42:39.781[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 10:42:39.814[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018191337585449 -- 2026-06-29 10:42:39.816[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708057 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 10:42:39.818[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016708374023438 -- 2026-06-29 10:42:39.820[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 10:42:39.858[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133261 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012940883636475 -- 2026-06-29 10:42:40.901[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133261 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01743483543396 -- 2026-06-29 10:42:41.466[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097301006317139 -- 2026-06-29 10:42:43.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133260 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018861293792725 -- 2026-06-29 10:42:43.568[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select payment_id from dbthird.thd_payment where oa_payment_id = 133260 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019440650939941 -- 2026-06-29 10:42:43.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145739 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022940635681152 -- 2026-06-29 10:42:43.573[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708055 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 10:42:43.575[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 10:42:43.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019240379333496 -- 2026-06-29 10:42:43.610[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708055 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017819404602051 -- 2026-06-29 10:42:43.612[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-29 10:42:43.613[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 10:42:43.651[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096888542175293 -- 2026-06-29 10:42:44.577[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011801958084106 -- 2026-06-29 10:42:45.213[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010093927383423 -- 2026-06-29 10:42:48.333[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016388893127441 -- 2026-06-29 10:42:48.335[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select payment_id from dbthird.thd_payment where oa_payment_id = 133258 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 10:42:48.337[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145737 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020730495452881 -- 2026-06-29 10:42:48.339[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708051 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-29 10:42:48.341[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015559196472168 -- 2026-06-29 10:42:48.374[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-29 10:42:48.376[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708051 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-29 10:42:48.378[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 10:42:48.379[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015571117401123 -- 2026-06-29 10:42:48.418[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079281330108643 -- 2026-06-29 10:42:49.095[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133258 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092999935150146 -- 2026-06-29 10:42:49.773[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01637601852417 -- 2026-06-29 10:42:51.204[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 10:42:51.206[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select payment_id from dbthird.thd_payment where oa_payment_id = 133257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 10:42:51.208[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145736 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 10:42:51.210[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708046 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 10:42:51.212[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018517971038818 -- 2026-06-29 10:42:51.262[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-29 10:42:51.264[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708046 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 10:42:51.266[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016701221466064 -- 2026-06-29 10:42:51.268[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017068386077881 -- 2026-06-29 10:42:51.306[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089609622955322 -- 2026-06-29 10:42:51.921[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091478824615479 -- 2026-06-29 10:42:52.637[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078041553497314 -- 2026-06-29 10:42:54.561[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133256 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014598369598389 -- 2026-06-29 10:42:54.562[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select payment_id from dbthird.thd_payment where oa_payment_id = 133256 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015120506286621 -- 2026-06-29 10:42:54.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145735 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015120506286621 -- 2026-06-29 10:42:54.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013480186462402 -- 2026-06-29 10:42:54.567[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018572092056274 -- 2026-06-29 10:42:54.617[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 10:42:54.619[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013489723205566 -- 2026-06-29 10:42:54.620[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013439655303955 -- 2026-06-29 10:42:54.622[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001384973526001 -- 2026-06-29 10:42:54.659[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096421241760254 -- 2026-06-29 10:42:57.393[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020012140274048 -- 2026-06-29 10:42:58.007[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01146411895752 -- 2026-06-29 10:43:00.799[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133255 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019490718841553 -- 2026-06-29 10:43:00.801[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select payment_id from dbthird.thd_payment where oa_payment_id = 133255 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-29 10:43:00.803[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145734 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-29 10:43:00.805[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708040 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017561912536621 -- 2026-06-29 10:43:00.807[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-29 10:43:00.842[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-29 10:43:00.844[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708040 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 10:43:00.846[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 10:43:00.848[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 10:43:00.886[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087409019470215 -- 2026-06-29 10:43:01.837[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087709426879883 -- 2026-06-29 10:43:02.476[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010967016220093 -- 2026-06-29 10:43:03.919[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133254 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018987655639648 -- 2026-06-29 10:43:03.921[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select payment_id from dbthird.thd_payment where oa_payment_id = 133254 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-29 10:43:03.923[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145733 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-29 10:43:03.925[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708038 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017681121826172 -- 2026-06-29 10:43:03.927[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 10:43:03.961[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019128322601318 -- 2026-06-29 10:43:03.963[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708038 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017762184143066 -- 2026-06-29 10:43:03.965[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017671585083008 -- 2026-06-29 10:43:03.967[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 10:43:04.005[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013604879379272 -- 2026-06-29 10:43:05.721[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023364067077637 -- 2026-06-29 10:43:06.381[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014088869094849 -- 2026-06-29 10:43:07.932[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133253 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016639232635498 -- 2026-06-29 10:43:07.933[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select payment_id from dbthird.thd_payment where oa_payment_id = 133253 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 10:43:07.935[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145732 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-29 10:43:07.937[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708036 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 10:43:07.939[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020596981048584 -- 2026-06-29 10:43:07.991[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017561912536621 -- 2026-06-29 10:43:07.993[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708036 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015220642089844 -- 2026-06-29 10:43:07.994[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-29 10:43:07.996[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015881061553955 -- 2026-06-29 10:43:08.034[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075521469116211 -- 2026-06-29 10:43:08.800[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099761486053467 -- 2026-06-29 10:43:09.442[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013453006744385 -- 2026-06-29 10:43:10.925[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133252 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013530254364014 -- 2026-06-29 10:43:10.927[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select payment_id from dbthird.thd_payment where oa_payment_id = 133252 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014019012451172 -- 2026-06-29 10:43:10.929[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145731 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013840198516846 -- 2026-06-29 10:43:10.930[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012269020080566 -- 2026-06-29 10:43:10.931[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022098064422607 -- 2026-06-29 10:43:10.985[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013971328735352 -- 2026-06-29 10:43:10.987[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012259483337402 -- 2026-06-29 10:43:10.988[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012378692626953 -- 2026-06-29 10:43:10.990[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012640953063965 -- 2026-06-29 10:43:11.027[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093832015991211 -- 2026-06-29 10:43:12.416[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093948841094971 -- 2026-06-29 10:43:13.020[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095951557159424 -- 2026-06-29 10:43:27.354[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017324924468994 -- 2026-06-29 10:43:29.068[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133251 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019779205322266 -- 2026-06-29 10:43:29.070[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select payment_id from dbthird.thd_payment where oa_payment_id = 133251 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-29 10:43:29.072[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145730 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023500919342041 -- 2026-06-29 10:43:29.075[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708027 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 10:43:29.077[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019989013671875 -- 2026-06-29 10:43:29.110[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-29 10:43:29.112[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708027 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 10:43:29.114[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018281936645508 -- 2026-06-29 10:43:29.116[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018818378448486 -- 2026-06-29 10:43:29.154[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022613048553467 -- 2026-06-29 10:43:30.227[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011529207229614 -- 2026-06-29 10:43:30.901[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089089870452881 -- 2026-06-29 10:43:32.549[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133249 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 10:43:32.551[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select payment_id from dbthird.thd_payment where oa_payment_id = 133249 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017590522766113 -- 2026-06-29 10:43:32.553[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145728 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 10:43:32.555[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708025 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-29 10:43:32.556[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-29 10:43:32.591[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016939640045166 -- 2026-06-29 10:43:32.593[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708025 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-29 10:43:32.594[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015618801116943 -- 2026-06-29 10:43:32.596[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016031265258789 -- 2026-06-29 10:43:32.634[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133249 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083949565887451 -- 2026-06-29 10:43:33.528[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133249 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01301908493042 -- 2026-06-29 10:43:34.303[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014381885528564 -- 2026-06-29 10:43:35.746[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133248 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 10:43:35.747[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select payment_id from dbthird.thd_payment where oa_payment_id = 133248 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017681121826172 -- 2026-06-29 10:43:35.749[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145727 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 10:43:35.751[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708020 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 10:43:35.753[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019946098327637 -- 2026-06-29 10:43:35.805[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-29 10:43:35.807[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708020 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 10:43:35.808[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 10:43:35.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-29 10:43:35.848[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133248 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022831916809082 -- 2026-06-29 10:43:36.609[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133248 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074141025543213 -- 2026-06-29 10:43:37.188[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092740058898926 -- 2026-06-29 10:43:39.621[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133247 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 10:43:39.623[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select payment_id from dbthird.thd_payment where oa_payment_id = 133247 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018281936645508 -- 2026-06-29 10:43:39.625[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145726 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017819404602051 -- 2026-06-29 10:43:39.627[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708019 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-29 10:43:39.629[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016082048416138 -- 2026-06-29 10:43:39.677[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 10:43:39.679[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708019 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016250610351562 -- 2026-06-29 10:43:39.681[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 10:43:39.683[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016610622406006 -- 2026-06-29 10:43:39.721[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133247 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078809261322021 -- 2026-06-29 10:43:40.309[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133247 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0071861743927002 -- 2026-06-29 10:43:40.909[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019473075866699 -- 2026-06-29 10:43:42.471[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133246 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014579296112061 -- 2026-06-29 10:43:42.473[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select payment_id from dbthird.thd_payment where oa_payment_id = 133246 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-29 10:43:42.475[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145725 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-29 10:43:42.476[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708015 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013659000396729 -- 2026-06-29 10:43:42.478[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014100074768066 -- 2026-06-29 10:43:42.512[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014891624450684 -- 2026-06-29 10:43:42.513[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708015 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013511180877686 -- 2026-06-29 10:43:42.515[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013349056243896 -- 2026-06-29 10:43:42.516[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013799667358398 -- 2026-06-29 10:43:42.554[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090141296386719 -- 2026-06-29 10:43:43.155[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092780590057373 -- 2026-06-29 10:43:43.751[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093491077423096 -- 2026-06-29 10:43:45.175[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133245 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018541812896729 -- 2026-06-29 10:43:45.177[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select payment_id from dbthird.thd_payment where oa_payment_id = 133245 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019059181213379 -- 2026-06-29 10:43:45.179[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145724 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 10:43:45.181[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708007 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 10:43:45.183[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017881393432617 -- 2026-06-29 10:43:45.219[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018651485443115 -- 2026-06-29 10:43:45.221[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708007 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-29 10:43:45.223[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 10:43:45.225[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 10:43:45.264[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087409019470215 -- 2026-06-29 10:43:45.875[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087728500366211 -- 2026-06-29 10:43:46.516[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015383005142212 -- 2026-06-29 10:43:47.882[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133244 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001964807510376 -- 2026-06-29 10:43:47.885[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select payment_id from dbthird.thd_payment where oa_payment_id = 133244 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020549297332764 -- 2026-06-29 10:43:47.887[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145723 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 10:43:47.889[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708001 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 10:43:47.890[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017360925674438 -- 2026-06-29 10:43:47.940[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016541481018066 -- 2026-06-29 10:43:47.942[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708001 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 10:43:47.943[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015010833740234 -- 2026-06-29 10:43:47.945[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015039443969727 -- 2026-06-29 10:43:47.983[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090088844299316 -- 2026-06-29 10:43:48.530[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082080364227295 -- 2026-06-29 10:43:49.205[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019722938537598 -- 2026-06-29 10:43:50.501[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133243 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-29 10:43:50.503[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select payment_id from dbthird.thd_payment where oa_payment_id = 133243 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00189208984375 -- 2026-06-29 10:43:50.505[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145722 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 10:43:50.507[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707998 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 10:43:50.509[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018038749694824 -- 2026-06-29 10:43:50.543[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018720626831055 -- 2026-06-29 10:43:50.545[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707998 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 10:43:50.547[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 10:43:50.549[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017528533935547 -- 2026-06-29 10:43:50.587[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079629421234131 -- 2026-06-29 10:43:51.215[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092439651489258 -- 2026-06-29 10:43:51.910[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017257213592529 -- 2026-06-29 10:43:53.465[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133241 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 10:43:53.467[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select payment_id from dbthird.thd_payment where oa_payment_id = 133241 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019547939300537 -- 2026-06-29 10:43:53.469[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145720 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023410320281982 -- 2026-06-29 10:43:53.471[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707994 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017898082733154 -- 2026-06-29 10:43:53.473[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023692846298218 -- 2026-06-29 10:43:53.535[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 10:43:53.539[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707994 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 10:43:53.541[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001777172088623 -- 2026-06-29 10:43:53.543[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018041133880615 -- 2026-06-29 10:43:53.582[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133241 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018631219863892 -- 2026-06-29 10:43:54.404[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133241 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010041952133179 -- 2026-06-29 10:43:55.157[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095820426940918 -- 2026-06-29 10:43:56.881[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133234 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001884937286377 -- 2026-06-29 10:43:56.883[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select payment_id from dbthird.thd_payment where oa_payment_id = 133234 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-29 10:43:56.885[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145713 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018470287322998 -- 2026-06-29 10:43:56.887[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-29 10:43:56.889[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017831325531006 -- 2026-06-29 10:43:56.923[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 10:43:56.925[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 10:43:56.927[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 10:43:56.929[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-29 10:43:56.968[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099101066589355 -- 2026-06-29 10:43:58.910[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133234 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010613918304443 -- 2026-06-29 10:43:59.735[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010156154632568 -- 2026-06-29 10:44:01.455[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133233 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022220611572266 -- 2026-06-29 10:44:01.458[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select payment_id from dbthird.thd_payment where oa_payment_id = 133233 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021100044250488 -- 2026-06-29 10:44:01.460[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145712 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020098686218262 -- 2026-06-29 10:44:01.462[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707743 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 10:44:01.464[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 10:44:01.498[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019910335540771 -- 2026-06-29 10:44:01.500[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707743 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-29 10:44:01.502[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018241405487061 -- 2026-06-29 10:44:01.504[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 10:44:01.552[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087800025939941 -- 2026-06-29 10:44:02.294[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019840955734253 -- 2026-06-29 10:44:02.949[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013904094696045 -- 2026-06-29 10:44:04.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133232 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-29 10:44:04.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select payment_id from dbthird.thd_payment where oa_payment_id = 133232 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002108097076416 -- 2026-06-29 10:44:04.569[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145711 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 10:44:04.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707738 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016927719116211 -- 2026-06-29 10:44:04.573[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019289016723633 -- 2026-06-29 10:44:04.623[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018777847290039 -- 2026-06-29 10:44:04.625[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707738 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017101764678955 -- 2026-06-29 10:44:04.627[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016791820526123 -- 2026-06-29 10:44:04.629[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 10:44:04.668[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133232 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017266988754272 -- 2026-06-29 10:44:05.662[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133232 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088760852813721 -- 2026-06-29 10:44:06.289[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008997917175293 -- 2026-06-29 10:44:07.844[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133231 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 10:44:07.846[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select payment_id from dbthird.thd_payment where oa_payment_id = 133231 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 10:44:07.848[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145710 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-29 10:44:07.850[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 10:44:07.851[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016502141952515 -- 2026-06-29 10:44:07.900[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-29 10:44:07.902[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015759468078613 -- 2026-06-29 10:44:07.904[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-29 10:44:07.905[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 10:44:07.945[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090160369873047 -- 2026-06-29 10:44:09.252[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133231 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095059871673584 -- 2026-06-29 10:44:10.852[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012260913848877 -- 2026-06-29 10:44:12.404[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133230 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001978874206543 -- 2026-06-29 10:44:12.407[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select payment_id from dbthird.thd_payment where oa_payment_id = 133230 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-29 10:44:12.409[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145709 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019681453704834 -- 2026-06-29 10:44:12.411[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707734 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 10:44:12.413[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015981912612915 -- 2026-06-29 10:44:12.463[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 10:44:12.465[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707734 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 10:44:12.467[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 10:44:12.469[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 10:44:12.509[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008397102355957 -- 2026-06-29 10:44:13.201[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133230 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095579624176025 -- 2026-06-29 10:44:13.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016815900802612 -- 2026-06-29 10:44:16.120[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133229 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015661716461182 -- 2026-06-29 10:44:16.121[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select payment_id from dbthird.thd_payment where oa_payment_id = 133229 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 10:44:16.123[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145708 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015840530395508 -- 2026-06-29 10:44:16.125[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014340877532959 -- 2026-06-29 10:44:16.126[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014898777008057 -- 2026-06-29 10:44:16.160[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 10:44:16.162[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707732 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014438629150391 -- 2026-06-29 10:44:16.163[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-29 10:44:16.165[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-29 10:44:16.203[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133229 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075528621673584 -- 2026-06-29 10:44:16.935[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133229 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014012098312378 -- 2026-06-29 10:44:17.562[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020501136779785 -- 2026-06-29 10:44:18.974[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133228 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018341541290283 -- 2026-06-29 10:44:18.976[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select payment_id from dbthird.thd_payment where oa_payment_id = 133228 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 10:44:18.978[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145707 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 10:44:18.980[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 10:44:18.982[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019325971603394 -- 2026-06-29 10:44:19.032[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 10:44:19.034[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 10:44:19.036[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 10:44:19.038[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017111301422119 -- 2026-06-29 10:44:19.087[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098519325256348 -- 2026-06-29 10:44:19.687[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086669921875 -- 2026-06-29 10:44:20.336[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014775991439819 -- 2026-06-29 10:44:21.827[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133227 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 10:44:21.829[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select payment_id from dbthird.thd_payment where oa_payment_id = 133227 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-29 10:44:21.831[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145706 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 10:44:21.833[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707724 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016682147979736 -- 2026-06-29 10:44:21.835[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018427133560181 -- 2026-06-29 10:44:21.885[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 10:44:21.888[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707724 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016601085662842 -- 2026-06-29 10:44:21.889[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 10:44:21.891[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 10:44:21.930[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133227 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094451904296875 -- 2026-06-29 10:44:23.550[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133227 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017596960067749 -- 2026-06-29 10:44:24.304[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099470615386963 -- 2026-06-29 10:44:25.852[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133226 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 10:44:25.854[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select payment_id from dbthird.thd_payment where oa_payment_id = 133226 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019721984863281 -- 2026-06-29 10:44:25.856[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145705 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019261837005615 -- 2026-06-29 10:44:25.858[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707721 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-29 10:44:25.860[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023200988769531 -- 2026-06-29 10:44:25.914[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019421577453613 -- 2026-06-29 10:44:25.916[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707721 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 10:44:25.918[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 10:44:25.920[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 10:44:25.957[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085759162902832 -- 2026-06-29 10:44:28.760[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133226 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01400899887085 -- 2026-06-29 10:44:29.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013901233673096 -- 2026-06-29 10:44:30.701[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133225 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-29 10:44:30.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select payment_id from dbthird.thd_payment where oa_payment_id = 133225 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 10:44:30.704[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145704 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015068054199219 -- 2026-06-29 10:44:30.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707719 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013730525970459 -- 2026-06-29 10:44:30.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018517971038818 -- 2026-06-29 10:44:30.760[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015978813171387 -- 2026-06-29 10:44:30.761[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707719 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013890266418457 -- 2026-06-29 10:44:30.763[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013749599456787 -- 2026-06-29 10:44:30.764[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014278888702393 -- 2026-06-29 10:44:30.814[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133225 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015196084976196 -- 2026-06-29 10:44:32.411[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133225 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097250938415527 -- 2026-06-29 10:44:33.041[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014147043228149 -- 2026-06-29 10:44:34.605[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133224 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-29 10:44:34.607[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select payment_id from dbthird.thd_payment where oa_payment_id = 133224 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 10:44:34.609[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145703 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 10:44:34.611[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707717 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-29 10:44:34.613[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015569925308228 -- 2026-06-29 10:44:34.664[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-29 10:44:34.666[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707717 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015950202941895 -- 2026-06-29 10:44:34.668[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015819072723389 -- 2026-06-29 10:44:34.669[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016040802001953 -- 2026-06-29 10:44:34.715[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133224 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022601842880249 -- 2026-06-29 10:44:35.373[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133224 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018271923065186 -- 2026-06-29 10:44:35.969[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009937047958374 -- 2026-06-29 10:48:02.063[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8537 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019350051879883 -- 2026-06-29 10:48:02.065[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 10:48:02.067[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-29 10:48:02.101[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017151832580566 -- 2026-06-29 10:48:02.103[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016151189804077 -- 2026-06-29 10:48:02.805[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8537 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 10:48:02.807[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 10:48:02.808[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 10:48:02.842[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016908645629883 -- 2026-06-29 10:48:02.844[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093319416046143 -- 2026-06-29 10:48:24.747[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016366004943848 -- 2026-06-29 10:48:25.648[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076220035552979 -- 2026-06-29 10:48:27.049[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133222 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 10:48:27.051[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select payment_id from dbthird.thd_payment where oa_payment_id = 133222 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015408992767334 -- 2026-06-29 10:48:27.052[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145701 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-29 10:48:27.054[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707699 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013489723205566 -- 2026-06-29 10:48:27.056[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-29 10:48:27.089[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014657974243164 -- 2026-06-29 10:48:27.090[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707699 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013470649719238 -- 2026-06-29 10:48:27.092[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013399124145508 -- 2026-06-29 10:48:27.093[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014219284057617 -- 2026-06-29 10:48:27.131[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016218900680542 -- 2026-06-29 10:48:28.204[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133222 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009984016418457 -- 2026-06-29 10:48:28.689[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088100433349609 -- 2026-06-29 10:48:30.084[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133223 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-29 10:48:30.086[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select payment_id from dbthird.thd_payment where oa_payment_id = 133223 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-29 10:48:30.088[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145702 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020890235900879 -- 2026-06-29 10:48:30.090[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707714 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015921592712402 -- 2026-06-29 10:48:30.092[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019974946975708 -- 2026-06-29 10:48:30.144[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017898082733154 -- 2026-06-29 10:48:30.146[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707714 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015928745269775 -- 2026-06-29 10:48:30.147[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-29 10:48:30.149[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-29 10:48:30.186[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018254995346069 -- 2026-06-29 10:48:31.747[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133223 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021245002746582 -- 2026-06-29 10:48:32.390[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021370887756348 -- 2026-06-29 10:48:33.660[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132001 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 10:48:33.662[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select payment_id from dbthird.thd_payment where oa_payment_id = 132001 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019168853759766 -- 2026-06-29 10:48:33.664[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144767 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023059844970703 -- 2026-06-29 10:48:33.667[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6641338 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 10:48:33.669[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017638206481934 -- 2026-06-29 10:48:33.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023500919342041 -- 2026-06-29 10:48:33.705[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6641338 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-29 10:48:33.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 10:48:33.709[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 10:48:33.749[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132001 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096290111541748 -- 2026-06-29 10:48:34.412[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132001 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091660022735596 -- 2026-06-29 10:48:35.080[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015998125076294 -- 2026-06-29 10:48:36.389[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8533 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8533 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 10:48:36.391[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8533 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015418529510498 -- 2026-06-29 10:48:36.392[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8533 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017368793487549 -- 2026-06-29 10:48:36.426[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8533 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-29 10:48:36.428[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8533 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011175870895386 -- 2026-06-29 10:48:38.128[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020495891571045 -- 2026-06-29 10:48:38.944[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094618797302246 -- 2026-06-29 10:52:43.808[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8533 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 10:52:43.810[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-29 10:52:43.812[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-29 10:52:43.856[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015568733215332 -- 2026-06-29 10:52:43.858[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228533%22}&event=edit_officialSeals&officialSeals_id=8533 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072298049926758 -- 2026-06-29 10:59:34.841 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013618469238281 -- 2026-06-29 10:59:34.844 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0022580623626709 -- 2026-06-29 10:59:34.846 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ZhangYong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015299320220947 -- 2026-06-29 10:59:34.848[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096960067749023 -- 2026-06-29 10:59:35.709[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010010004043579 -- 2026-06-29 10:59:42.928[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50809 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-29 10:59:42.930[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50809 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023789405822754 -- 2026-06-29 10:59:42.933[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716017 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-29 10:59:42.935[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024631023406982 -- 2026-06-29 10:59:42.990[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716017 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028531551361084 -- 2026-06-29 10:59:42.993[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076320171356201 -- 2026-06-29 10:59:50.472[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50809 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091018676757812 -- 2026-06-29 10:59:51.004[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090758800506592 -- 2026-06-29 10:59:52.081[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50807 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021100044250488 -- 2026-06-29 10:59:52.083[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50807 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021247863769531 -- 2026-06-29 10:59:52.085[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716006 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015738010406494 -- 2026-06-29 10:59:52.087[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017578601837158 -- 2026-06-29 10:59:52.121[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716006 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 10:59:52.123[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086979866027832 -- 2026-06-29 10:59:57.573[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50807 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098450183868408 -- 2026-06-29 10:59:58.053[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091800689697266 -- 2026-06-29 10:59:59.751[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50805 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020370483398438 -- 2026-06-29 10:59:59.753[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50805 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 10:59:59.755[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715937 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015192031860352 -- 2026-06-29 10:59:59.757[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-29 10:59:59.790[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715937 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-29 10:59:59.792[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010292053222656 -- 2026-06-29 11:00:01.962[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50805 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089590549468994 -- 2026-06-29 11:00:02.440[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019051074981689 -- 2026-06-29 11:00:04.253[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50804 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023019313812256 -- 2026-06-29 11:00:04.256[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50804 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022327899932861 -- 2026-06-29 11:00:04.258[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017092227935791 -- 2026-06-29 11:00:04.260[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019218921661377 -- 2026-06-29 11:00:04.295[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 11:00:04.297[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097198486328125 -- 2026-06-29 11:00:05.384[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50804 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018219947814941 -- 2026-06-29 11:00:05.836[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089449882507324 -- 2026-06-29 11:00:07.326[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50804 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-29 11:00:07.328[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50804 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016648769378662 -- 2026-06-29 11:00:07.330[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016140937805176 -- 2026-06-29 11:00:07.332[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 11:00:07.367[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715935 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016012191772461 -- 2026-06-29 11:00:07.369[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50804 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009699821472168 -- 2026-06-29 11:00:08.502[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014600038528442 -- 2026-06-29 11:00:08.995[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50805 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 11:00:08.997[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50805 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 11:00:08.999[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715937 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-29 11:00:09.001[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 11:00:09.041[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715937 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 11:00:09.044[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50805 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094239711761475 -- 2026-06-29 11:00:09.763[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01024603843689 -- 2026-06-29 11:00:10.171[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50807 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024268627166748 -- 2026-06-29 11:00:10.174[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50807 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024409294128418 -- 2026-06-29 11:00:10.176[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716006 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019218921661377 -- 2026-06-29 11:00:10.179[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021178722381592 -- 2026-06-29 11:00:10.212[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716006 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019369125366211 -- 2026-06-29 11:00:10.215[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50807 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078339576721191 -- 2026-06-29 11:00:10.981[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091841220855713 -- 2026-06-29 11:00:11.304[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50809 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002249002456665 -- 2026-06-29 11:00:11.307[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50809 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022180080413818 -- 2026-06-29 11:00:11.309[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716017 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-29 11:00:11.311[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-29 11:00:11.353[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716017 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-29 11:00:11.355[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50809 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083580017089844 -- 2026-06-29 11:00:11.850[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094530582427979 -- 2026-06-29 11:00:18.136[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089850425720215 -- 2026-06-29 11:03:39.792 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 11:03:39.795 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0027260780334473 -- 2026-06-29 11:03:39.798 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-29 11:03:39.800[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 11:03:39.808[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028131008148193 -- 2026-06-29 11:03:39.811[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016651153564453 -- 2026-06-29 11:03:39.813[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016651153564453 -- 2026-06-29 11:03:39.814[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 11:03:39.816[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082459449768066 -- 2026-06-29 11:04:32.658[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027451515197754 -- 2026-06-29 11:04:32.661[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016281604766846 -- 2026-06-29 11:04:32.663[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016608238220215 -- 2026-06-29 11:04:32.665[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016038417816162 -- 2026-06-29 11:04:32.666[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010571002960205 -- 2026-06-29 11:11:10.672 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012583017349243 -- 2026-06-29 11:11:14.545[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080428123474121 -- 2026-06-29 11:11:19.101[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50728 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 11:11:19.103[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50728 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019211769104004 -- 2026-06-29 11:11:19.105[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6704695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013549327850342 -- 2026-06-29 11:11:19.106[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015201568603516 -- 2026-06-29 11:11:19.140[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013928413391113 -- 2026-06-29 11:11:19.141[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015953063964844 -- 2026-06-29 11:11:27.370[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095589160919189 -- 2026-06-29 11:18:52.000 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 11:18:52.003 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0027542114257812 -- 2026-06-29 11:18:52.006 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='WuLingGang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020599365234375 -- 2026-06-29 11:18:52.008[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 5 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092501640319824 -- 2026-06-29 11:18:52.407[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081648826599121 -- 2026-06-29 11:18:53.622[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-29 11:18:53.624[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select payment_id from dbthird.thd_payment where oa_payment_id = 133443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 11:18:53.626[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145911 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 11:18:53.628[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720278 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001399040222168 -- 2026-06-29 11:18:53.630[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023101806640625 -- 2026-06-29 11:18:53.683[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015730857849121 -- 2026-06-29 11:18:53.685[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720278 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013940334320068 -- 2026-06-29 11:18:53.687[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013949871063232 -- 2026-06-29 11:18:53.688[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-29 11:18:53.727[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022307872772217 -- 2026-06-29 11:18:58.659[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091960430145264 -- 2026-06-29 11:18:59.130[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088620185852051 -- 2026-06-29 11:19:00.320[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-29 11:19:00.322[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select payment_id from dbthird.thd_payment where oa_payment_id = 133443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015621185302734 -- 2026-06-29 11:19:00.324[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145911 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021181106567383 -- 2026-06-29 11:19:00.326[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720278 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015261173248291 -- 2026-06-29 11:19:00.328[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 11:19:00.361[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015401840209961 -- 2026-06-29 11:19:00.363[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720278 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-29 11:19:00.365[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-29 11:19:00.366[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001521110534668 -- 2026-06-29 11:19:00.403[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090639591217041 -- 2026-06-29 11:19:01.186[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084879398345947 -- 2026-06-29 11:22:40.509 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-29 11:22:40.513 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.00211501121521 -- 2026-06-29 11:22:40.515 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001835823059082 -- 2026-06-29 11:22:40.517[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015368461608887 -- 2026-06-29 11:22:40.524[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027129650115967 -- 2026-06-29 11:22:40.527[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 11:22:40.529[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 11:22:40.531[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 11:22:40.532[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099000930786133 -- 2026-06-29 11:25:37.264 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-29 11:25:37.268 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0028591156005859 -- 2026-06-29 11:25:37.271 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022368431091309 -- 2026-06-29 11:25:37.274[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 11:25:37.281[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029950141906738 -- 2026-06-29 11:25:37.284[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019309520721436 -- 2026-06-29 11:25:37.287[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019419193267822 -- 2026-06-29 11:25:37.289[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 11:25:37.291[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091609954833984 -- 2026-06-29 11:29:34.759 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 11:29:34.763 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0023629665374756 -- 2026-06-29 11:29:34.765 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='PengSiYuan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020558834075928 -- 2026-06-29 11:29:34.768[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 23 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094380378723145 -- 2026-06-29 11:29:35.090[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081610679626465 -- 2026-06-29 11:29:36.644[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79841 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 11:29:36.645[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79841 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 11:29:36.648[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79841 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020368099212646 -- 2026-06-29 11:29:36.650[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79841 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013580322265625 -- 2026-06-29 11:29:36.651[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013980865478516 -- 2026-06-29 11:29:36.685[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 11:29:36.726[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013730525970459 -- 2026-06-29 11:29:36.727[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089621543884277 -- 2026-06-29 11:29:37.553[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01003098487854 -- 2026-06-29 11:29:37.926[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081119537353516 -- 2026-06-29 11:31:44.600[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224314%22}&event=edit_purcApply&purcapply_id=4314 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4314 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 11:31:44.602[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224314%22}&event=edit_purcApply&purcapply_id=4314 select * from dbpurc.purc_apply_product where purcapply_id = 4314 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001460075378418 -- 2026-06-29 11:31:44.604[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224314%22}&event=edit_purcApply&purcapply_id=4314 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089988708496094 -- 2026-06-29 11:31:50.776[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086538791656494 -- 2026-06-29 11:31:51.184[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023351907730103 -- 2026-06-29 11:31:53.731[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4313 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022470951080322 -- 2026-06-29 11:31:53.733[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select * from dbpurc.purc_apply_product where purcapply_id = 4313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-29 11:31:53.735[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097339153289795 -- 2026-06-29 11:31:58.439[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098550319671631 -- 2026-06-29 11:31:58.873[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010022878646851 -- 2026-06-29 11:32:00.053 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 11:32:00.057 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0024318695068359 -- 2026-06-29 11:32:00.060 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ZhangJin' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021190643310547 -- 2026-06-29 11:32:00.062[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 5 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098929405212402 -- 2026-06-29 11:32:00.446[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021239042282104 -- 2026-06-29 11:32:01.645[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133434 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020051002502441 -- 2026-06-29 11:32:01.647[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select payment_id from dbthird.thd_payment where oa_payment_id = 133434 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020380020141602 -- 2026-06-29 11:32:01.649[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145902 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019931793212891 -- 2026-06-29 11:32:01.651[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719633 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018668174743652 -- 2026-06-29 11:32:01.653[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025694847106934 -- 2026-06-29 11:32:01.720[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020689964294434 -- 2026-06-29 11:32:01.722[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719633 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 11:32:01.724[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 11:32:01.726[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001906156539917 -- 2026-06-29 11:32:01.768[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133434 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007112979888916 -- 2026-06-29 11:32:03.797[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4313 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018079280853271 -- 2026-06-29 11:32:03.799[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select * from dbpurc.purc_apply_product where purcapply_id = 4313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012350082397461 -- 2026-06-29 11:32:03.800[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018718004226685 -- 2026-06-29 11:32:05.099[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133434 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079748630523682 -- 2026-06-29 11:32:05.241[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080020427703857 -- 2026-06-29 11:32:05.568[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095250606536865 -- 2026-06-29 11:32:05.768[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224314%22}&event=edit_purcApply&purcapply_id=4314 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4314 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019099712371826 -- 2026-06-29 11:32:05.770[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224314%22}&event=edit_purcApply&purcapply_id=4314 select * from dbpurc.purc_apply_product where purcapply_id = 4314 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 11:32:05.772[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%224314%22}&event=edit_purcApply&purcapply_id=4314 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092668533325195 -- 2026-06-29 11:32:06.690[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 11:32:06.692[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select payment_id from dbthird.thd_payment where oa_payment_id = 133428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 11:32:06.694[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021629333496094 -- 2026-06-29 11:32:06.696[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016498565673828 -- 2026-06-29 11:32:06.698[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015876054763794 -- 2026-06-29 11:32:06.746[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018231868743896 -- 2026-06-29 11:32:06.748[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 11:32:06.750[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016639232635498 -- 2026-06-29 11:32:06.752[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001655101776123 -- 2026-06-29 11:32:06.791[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018132925033569 -- 2026-06-29 11:32:08.619[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096709728240967 -- 2026-06-29 11:32:09.060[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088520050048828 -- 2026-06-29 11:32:10.025[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-29 11:32:10.027[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select payment_id from dbthird.thd_payment where oa_payment_id = 133426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-29 11:32:10.029[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145894 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 11:32:10.030[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719512 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015490055084229 -- 2026-06-29 11:32:10.032[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-29 11:32:10.067[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017008781433105 -- 2026-06-29 11:32:10.069[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719512 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00154709815979 -- 2026-06-29 11:32:10.071[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-29 11:32:10.073[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 11:32:10.112[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022521018981934 -- 2026-06-29 11:32:12.869[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094728469848633 -- 2026-06-29 11:32:13.330[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011059045791626 -- 2026-06-29 11:32:14.932[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-29 11:32:14.934[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select payment_id from dbthird.thd_payment where oa_payment_id = 133425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002108097076416 -- 2026-06-29 11:32:14.936[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145893 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-29 11:32:14.938[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719509 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014970302581787 -- 2026-06-29 11:32:14.940[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 11:32:14.972[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 11:32:14.974[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719509 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 11:32:14.976[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015029907226562 -- 2026-06-29 11:32:14.977[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 11:32:15.016[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093619823455811 -- 2026-06-29 11:32:46.868 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 11:32:46.871 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0027048587799072 -- 2026-06-29 11:32:46.874 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='CaoFangTing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020849704742432 -- 2026-06-29 11:32:46.876[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 11:32:46.884[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1316 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029611587524414 -- 2026-06-29 11:32:46.887[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 11:32:46.889[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 11:32:46.891[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 11:32:46.893[曹方婷-1316] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067188739776611 -- 2026-06-29 11:33:33.561[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081899166107178 -- 2026-06-29 11:33:34.056[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012220144271851 -- 2026-06-29 11:33:35.653[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 11:33:35.655[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select payment_id from dbthird.thd_payment where oa_payment_id = 133423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 11:33:35.656[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145891 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020499229431152 -- 2026-06-29 11:33:35.659[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719505 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015051364898682 -- 2026-06-29 11:33:35.660[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01324200630188 -- 2026-06-29 11:33:35.705[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-29 11:33:35.707[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719505 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015189647674561 -- 2026-06-29 11:33:35.709[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 11:33:35.711[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 11:33:35.748[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021612167358398 -- 2026-06-29 11:33:36.159[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093719959259033 -- 2026-06-29 11:33:36.617[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089290142059326 -- 2026-06-29 11:33:37.699[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133373 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021219253540039 -- 2026-06-29 11:33:37.702[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select payment_id from dbthird.thd_payment where oa_payment_id = 133373 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021369457244873 -- 2026-06-29 11:33:37.704[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145848 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020589828491211 -- 2026-06-29 11:33:37.706[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714069 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 11:33:37.708[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-29 11:33:37.742[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 11:33:37.743[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714069 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015509128570557 -- 2026-06-29 11:33:37.745[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015819072723389 -- 2026-06-29 11:33:37.747[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016040802001953 -- 2026-06-29 11:33:37.785[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010499000549316 -- 2026-06-29 11:33:38.771[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067989826202393 -- 2026-06-29 11:33:39.255[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019461870193481 -- 2026-06-29 11:33:40.294[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50765 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50765 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019571781158447 -- 2026-06-29 11:33:40.297[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50765 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50765 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002377986907959 -- 2026-06-29 11:33:40.299[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50765 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713547 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 11:33:40.301[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 11:33:40.335[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50765 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713547 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-29 11:33:40.337[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092229843139648 -- 2026-06-29 11:33:42.370[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089008808135986 -- 2026-06-29 11:33:42.850[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012665987014771 -- 2026-06-29 11:33:46.701[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50763 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50763 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-29 11:33:46.703[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50763 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50763 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022258758544922 -- 2026-06-29 11:33:46.705[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50763 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713305 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 11:33:46.707[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50763 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019478797912598 -- 2026-06-29 11:33:46.740[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50763 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713305 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-29 11:33:46.741[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50763 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011529922485352 -- 2026-06-29 11:33:48.059[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50763 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015054941177368 -- 2026-06-29 11:33:48.543[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016272068023682 -- 2026-06-29 11:47:55.280[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8527 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-29 11:47:55.283[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-29 11:47:55.285[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020351409912109 -- 2026-06-29 11:47:55.320[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018601417541504 -- 2026-06-29 11:47:55.322[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096168518066406 -- 2026-06-29 11:48:23.567[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020485162734985 -- 2026-06-29 11:48:24.083[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020620107650757 -- 2026-06-29 11:55:40.101 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 11:55:40.105 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0025599002838135 -- 2026-06-29 11:55:40.108 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='WangChunYuan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019288063049316 -- 2026-06-29 11:55:40.110[王春元-1650] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016398429870605 -- 2026-06-29 11:55:40.117[王春元-1650] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1650 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027439594268799 -- 2026-06-29 11:55:40.120[王春元-1650] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 1650 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 11:55:40.122[王春元-1650] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 1650 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 11:55:40.124[王春元-1650] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-29 11:55:40.125[王春元-1650] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018280982971191 -- 2026-06-29 12:00:23.755 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020832061767578 -- 2026-06-29 12:00:25.881[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030050277709961 -- 2026-06-29 12:00:25.884[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025119781494141 -- 2026-06-29 12:00:25.887[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026900768280029 -- 2026-06-29 12:00:25.890[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018861293792725 -- 2026-06-29 12:00:25.892[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 1463 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014626979827881 -- 2026-06-29 12:00:39.102[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022280216217041 -- 2026-06-29 12:00:39.105[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 12:00:39.107[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017411708831787 -- 2026-06-29 12:00:39.109[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 1463 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020248889923096 -- 2026-06-29 12:00:39.111[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 1463 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020044803619385 -- 2026-06-29 12:00:42.164[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1463 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079929828643799 -- 2026-06-29 12:02:15.251 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-29 12:02:15.254 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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.0024371147155762 -- 2026-06-29 12:02:15.256 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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='LiuXiaoJin' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-29 12:02:15.258[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091168880462646 -- 2026-06-29 12:02:15.953[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025811195373535 -- 2026-06-29 12:02:15.956[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018589496612549 -- 2026-06-29 12:02:15.958[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 12:02:15.960[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 12:02:15.962[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2544 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01045298576355 -- 2026-06-29 12:02:18.874[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50811 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 12:02:18.876[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026486158370972 -- 2026-06-29 12:02:18.948[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 12:02:18.950[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 12:02:18.952[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-29 12:02:18.985[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 12:02:18.987[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080208778381348 -- 2026-06-29 12:02:19.222[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%刘晓进-司机%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026327848434448 -- 2026-06-29 12:02:19.362[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%刘晓进%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084359645843506 -- 2026-06-29 12:02:19.489[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%郑州车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015996932983398 -- 2026-06-29 12:02:19.616[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010624885559082 -- 2026-06-29 12:02:19.741[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016489028930664 -- 2026-06-29 12:02:19.743[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011064052581787 -- 2026-06-29 12:04:28.707[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085558891296387 -- 2026-06-29 12:44:38.626[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013217210769653 -- 2026-06-29 12:44:40.096[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021858215332031 -- 2026-06-29 12:44:40.098[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select payment_id from dbthird.thd_payment where oa_payment_id = 133443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020861625671387 -- 2026-06-29 12:44:40.100[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145911 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022468566894531 -- 2026-06-29 12:44:40.103[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720278 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015771389007568 -- 2026-06-29 12:44:40.104[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017211437225342 -- 2026-06-29 12:44:40.139[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 12:44:40.141[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720278 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 12:44:40.143[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 12:44:40.145[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015971660614014 -- 2026-06-29 12:44:40.186[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081892013549805 -- 2026-06-29 12:44:45.517[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00832200050354 -- 2026-06-29 12:44:46.673[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080318450927734 -- 2026-06-29 12:44:48.234[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019621849060059 -- 2026-06-29 12:44:48.236[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select payment_id from dbthird.thd_payment where oa_payment_id = 133428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019979476928711 -- 2026-06-29 12:44:48.238[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019619464874268 -- 2026-06-29 12:44:48.241[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 12:44:48.242[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-29 12:44:48.276[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 12:44:48.278[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-29 12:44:48.279[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-29 12:44:48.281[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015299320220947 -- 2026-06-29 12:44:48.319[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022855043411255 -- 2026-06-29 12:44:48.909[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096340179443359 -- 2026-06-29 12:44:50.958[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090880393981934 -- 2026-06-29 12:44:52.841[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002094030380249 -- 2026-06-29 12:44:52.843[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select payment_id from dbthird.thd_payment where oa_payment_id = 133426 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001777172088623 -- 2026-06-29 12:44:52.845[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145894 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020878314971924 -- 2026-06-29 12:44:52.847[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719512 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015718936920166 -- 2026-06-29 12:44:52.849[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016078948974609 -- 2026-06-29 12:44:52.883[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 12:44:52.884[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719512 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-29 12:44:52.886[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015718936920166 -- 2026-06-29 12:44:52.888[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016129016876221 -- 2026-06-29 12:44:52.927[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019703149795532 -- 2026-06-29 12:44:53.611[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133426 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011311054229736 -- 2026-06-29 12:44:55.007[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082769393920898 -- 2026-06-29 12:44:56.731[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-29 12:44:56.732[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select payment_id from dbthird.thd_payment where oa_payment_id = 133425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016129016876221 -- 2026-06-29 12:44:56.734[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145893 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 12:44:56.736[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719509 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014419555664062 -- 2026-06-29 12:44:56.737[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022055149078369 -- 2026-06-29 12:44:56.791[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 12:44:56.793[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719509 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014519691467285 -- 2026-06-29 12:44:56.794[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014209747314453 -- 2026-06-29 12:44:56.796[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014688968658447 -- 2026-06-29 12:44:56.833[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011725187301636 -- 2026-06-29 12:44:57.406[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010234117507935 -- 2026-06-29 12:44:59.237[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086300373077393 -- 2026-06-29 12:45:01.138[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-29 12:45:01.140[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select payment_id from dbthird.thd_payment where oa_payment_id = 133423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 12:45:01.141[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145891 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020601749420166 -- 2026-06-29 12:45:01.144[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719505 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-29 12:45:01.145[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019562959671021 -- 2026-06-29 12:45:01.197[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 12:45:01.198[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719505 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015051364898682 -- 2026-06-29 12:45:01.200[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014948844909668 -- 2026-06-29 12:45:01.202[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-29 12:45:01.239[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094089508056641 -- 2026-06-29 12:45:01.976[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089859962463379 -- 2026-06-29 12:45:03.005[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014286994934082 -- 2026-06-29 12:45:04.541[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50845 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50845 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024280548095703 -- 2026-06-29 12:45:04.544[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50845 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50845 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020930767059326 -- 2026-06-29 12:45:04.546[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50845 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720981 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001953125 -- 2026-06-29 12:45:04.548[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021059513092041 -- 2026-06-29 12:45:04.582[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50845 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720981 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-29 12:45:04.584[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014126062393188 -- 2026-06-29 12:45:06.029[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017788887023926 -- 2026-06-29 12:45:07.096[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008385181427002 -- 2026-06-29 12:56:33.744[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250845%22%7D&event=edit_fareApply&fareApply_id=50845 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50845 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-29 12:56:33.746[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250845%22%7D&event=edit_fareApply&fareApply_id=50845 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50845 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016520023345947 -- 2026-06-29 12:56:33.748[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250845%22%7D&event=edit_fareApply&fareApply_id=50845 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720981 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 12:56:33.749[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250845%22%7D&event=edit_fareApply&fareApply_id=50845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 298 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 12:56:33.800[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250845%22%7D&event=edit_fareApply&fareApply_id=50845 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720981 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015020370483398 -- 2026-06-29 12:56:33.801[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250845%22%7D&event=edit_fareApply&fareApply_id=50845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 298 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010396003723145 -- 2026-06-29 13:16:32.618 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019581317901611 -- 2026-06-29 13:16:32.622 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0025050640106201 -- 2026-06-29 13:16:32.624 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='Zhao' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021681785583496 -- 2026-06-29 13:16:32.627[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 43 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010040044784546 -- 2026-06-29 13:16:32.976[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014403104782104 -- 2026-06-29 13:16:34.263[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018491744995117 -- 2026-06-29 13:16:34.265[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select payment_id from dbthird.thd_payment where oa_payment_id = 133219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019497871398926 -- 2026-06-29 13:16:34.267[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145698 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022830963134766 -- 2026-06-29 13:16:34.269[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707582 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 13:16:34.271[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018811225891113 -- 2026-06-29 13:16:34.305[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select * from dbsys.sys_contact where cont_id = 2242 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 13:16:34.307[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707582 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017008781433105 -- 2026-06-29 13:16:34.309[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 13:16:34.311[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-29 13:16:34.354[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01700496673584 -- 2026-06-29 13:16:36.990[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092558860778809 -- 2026-06-29 13:16:37.422[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098121166229248 -- 2026-06-29 13:16:38.448[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 13:16:38.449[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select payment_id from dbthird.thd_payment where oa_payment_id = 133219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015249252319336 -- 2026-06-29 13:16:38.451[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145698 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 13:16:38.453[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707582 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014989376068115 -- 2026-06-29 13:16:38.454[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015759468078613 -- 2026-06-29 13:16:38.489[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select * from dbsys.sys_contact where cont_id = 2242 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015051364898682 -- 2026-06-29 13:16:38.490[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707582 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014951229095459 -- 2026-06-29 13:16:38.492[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014810562133789 -- 2026-06-29 13:16:38.494[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-29 13:16:38.531[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019256114959717 -- 2026-06-29 13:16:39.593[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074939727783203 -- 2026-06-29 13:28:08.036 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014791488647461 -- 2026-06-29 13:28:08.039 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0020370483398438 -- 2026-06-29 13:28:08.042 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='Wang4Wang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 13:28:08.044[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 16 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089750289916992 -- 2026-06-29 13:28:08.610[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011070013046265 -- 2026-06-29 13:28:10.335[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133324 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024080276489258 -- 2026-06-29 13:28:10.338[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select payment_id from dbthird.thd_payment where oa_payment_id = 133324 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023829936981201 -- 2026-06-29 13:28:10.340[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145801 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023081302642822 -- 2026-06-29 13:28:10.343[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6710830 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-29 13:28:10.345[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019958019256592 -- 2026-06-29 13:28:10.378[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select * from dbsys.sys_contact where cont_id = 529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-29 13:28:10.381[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710830 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-29 13:28:10.383[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018491744995117 -- 2026-06-29 13:28:10.385[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 13:28:10.425[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097298622131348 -- 2026-06-29 13:28:12.923[姜维华-529] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014163970947266 -- 2026-06-29 13:28:13.841[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089938640594482 -- 2026-06-29 13:28:15.190[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133321 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021309852600098 -- 2026-06-29 13:28:15.192[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select payment_id from dbthird.thd_payment where oa_payment_id = 133321 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021560192108154 -- 2026-06-29 13:28:15.195[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145798 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002133846282959 -- 2026-06-29 13:28:15.197[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6710795 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015938282012939 -- 2026-06-29 13:28:15.199[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018002033233643 -- 2026-06-29 13:28:15.249[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select * from dbsys.sys_contact where cont_id = 529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 13:28:15.251[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710795 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-29 13:28:15.252[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 13:28:15.254[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015950202941895 -- 2026-06-29 13:28:15.297[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018197059631348 -- 2026-06-29 13:28:16.303[姜维华-529] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081689357757568 -- 2026-06-29 13:28:16.993[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.039655923843384 -- 2026-06-29 13:28:18.182[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131083 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-29 13:28:18.184[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select payment_id from dbthird.thd_payment where oa_payment_id = 131083 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020041465759277 -- 2026-06-29 13:28:18.186[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144084 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023679733276367 -- 2026-06-29 13:28:18.189[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6601503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 13:28:18.191[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 13:28:18.224[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select * from dbsys.sys_contact where cont_id = 529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019619464874268 -- 2026-06-29 13:28:18.226[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6601503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 13:28:18.228[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 13:28:18.230[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 13:28:18.270[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017979145050049 -- 2026-06-29 13:28:19.267[姜维华-529] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099608898162842 -- 2026-06-29 13:28:19.984[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022427082061768 -- 2026-06-29 13:28:21.761[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50728 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023610591888428 -- 2026-06-29 13:28:21.764[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50728 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024209022521973 -- 2026-06-29 13:28:21.766[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6704695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 13:28:21.768[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020260810852051 -- 2026-06-29 13:28:21.804[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-29 13:28:21.806[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094678401947021 -- 2026-06-29 13:28:25.336[姜维华-529] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017634868621826 -- 2026-06-29 13:28:26.464[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011868953704834 -- 2026-06-29 13:28:28.204[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50672 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020630359649658 -- 2026-06-29 13:28:28.206[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50672 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015997886657715 -- 2026-06-29 13:28:28.208[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6695976 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014290809631348 -- 2026-06-29 13:28:28.209[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021140575408936 -- 2026-06-29 13:28:28.243[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695976 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-29 13:28:28.245[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019540071487427 -- 2026-06-29 13:28:29.191[姜维华-529] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50672 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010956048965454 -- 2026-06-29 13:28:29.834[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01993203163147 -- 2026-06-29 13:28:31.575[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50671 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 13:28:31.576[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001594066619873 -- 2026-06-29 13:28:31.578[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6695974 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014419555664062 -- 2026-06-29 13:28:31.580[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-29 13:28:31.613[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695974 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014519691467285 -- 2026-06-29 13:28:31.615[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013542890548706 -- 2026-06-29 13:28:32.564[姜维华-529] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.006511926651001 -- 2026-06-29 13:28:33.811[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010986089706421 -- 2026-06-29 13:29:30.304[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 13:29:30.372[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028440952301025 -- 2026-06-29 13:29:30.405[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79850 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093569755554199 -- 2026-06-29 13:34:26.526[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 13:34:26.629[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017714977264404 -- 2026-06-29 13:34:34.925[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094931125640869 -- 2026-06-29 13:34:51.742[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 13:34:51.792[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013091802597046 -- 2026-06-29 13:34:55.258[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015830993652344 -- 2026-06-29 13:34:55.341[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076630115509033 -- 2026-06-29 13:36:34.203[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001431941986084 -- 2026-06-29 13:36:34.289[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094389915466309 -- 2026-06-29 13:36:44.840[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 13:36:44.934[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012289047241211 -- 2026-06-29 13:36:45.196[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021362066268921 -- 2026-06-29 13:38:08.655 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018618106842041 -- 2026-06-29 13:38:08.659 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.002377986907959 -- 2026-06-29 13:38:08.661 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='AMeng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021100044250488 -- 2026-06-29 13:38:08.664[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095911026000977 -- 2026-06-29 13:38:09.135[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098271369934082 -- 2026-06-29 13:38:11.124[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-29 13:38:11.126[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select payment_id from dbthird.thd_payment where oa_payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019888877868652 -- 2026-06-29 13:38:11.128[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145874 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 13:38:11.130[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-29 13:38:11.132[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019309520721436 -- 2026-06-29 13:38:11.165[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 13:38:11.167[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017681121826172 -- 2026-06-29 13:38:11.169[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017738342285156 -- 2026-06-29 13:38:11.171[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 13:38:11.210[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073919296264648 -- 2026-06-29 13:38:13.530[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010604858398438 -- 2026-06-29 13:38:14.079[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017445087432861 -- 2026-06-29 13:38:15.366[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002249002456665 -- 2026-06-29 13:38:15.368[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select payment_id from dbthird.thd_payment where oa_payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002295970916748 -- 2026-06-29 13:38:15.371[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022780895233154 -- 2026-06-29 13:38:15.373[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 13:38:15.375[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017163991928101 -- 2026-06-29 13:38:15.424[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019471645355225 -- 2026-06-29 13:38:15.426[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017921924591064 -- 2026-06-29 13:38:15.428[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001784086227417 -- 2026-06-29 13:38:15.430[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 13:38:15.471[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090579986572266 -- 2026-06-29 13:38:20.408[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073750019073486 -- 2026-06-29 13:38:20.912[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094239711761475 -- 2026-06-29 13:38:22.407[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50815 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021460056304932 -- 2026-06-29 13:38:22.409[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021181106567383 -- 2026-06-29 13:38:22.411[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016298294067383 -- 2026-06-29 13:38:22.413[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 13:38:22.448[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016500949859619 -- 2026-06-29 13:38:22.449[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084469318389893 -- 2026-06-29 13:38:23.944[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=undoSubmit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090150833129883 -- 2026-06-29 13:38:24.980[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016094923019409 -- 2026-06-29 13:38:25.525[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017307043075562 -- 2026-06-29 13:38:27.046[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50813 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 13:38:27.048[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 13:38:27.050[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 13:38:27.052[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-29 13:38:27.087[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017011165618896 -- 2026-06-29 13:38:27.089[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00860595703125 -- 2026-06-29 13:38:29.116[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007767915725708 -- 2026-06-29 13:38:29.630[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011154174804688 -- 2026-06-29 13:38:45.349[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088880062103271 -- 2026-06-29 13:39:26.702[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015690326690674 -- 2026-06-29 13:39:26.739[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086121559143066 -- 2026-06-29 13:39:52.971[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=delete_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 13:39:53.007[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=delete_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089459419250488 -- 2026-06-29 13:39:56.333[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017528533935547 -- 2026-06-29 13:39:56.422[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018918037414551 -- 2026-06-29 13:40:04.018[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018880367279053 -- 2026-06-29 13:40:04.101[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010039091110229 -- 2026-06-29 13:40:06.144[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 13:40:06.239[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081191062927246 -- 2026-06-29 13:40:14.877[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016059875488281 -- 2026-06-29 13:40:14.966[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090770721435547 -- 2026-06-29 13:40:15.247[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085089206695557 -- 2026-06-29 13:41:03.828[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016348361968994 -- 2026-06-29 13:41:03.896[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029129981994629 -- 2026-06-29 13:41:03.928[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013025045394897 -- 2026-06-29 13:41:45.412[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50813 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023529529571533 -- 2026-06-29 13:41:45.414[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023519992828369 -- 2026-06-29 13:41:45.417[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-29 13:41:45.419[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020110607147217 -- 2026-06-29 13:41:45.487[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 13:41:45.489[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090138912200928 -- 2026-06-29 13:41:57.123[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020502090454102 -- 2026-06-29 13:41:57.562[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088081359863281 -- 2026-06-29 13:41:59.392[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 13:41:59.394[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select payment_id from dbthird.thd_payment where oa_payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-29 13:41:59.396[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145874 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001727819442749 -- 2026-06-29 13:41:59.398[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015861988067627 -- 2026-06-29 13:41:59.400[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017611980438232 -- 2026-06-29 13:41:59.433[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 13:41:59.435[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-29 13:41:59.437[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015780925750732 -- 2026-06-29 13:41:59.439[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 13:41:59.480[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014922142028809 -- 2026-06-29 13:42:05.512[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022918939590454 -- 2026-06-29 13:42:06.907[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093920230865479 -- 2026-06-29 13:42:07.331[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016694784164429 -- 2026-06-29 13:42:08.647[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 13:42:08.649[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select payment_id from dbthird.thd_payment where oa_payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-29 13:42:08.651[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 13:42:08.652[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 13:42:08.654[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01924204826355 -- 2026-06-29 13:42:08.705[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 13:42:08.707[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-29 13:42:08.709[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015730857849121 -- 2026-06-29 13:42:08.711[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016062259674072 -- 2026-06-29 13:42:08.748[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093281269073486 -- 2026-06-29 13:42:13.176[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016297101974487 -- 2026-06-29 13:42:13.585[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013643026351929 -- 2026-06-29 13:42:14.698[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50815 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 13:42:14.700[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-29 13:42:14.702[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-29 13:42:14.704[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 13:42:14.738[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-29 13:42:14.740[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009335994720459 -- 2026-06-29 13:42:15.026[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 13:42:15.064[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0068860054016113 -- 2026-06-29 13:42:16.483 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013411045074463 -- 2026-06-29 13:42:16.486 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0018649101257324 -- 2026-06-29 13:42:16.488 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GuoRongBo' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 13:42:16.490[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018775939941406 -- 2026-06-29 13:42:16.832[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072989463806152 -- 2026-06-29 13:42:17.162[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010569095611572 -- 2026-06-29 13:42:17.583[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015770196914673 -- 2026-06-29 13:42:18.273[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50787 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-29 13:42:18.274[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50787 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50787 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-29 13:42:18.276[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50787 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714807 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014870166778564 -- 2026-06-29 13:42:18.278[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 13:42:18.312[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50787 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714807 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015060901641846 -- 2026-06-29 13:42:18.313[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013595104217529 -- 2026-06-29 13:42:18.664[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50815 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 13:42:18.666[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014829635620117 -- 2026-06-29 13:42:18.668[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014817714691162 -- 2026-06-29 13:42:18.669[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-29 13:42:18.703[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-29 13:42:18.705[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083568096160889 -- 2026-06-29 13:42:19.276[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015571117401123 -- 2026-06-29 13:42:19.278[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select payment_id from dbthird.thd_payment where oa_payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015621185302734 -- 2026-06-29 13:42:19.280[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021669864654541 -- 2026-06-29 13:42:19.282[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015568733215332 -- 2026-06-29 13:42:19.284[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019275903701782 -- 2026-06-29 13:42:19.335[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-29 13:42:19.337[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015478134155273 -- 2026-06-29 13:42:19.339[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015499591827393 -- 2026-06-29 13:42:19.340[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-29 13:42:19.377[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081579685211182 -- 2026-06-29 13:42:19.450[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00667405128479 -- 2026-06-29 13:42:19.786[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001223087310791 -- 2026-06-29 13:42:19.788[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select payment_id from dbthird.thd_payment where oa_payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012571811676025 -- 2026-06-29 13:42:19.789[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145874 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014588832855225 -- 2026-06-29 13:42:19.791[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012218952178955 -- 2026-06-29 13:42:19.792[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085279941558838 -- 2026-06-29 13:42:19.797[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50787 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012869834899902 -- 2026-06-29 13:42:19.826[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013909339904785 -- 2026-06-29 13:42:19.827[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012149810791016 -- 2026-06-29 13:42:19.829[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012280941009521 -- 2026-06-29 13:42:19.830[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012741088867188 -- 2026-06-29 13:42:19.866[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00984787940979 -- 2026-06-29 13:42:20.072[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50813 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021791458129883 -- 2026-06-29 13:42:20.074[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021212100982666 -- 2026-06-29 13:42:20.076[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 13:42:20.078[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 13:42:20.112[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 13:42:20.113[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250813%22}&event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012768983840942 -- 2026-06-29 13:42:20.405[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087680816650391 -- 2026-06-29 13:42:22.344[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8527 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 13:42:22.346[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014970302581787 -- 2026-06-29 13:42:22.347[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 13:42:22.381[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014908313751221 -- 2026-06-29 13:42:22.382[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095498561859131 -- 2026-06-29 13:42:30.791[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091769695281982 -- 2026-06-29 13:42:31.350[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095310211181641 -- 2026-06-29 13:42:45.821[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 13:42:45.910[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034198760986328 -- 2026-06-29 13:42:45.944[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034310817718506 -- 2026-06-29 13:42:45.948[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14250 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010224103927612 -- 2026-06-29 13:42:47.621[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019619464874268 -- 2026-06-29 13:42:47.706[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031251907348633 -- 2026-06-29 13:42:47.741[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029640197753906 -- 2026-06-29 13:42:47.744[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14250 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017049074172974 -- 2026-06-29 13:42:59.539[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016200542449951 -- 2026-06-29 13:42:59.634[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028231143951416 -- 2026-06-29 13:42:59.678[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029640197753906 -- 2026-06-29 13:42:59.681[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14250 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012728929519653 -- 2026-06-29 13:43:00.715[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 13:43:00.819[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031740665435791 -- 2026-06-29 13:43:00.853[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002769947052002 -- 2026-06-29 13:43:00.856[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14250 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087728500366211 -- 2026-06-29 13:43:01.096[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008436918258667 -- 2026-06-29 13:43:24.536[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 13:43:24.603[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003087043762207 -- 2026-06-29 13:43:24.637[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097730159759521 -- 2026-06-29 13:44:54.871[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 13:44:54.973[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034129619598389 -- 2026-06-29 13:44:55.006[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032079219818115 -- 2026-06-29 13:44:55.010[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015357971191406 -- 2026-06-29 13:44:57.944[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.006572961807251 -- 2026-06-29 13:45:09.997[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012948513031006 -- 2026-06-29 13:45:10.099[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026290416717529 -- 2026-06-29 13:45:10.133[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029168128967285 -- 2026-06-29 13:45:10.136[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021565914154053 -- 2026-06-29 13:45:11.222[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-29 13:45:11.260[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086219310760498 -- 2026-06-29 13:45:47.890[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093231201171875 -- 2026-06-29 13:46:39.009[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 13:46:39.096[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029690265655518 -- 2026-06-29 13:46:39.129[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029759407043457 -- 2026-06-29 13:46:39.132[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074100494384766 -- 2026-06-29 13:46:40.611[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014321804046631 -- 2026-06-29 13:46:40.696[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026209354400635 -- 2026-06-29 13:46:40.729[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024909973144531 -- 2026-06-29 13:46:40.731[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094749927520752 -- 2026-06-29 13:46:57.582[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-29 13:46:57.669[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031421184539795 -- 2026-06-29 13:46:57.702[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033409595489502 -- 2026-06-29 13:46:57.706[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082950592041016 -- 2026-06-29 13:46:58.771[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-29 13:46:58.852[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041110515594482 -- 2026-06-29 13:46:58.887[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032529830932617 -- 2026-06-29 13:46:58.890[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085499286651611 -- 2026-06-29 13:47:05.176[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 13:47:05.258[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002856969833374 -- 2026-06-29 13:47:05.291[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028538703918457 -- 2026-06-29 13:47:05.294[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093538761138916 -- 2026-06-29 13:47:06.469[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 13:47:06.549[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029659271240234 -- 2026-06-29 13:47:06.582[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027270317077637 -- 2026-06-29 13:47:06.585[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14251 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0066609382629395 -- 2026-06-29 13:47:06.938[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013679981231689 -- 2026-06-29 13:57:23.407 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001471996307373 -- 2026-06-29 13:57:23.410 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0024678707122803 -- 2026-06-29 13:57:23.413 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='DengDa' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022690296173096 -- 2026-06-29 13:57:23.415[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 35 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094258785247803 -- 2026-06-29 13:57:23.877[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018934011459351 -- 2026-06-29 13:57:25.007[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 13:57:25.009[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select payment_id from dbthird.thd_payment where oa_payment_id = 133438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 13:57:25.011[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145906 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022389888763428 -- 2026-06-29 13:57:25.013[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016641616821289 -- 2026-06-29 13:57:25.015[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 13:57:25.049[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select * from dbsys.sys_contact where cont_id = 1787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-29 13:57:25.051[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 13:57:25.053[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 13:57:25.054[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001680850982666 -- 2026-06-29 13:57:25.093[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011144161224365 -- 2026-06-29 13:57:34.961[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01188588142395 -- 2026-06-29 14:01:56.701 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014750957489014 -- 2026-06-29 14:01:56.705 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0024068355560303 -- 2026-06-29 14:01:56.707 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 14:01:56.709[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014702081680298 -- 2026-06-29 14:01:57.047[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013690948486328 -- 2026-06-29 14:01:58.520[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-29 14:01:58.522[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select payment_id from dbthird.thd_payment where oa_payment_id = 133406 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 14:01:58.524[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145874 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020899772644043 -- 2026-06-29 14:01:58.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 14:01:58.528[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 14:01:58.562[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017068386077881 -- 2026-06-29 14:01:58.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717691 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-29 14:01:58.565[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-29 14:01:58.567[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015950202941895 -- 2026-06-29 14:01:58.605[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090827941894531 -- 2026-06-29 14:02:01.164[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133406 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019570112228394 -- 2026-06-29 14:02:01.720[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085079669952393 -- 2026-06-29 14:02:02.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 14:02:02.895[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select payment_id from dbthird.thd_payment where oa_payment_id = 133405 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 14:02:02.897[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145873 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 14:02:02.899[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014939308166504 -- 2026-06-29 14:02:02.901[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-29 14:02:02.935[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016469955444336 -- 2026-06-29 14:02:02.937[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014948844909668 -- 2026-06-29 14:02:02.939[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-29 14:02:02.940[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-29 14:02:02.978[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094590187072754 -- 2026-06-29 14:02:03.599[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133405 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020145893096924 -- 2026-06-29 14:02:04.086[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012309789657593 -- 2026-06-29 14:02:05.356[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133324 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 14:02:05.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select payment_id from dbthird.thd_payment where oa_payment_id = 133324 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 14:02:05.360[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145801 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021770000457764 -- 2026-06-29 14:02:05.362[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6710830 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 14:02:05.364[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 14:02:05.399[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 14:02:05.401[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710830 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 14:02:05.403[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 14:02:05.405[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 14:02:05.444[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098371505737305 -- 2026-06-29 14:02:05.998[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082919597625732 -- 2026-06-29 14:02:06.530[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02305793762207 -- 2026-06-29 14:02:07.928[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133321 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-29 14:02:07.930[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select payment_id from dbthird.thd_payment where oa_payment_id = 133321 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-29 14:02:07.932[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145798 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022878646850586 -- 2026-06-29 14:02:07.934[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6710795 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 14:02:07.936[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001727819442749 -- 2026-06-29 14:02:07.970[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 14:02:07.972[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710795 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 14:02:07.974[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 14:02:07.976[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-29 14:02:08.017[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067040920257568 -- 2026-06-29 14:02:08.440[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133321 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015614986419678 -- 2026-06-29 14:02:08.993[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014622926712036 -- 2026-06-29 14:02:10.185[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 14:02:10.187[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select payment_id from dbthird.thd_payment where oa_payment_id = 133219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-29 14:02:10.189[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145698 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 14:02:10.190[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6707582 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 14:02:10.192[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 14:02:10.226[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 14:02:10.228[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707582 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-29 14:02:10.229[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 14:02:10.231[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016019344329834 -- 2026-06-29 14:02:10.281[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021529912948608 -- 2026-06-29 14:02:10.827[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023486852645874 -- 2026-06-29 14:02:11.377[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011253833770752 -- 2026-06-29 14:02:12.568[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131083 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-29 14:02:12.569[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select payment_id from dbthird.thd_payment where oa_payment_id = 131083 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-29 14:02:12.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144084 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019941329956055 -- 2026-06-29 14:02:12.573[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6601503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-29 14:02:12.575[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014960765838623 -- 2026-06-29 14:02:12.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015931129455566 -- 2026-06-29 14:02:12.610[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6601503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014059543609619 -- 2026-06-29 14:02:12.611[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013899803161621 -- 2026-06-29 14:02:12.613[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014429092407227 -- 2026-06-29 14:02:12.652[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0209801197052 -- 2026-06-29 14:02:13.211[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131083 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083568096160889 -- 2026-06-29 14:02:13.811[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010118007659912 -- 2026-06-29 14:02:15.185[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50815 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019881725311279 -- 2026-06-29 14:02:15.188[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016582012176514 -- 2026-06-29 14:02:15.189[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-29 14:02:15.191[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016658306121826 -- 2026-06-29 14:02:15.225[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015511512756348 -- 2026-06-29 14:02:15.227[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092918872833252 -- 2026-06-29 14:02:16.186[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084271430969238 -- 2026-06-29 14:02:16.618[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091960430145264 -- 2026-06-29 14:02:17.945[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50813 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021059513092041 -- 2026-06-29 14:02:17.947[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021078586578369 -- 2026-06-29 14:02:17.949[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-29 14:02:17.951[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017781257629395 -- 2026-06-29 14:02:17.985[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016238689422607 -- 2026-06-29 14:02:17.986[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010674953460693 -- 2026-06-29 14:02:18.480[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50813 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008875846862793 -- 2026-06-29 14:02:18.978[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096111297607422 -- 2026-06-29 14:02:20.204[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50728 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002183198928833 -- 2026-06-29 14:02:20.206[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50728 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001835823059082 -- 2026-06-29 14:02:20.208[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6704695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001690149307251 -- 2026-06-29 14:02:20.210[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018541812896729 -- 2026-06-29 14:02:20.244[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 14:02:20.245[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021864891052246 -- 2026-06-29 14:02:20.878[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50728 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010845184326172 -- 2026-06-29 14:02:21.379[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079870223999023 -- 2026-06-29 14:02:22.759[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50672 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019891262054443 -- 2026-06-29 14:02:22.762[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50672 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019099712371826 -- 2026-06-29 14:02:22.764[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6695976 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013899803161621 -- 2026-06-29 14:02:22.765[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015690326690674 -- 2026-06-29 14:02:22.800[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695976 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014171600341797 -- 2026-06-29 14:02:22.802[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50672 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022011041641235 -- 2026-06-29 14:02:25.330[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50672 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008296012878418 -- 2026-06-29 14:02:25.882[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010287046432495 -- 2026-06-29 14:02:27.268[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50671 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024418830871582 -- 2026-06-29 14:02:27.270[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020461082458496 -- 2026-06-29 14:02:27.273[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6695974 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019218921661377 -- 2026-06-29 14:02:27.275[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020580291748047 -- 2026-06-29 14:02:27.309[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695974 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-29 14:02:27.311[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092029571533203 -- 2026-06-29 14:02:28.370[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084049701690674 -- 2026-06-29 14:02:28.973[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009984016418457 -- 2026-06-29 14:02:30.646[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8527 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 14:02:30.648[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015170574188232 -- 2026-06-29 14:02:30.650[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 14:02:30.684[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 14:02:30.686[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013642072677612 -- 2026-06-29 14:02:31.649[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022918939590454 -- 2026-06-29 14:02:32.449[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018856048583984 -- 2026-06-29 14:05:13.875[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015682935714722 -- 2026-06-29 14:05:15.161[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133454 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 14:05:15.163[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select payment_id from dbthird.thd_payment where oa_payment_id = 133454 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 14:05:15.165[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145922 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 14:05:15.167[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721263 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 14:05:15.169[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018527984619141 -- 2026-06-29 14:05:15.219[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select * from dbsys.sys_contact where cont_id = 1787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-29 14:05:15.221[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721263 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-29 14:05:15.223[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 14:05:15.225[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 14:05:15.276[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0208420753479 -- 2026-06-29 14:05:16.415[邓炟-1787] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009782075881958 -- 2026-06-29 14:05:16.872[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011246919631958 -- 2026-06-29 14:05:17.701[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133453 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 14:05:17.703[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select payment_id from dbthird.thd_payment where oa_payment_id = 133453 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016908645629883 -- 2026-06-29 14:05:17.704[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145921 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021100044250488 -- 2026-06-29 14:05:17.707[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-29 14:05:17.708[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018789052963257 -- 2026-06-29 14:05:17.759[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select * from dbsys.sys_contact where cont_id = 1787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017521381378174 -- 2026-06-29 14:05:17.761[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015108585357666 -- 2026-06-29 14:05:17.763[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-29 14:05:17.765[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 14:05:17.804[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082828998565674 -- 2026-06-29 14:05:19.313[邓炟-1787] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012382984161377 -- 2026-06-29 14:05:19.739[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083608627319336 -- 2026-06-29 14:05:20.658[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 14:05:20.660[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select payment_id from dbthird.thd_payment where oa_payment_id = 133438 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 14:05:20.661[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145906 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019979476928711 -- 2026-06-29 14:05:20.664[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-29 14:05:20.665[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022580862045288 -- 2026-06-29 14:05:20.720[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select * from dbsys.sys_contact where cont_id = 1787 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-29 14:05:20.721[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014429092407227 -- 2026-06-29 14:05:20.723[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 14:05:20.725[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014958381652832 -- 2026-06-29 14:05:20.763[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083930492401123 -- 2026-06-29 14:05:22.201[邓炟-1787] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133438 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019402027130127 -- 2026-06-29 14:05:22.624[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075211524963379 -- 2026-06-29 14:08:19.870[邓炟-1787] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1787 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096240043640137 -- 2026-06-29 14:08:32.314[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030069351196289 -- 2026-06-29 14:08:32.317[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 14:08:32.319[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019261837005615 -- 2026-06-29 14:08:32.322[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 14:08:32.323[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095791816711426 -- 2026-06-29 14:10:29.303 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-29 14:10:29.306 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0027408599853516 -- 2026-06-29 14:10:29.309 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='OuShan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020649433135986 -- 2026-06-29 14:10:29.311[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-29 14:10:29.319[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 761 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028729438781738 -- 2026-06-29 14:10:29.322[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017797946929932 -- 2026-06-29 14:10:29.324[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 14:10:29.326[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 14:10:29.328[欧珊-761] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (14) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089409351348877 -- 2026-06-29 14:15:25.271 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018000602722168 -- 2026-06-29 14:15:25.275 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.002748966217041 -- 2026-06-29 14:15:25.278 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='HeJian' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-29 14:15:25.280[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-29 14:15:25.288[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 3164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027608871459961 -- 2026-06-29 14:15:25.291[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 14:15:25.292[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 3164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-29 14:15:25.294[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016589164733887 -- 2026-06-29 14:15:25.296[贺健-3164] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090470314025879 -- 2026-06-29 14:16:49.739[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017578601837158 -- 2026-06-29 14:16:49.741[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select payment_id from dbthird.thd_payment where oa_payment_id = 133442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017948150634766 -- 2026-06-29 14:16:49.743[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145910 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-29 14:16:49.745[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719911 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 14:16:49.747[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017452955245972 -- 2026-06-29 14:16:49.833[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select * from dbsys.sys_contact where cont_id = 2242 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 14:16:49.835[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719911 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 14:16:49.837[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-29 14:16:49.838[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 14:16:49.882[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133442%22}&event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010962963104248 -- 2026-06-29 14:16:50.865[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8527 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020098686218262 -- 2026-06-29 14:16:50.867[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020020008087158 -- 2026-06-29 14:16:50.870[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020439624786377 -- 2026-06-29 14:16:50.930[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 14:16:50.932[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019219160079956 -- 2026-06-29 14:16:52.942[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010233879089355 -- 2026-06-29 14:16:53.317[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010324954986572 -- 2026-06-29 14:17:02.326[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228535%22}&event=edit_officialSeals&officialSeals_id=8535 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8535 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-29 14:17:02.328[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228535%22}&event=edit_officialSeals&officialSeals_id=8535 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020549297332764 -- 2026-06-29 14:17:02.330[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228535%22}&event=edit_officialSeals&officialSeals_id=8535 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021219253540039 -- 2026-06-29 14:17:02.365[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228535%22}&event=edit_officialSeals&officialSeals_id=8535 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710843 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-29 14:17:02.367[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228535%22}&event=edit_officialSeals&officialSeals_id=8535 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080289840698242 -- 2026-06-29 14:17:26.868 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017077922821045 -- 2026-06-29 14:17:26.872 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0022039413452148 -- 2026-06-29 14:17:26.874 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='DengWei' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-29 14:17:26.876[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 9 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016219615936279 -- 2026-06-29 14:17:26.883[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026638507843018 -- 2026-06-29 14:17:26.886[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097360610961914 -- 2026-06-29 14:17:34.302[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018620491027832 -- 2026-06-29 14:17:34.304[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086050033569336 -- 2026-06-29 14:17:55.237[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028281211853027 -- 2026-06-29 14:17:55.240[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025192975997925 -- 2026-06-29 14:18:26.685[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 553 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031499862670898 -- 2026-06-29 14:18:26.688[邓薇-553] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 553 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010119199752808 -- 2026-06-29 14:18:54.673 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018961429595947 -- 2026-06-29 14:18:54.677 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0024039745330811 -- 2026-06-29 14:18:54.680 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='DengWei' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091071128845215 -- 2026-06-29 14:19:32.322[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 491 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029408931732178 -- 2026-06-29 14:19:32.325[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 14:19:32.327[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 14:19:32.329[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017991065979004 -- 2026-06-29 14:19:32.331[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098919868469238 -- 2026-06-29 14:19:54.176[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 491 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018711090087891 -- 2026-06-29 14:19:54.178[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 14:19:54.180[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 14:19:54.182[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 14:19:54.184[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?wxMenu_id=1&appid=ww5262fb147810c303&agentid=1000022¶={%22appid%22:%22ww5262fb147810c303%22,%22agentid%22:%221000022%22} select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084049701690674 -- 2026-06-29 14:20:18.125[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250855%22%7D&event=edit_fareApply&fareApply_id=50855 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50855 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-29 14:20:18.127[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250855%22%7D&event=edit_fareApply&fareApply_id=50855 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50855 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 14:20:18.129[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250855%22%7D&event=edit_fareApply&fareApply_id=50855 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721420 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-29 14:20:18.131[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250855%22%7D&event=edit_fareApply&fareApply_id=50855 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 298 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 14:20:18.166[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250855%22%7D&event=edit_fareApply&fareApply_id=50855 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721420 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 14:20:18.168[李晓瑜-298] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250855%22%7D&event=edit_fareApply&fareApply_id=50855 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 298 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093660354614258 -- 2026-06-29 14:20:32.443[石绍云-369] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250815%22}&event=edit_fareApply&fareApply_id=50815 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50815 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 14:20:32.445[石绍云-369] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250815%22}&event=edit_fareApply&fareApply_id=50815 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023269653320312 -- 2026-06-29 14:20:32.447[石绍云-369] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250815%22}&event=edit_fareApply&fareApply_id=50815 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018057823181152 -- 2026-06-29 14:20:32.449[石绍云-369] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250815%22}&event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 369 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018758773803711 -- 2026-06-29 14:20:32.484[石绍云-369] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250815%22}&event=edit_fareApply&fareApply_id=50815 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-29 14:20:32.486[石绍云-369] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250815%22}&event=edit_fareApply&fareApply_id=50815 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 369 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093638896942139 -- 2026-06-29 14:20:48.804[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 491 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030281543731689 -- 2026-06-29 14:20:48.807[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001964807510376 -- 2026-06-29 14:20:48.809[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 14:20:48.811[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 14:20:48.813[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078639984130859 -- 2026-06-29 14:20:57.727[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 491 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026900768280029 -- 2026-06-29 14:20:57.730[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-29 14:20:57.732[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001460075378418 -- 2026-06-29 14:20:57.733[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 14:20:57.735[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092060565948486 -- 2026-06-29 14:22:35.829[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 491 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029659271240234 -- 2026-06-29 14:22:35.832[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018711090087891 -- 2026-06-29 14:22:35.834[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 14:22:35.836[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 14:22:35.838[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014641046524048 -- 2026-06-29 14:23:07.349[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 14:23:07.414[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034389495849609 -- 2026-06-29 14:23:07.448[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2500,updatedby_id = 2500 where extrafareApply_id = 79855 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010991096496582 -- 2026-06-29 14:23:10.406[唐桂-2500] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098578929901123 -- 2026-06-29 14:23:23.654[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 14:23:23.693[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01015305519104 -- 2026-06-29 14:23:45.219[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-29 14:23:45.325[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039699077606201 -- 2026-06-29 14:23:45.359[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2500,updatedby_id = 2500 where extrafareApply_id = 79855 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035231113433838 -- 2026-06-29 14:23:45.363[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2500,updatedby_id = 2500 where otherfee_id = 14253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090107917785645 -- 2026-06-29 14:23:48.897[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 14:23:48.980[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030810832977295 -- 2026-06-29 14:23:49.013[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2500,updatedby_id = 2500 where extrafareApply_id = 79855 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033190250396729 -- 2026-06-29 14:23:49.016[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2500,updatedby_id = 2500 where otherfee_id = 14253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008903980255127 -- 2026-06-29 14:23:49.248[唐桂-2500] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072989463806152 -- 2026-06-29 14:24:25.970[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098471641540527 -- 2026-06-29 14:24:34.324[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019497871398926 -- 2026-06-29 14:24:34.326[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50816 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019168853759766 -- 2026-06-29 14:24:34.328[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017638206481934 -- 2026-06-29 14:24:34.330[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019328594207764 -- 2026-06-29 14:24:34.365[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 14:24:34.367[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090770721435547 -- 2026-06-29 14:24:43.969[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0211341381073 -- 2026-06-29 14:24:44.150[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133324 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002310037612915 -- 2026-06-29 14:24:44.153[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select payment_id from dbthird.thd_payment where oa_payment_id = 133324 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023190975189209 -- 2026-06-29 14:24:44.155[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145801 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019400119781494 -- 2026-06-29 14:24:44.157[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6710830 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-29 14:24:44.159[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 14:24:44.213[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select * from dbsys.sys_contact where cont_id = 529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019149780273438 -- 2026-06-29 14:24:44.215[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710830 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 14:24:44.217[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 14:24:44.219[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018389225006104 -- 2026-06-29 14:24:44.259[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133324%22%7D&event=edit_payment&payment_id=133324 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091979503631592 -- 2026-06-29 14:24:44.480[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092461109161377 -- 2026-06-29 14:24:45.726[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-29 14:24:45.728[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select payment_id from dbthird.thd_payment where oa_payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018341541290283 -- 2026-06-29 14:24:45.730[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145918 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 14:24:45.732[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016181468963623 -- 2026-06-29 14:24:45.734[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022891044616699 -- 2026-06-29 14:24:45.791[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 14:24:45.793[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016520023345947 -- 2026-06-29 14:24:45.795[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-29 14:24:45.797[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 14:24:45.835[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094988346099854 -- 2026-06-29 14:24:49.892[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094399452209473 -- 2026-06-29 14:24:50.492[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089738368988037 -- 2026-06-29 14:24:51.757[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 14:24:51.759[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select payment_id from dbthird.thd_payment where oa_payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017478466033936 -- 2026-06-29 14:24:51.761[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145916 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021259784698486 -- 2026-06-29 14:24:51.764[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015881061553955 -- 2026-06-29 14:24:51.765[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015844106674194 -- 2026-06-29 14:24:51.812[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 14:24:51.814[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015771389007568 -- 2026-06-29 14:24:51.815[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 14:24:51.817[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016109943389893 -- 2026-06-29 14:24:51.866[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010354995727539 -- 2026-06-29 14:24:52.131[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250773%22%7D&event=edit_fareApply&fareApply_id=50773 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50773 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023090839385986 -- 2026-06-29 14:24:52.134[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250773%22%7D&event=edit_fareApply&fareApply_id=50773 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023438930511475 -- 2026-06-29 14:24:52.136[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250773%22%7D&event=edit_fareApply&fareApply_id=50773 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714071 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018298625946045 -- 2026-06-29 14:24:52.138[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250773%22%7D&event=edit_fareApply&fareApply_id=50773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-29 14:24:52.171[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250773%22%7D&event=edit_fareApply&fareApply_id=50773 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714071 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-29 14:24:52.173[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250773%22%7D&event=edit_fareApply&fareApply_id=50773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097610950469971 -- 2026-06-29 14:24:55.451[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250772%22%7D&event=edit_fareApply&fareApply_id=50772 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50772 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019440650939941 -- 2026-06-29 14:24:55.453[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250772%22%7D&event=edit_fareApply&fareApply_id=50772 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50772 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001967191696167 -- 2026-06-29 14:24:55.455[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250772%22%7D&event=edit_fareApply&fareApply_id=50772 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 14:24:55.457[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250772%22%7D&event=edit_fareApply&fareApply_id=50772 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019469261169434 -- 2026-06-29 14:24:55.491[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250772%22%7D&event=edit_fareApply&fareApply_id=50772 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 14:24:55.493[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250772%22%7D&event=edit_fareApply&fareApply_id=50772 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085978507995605 -- 2026-06-29 14:24:58.551[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088019371032715 -- 2026-06-29 14:24:59.062[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018669843673706 -- 2026-06-29 14:25:00.267[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023159980773926 -- 2026-06-29 14:25:00.270[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select payment_id from dbthird.thd_payment where oa_payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025060176849365 -- 2026-06-29 14:25:00.272[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145738 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-29 14:25:00.274[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 14:25:00.276[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-29 14:25:00.310[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020020008087158 -- 2026-06-29 14:25:00.312[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 14:25:00.314[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 14:25:00.316[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-29 14:25:00.357[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018334865570068 -- 2026-06-29 14:25:04.217[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013308048248291 -- 2026-06-29 14:25:04.750[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012120962142944 -- 2026-06-29 14:25:06.020[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50841 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022478103637695 -- 2026-06-29 14:25:06.022[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50841 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002173900604248 -- 2026-06-29 14:25:06.025[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 14:25:06.026[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 14:25:06.060[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-29 14:25:06.062[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011896133422852 -- 2026-06-29 14:25:09.109[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094568729400635 -- 2026-06-29 14:25:09.657[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013978958129883 -- 2026-06-29 14:25:10.928[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50835 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 14:25:10.930[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50835 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020248889923096 -- 2026-06-29 14:25:10.932[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-29 14:25:10.934[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-29 14:25:10.969[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 14:25:10.971[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084919929504395 -- 2026-06-29 14:25:13.871[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0066831111907959 -- 2026-06-29 14:25:14.404[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022689819335938 -- 2026-06-29 14:25:14.972[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-29 14:25:14.974[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select payment_id from dbthird.thd_payment where oa_payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-29 14:25:14.976[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145916 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021641254425049 -- 2026-06-29 14:25:14.978[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 14:25:14.980[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024279832839966 -- 2026-06-29 14:25:15.074[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 14:25:15.076[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016508102416992 -- 2026-06-29 14:25:15.077[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016200542449951 -- 2026-06-29 14:25:15.079[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 14:25:15.118[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133448%22}&event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099527835845947 -- 2026-06-29 14:25:15.502[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50831 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024120807647705 -- 2026-06-29 14:25:15.504[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023348331451416 -- 2026-06-29 14:25:15.507[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-29 14:25:15.509[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019881725311279 -- 2026-06-29 14:25:15.542[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 14:25:15.544[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073261260986328 -- 2026-06-29 14:25:17.228[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083990097045898 -- 2026-06-29 14:25:17.770[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092518329620361 -- 2026-06-29 14:25:18.705[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079929828643799 -- 2026-06-29 14:25:18.845[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50829 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015959739685059 -- 2026-06-29 14:25:18.846[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50829 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 14:25:18.849[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014591217041016 -- 2026-06-29 14:25:18.850[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015988349914551 -- 2026-06-29 14:25:18.882[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014529228210449 -- 2026-06-29 14:25:18.884[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011237859725952 -- 2026-06-29 14:25:19.111[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075430870056152 -- 2026-06-29 14:25:20.224[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50841 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014340877532959 -- 2026-06-29 14:25:20.226[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50841 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014290809631348 -- 2026-06-29 14:25:20.228[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013859272003174 -- 2026-06-29 14:25:20.229[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014369487762451 -- 2026-06-29 14:25:20.262[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014159679412842 -- 2026-06-29 14:25:20.264[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097129344940186 -- 2026-06-29 14:25:22.593[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017510890960693 -- 2026-06-29 14:25:23.094[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080900192260742 -- 2026-06-29 14:25:23.550[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086789131164551 -- 2026-06-29 14:25:23.987[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011962890625 -- 2026-06-29 14:25:25.101[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50835 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 14:25:25.103[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50835 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 14:25:25.105[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 14:25:25.107[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019581317901611 -- 2026-06-29 14:25:25.141[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-29 14:25:25.143[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077090263366699 -- 2026-06-29 14:25:25.517[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50818 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-29 14:25:25.519[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50818 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015890598297119 -- 2026-06-29 14:25:25.521[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014028549194336 -- 2026-06-29 14:25:25.522[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016019344329834 -- 2026-06-29 14:25:25.555[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014138221740723 -- 2026-06-29 14:25:25.557[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014155149459839 -- 2026-06-29 14:25:30.072[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016473054885864 -- 2026-06-29 14:25:30.464[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022970914840698 -- 2026-06-29 14:25:31.671[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50831 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020639896392822 -- 2026-06-29 14:25:31.674[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020492076873779 -- 2026-06-29 14:25:31.676[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 14:25:31.678[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 14:25:31.711[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 14:25:31.712[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084998607635498 -- 2026-06-29 14:25:35.984[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088238716125488 -- 2026-06-29 14:25:36.389[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016556978225708 -- 2026-06-29 14:25:37.550[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50829 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 14:25:37.552[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50829 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00160813331604 -- 2026-06-29 14:25:37.553[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-29 14:25:37.555[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001640796661377 -- 2026-06-29 14:25:37.587[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014598369598389 -- 2026-06-29 14:25:37.589[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018872976303101 -- 2026-06-29 14:25:39.855[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01674485206604 -- 2026-06-29 14:25:40.278[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073330402374268 -- 2026-06-29 14:25:40.417[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089797973632812 -- 2026-06-29 14:25:40.930[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014335155487061 -- 2026-06-29 14:25:41.533[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016148090362549 -- 2026-06-29 14:25:41.535[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select payment_id from dbthird.thd_payment where oa_payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 14:25:41.537[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145738 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016119480133057 -- 2026-06-29 14:25:41.539[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014441013336182 -- 2026-06-29 14:25:41.540[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019202947616577 -- 2026-06-29 14:25:41.592[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016040802001953 -- 2026-06-29 14:25:41.594[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014588832855225 -- 2026-06-29 14:25:41.596[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014328956604004 -- 2026-06-29 14:25:41.597[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014901161193848 -- 2026-06-29 14:25:41.636[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094799995422363 -- 2026-06-29 14:25:47.346[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084550380706787 -- 2026-06-29 14:25:47.744[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082781314849854 -- 2026-06-29 14:25:49.170[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015971660614014 -- 2026-06-29 14:25:49.172[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select payment_id from dbthird.thd_payment where oa_payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 14:25:49.173[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145918 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015778541564941 -- 2026-06-29 14:25:49.175[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014488697052002 -- 2026-06-29 14:25:49.177[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014085054397583 -- 2026-06-29 14:25:49.227[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016040802001953 -- 2026-06-29 14:25:49.229[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014641284942627 -- 2026-06-29 14:25:49.230[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014398097991943 -- 2026-06-29 14:25:49.232[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014739036560059 -- 2026-06-29 14:25:49.269[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017443895339966 -- 2026-06-29 14:25:53.402[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011445999145508 -- 2026-06-29 14:25:53.809[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084350109100342 -- 2026-06-29 14:25:55.252[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 14:25:55.254[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50816 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017158985137939 -- 2026-06-29 14:25:55.256[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 14:25:55.258[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 14:25:55.291[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-29 14:25:55.292[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094249248504639 -- 2026-06-29 14:25:58.391[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015327930450439 -- 2026-06-29 14:25:58.809[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080978870391846 -- 2026-06-29 14:25:59.853[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50818 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-29 14:25:59.855[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50818 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-29 14:25:59.857[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-29 14:25:59.859[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016541481018066 -- 2026-06-29 14:25:59.893[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014500617980957 -- 2026-06-29 14:25:59.895[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083458423614502 -- 2026-06-29 14:26:07.260[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082271099090576 -- 2026-06-29 14:26:07.669[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091068744659424 -- 2026-06-29 14:26:08.547[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50818 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 14:26:08.549[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50818 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018191337585449 -- 2026-06-29 14:26:08.551[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 14:26:08.553[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 14:26:08.586[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016868114471436 -- 2026-06-29 14:26:08.588[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0068349838256836 -- 2026-06-29 14:28:10.618 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094091892242432 -- 2026-06-29 14:28:11.759[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009904146194458 -- 2026-06-29 14:28:47.729 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-29 14:28:47.732 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0028970241546631 -- 2026-06-29 14:28:47.736 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='WenFeng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002133846282959 -- 2026-06-29 14:28:47.738[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 29 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022408008575439 -- 2026-06-29 14:28:48.233[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017379999160767 -- 2026-06-29 14:38:03.374[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 491 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026679039001465 -- 2026-06-29 14:38:03.377[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015361309051514 -- 2026-06-29 14:38:03.378[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015227794647217 -- 2026-06-29 14:38:03.380[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015041828155518 -- 2026-06-29 14:38:03.382[邓薇-491] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (15) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084969997406006 -- 2026-06-29 14:38:24.586[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009559154510498 -- 2026-06-29 14:38:29.836[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79860 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022470951080322 -- 2026-06-29 14:38:29.838[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79860 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002126932144165 -- 2026-06-29 14:38:29.840[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022389888763428 -- 2026-06-29 14:38:29.843[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-29 14:38:29.845[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017061233520508 -- 2026-06-29 14:38:29.878[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 14:38:29.919[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721504 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 14:38:29.921[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011782169342041 -- 2026-06-29 14:38:30.780[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087318420410156 -- 2026-06-29 14:38:31.179[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015367031097412 -- 2026-06-29 14:38:32.426[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79859 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016298294067383 -- 2026-06-29 14:38:32.427[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79859 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015099048614502 -- 2026-06-29 14:38:32.429[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 14:38:32.431[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014121532440186 -- 2026-06-29 14:38:32.432[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014419555664062 -- 2026-06-29 14:38:32.466[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 14:38:32.507[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721498 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014021396636963 -- 2026-06-29 14:38:32.508[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014249086380005 -- 2026-06-29 14:38:33.209[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095601081848145 -- 2026-06-29 14:38:33.596[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085620880126953 -- 2026-06-29 14:38:38.607[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79856 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 14:38:38.609[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79856 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021369457244873 -- 2026-06-29 14:38:38.611[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79856 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021259784698486 -- 2026-06-29 14:38:38.613[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79856 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-29 14:38:38.615[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015950202941895 -- 2026-06-29 14:38:38.649[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017330646514893 -- 2026-06-29 14:38:38.691[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-29 14:38:38.692[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083510875701904 -- 2026-06-29 14:38:42.947[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091650485992432 -- 2026-06-29 14:38:45.993[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79858 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 14:38:45.995[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79858 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017991065979004 -- 2026-06-29 14:38:45.997[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 14:38:45.999[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016851425170898 -- 2026-06-29 14:38:46.001[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 14:38:46.035[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 14:38:46.075[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721489 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-29 14:38:46.077[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084559917449951 -- 2026-06-29 14:38:47.575[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091569423675537 -- 2026-06-29 14:38:48.436[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021914005279541 -- 2026-06-29 14:38:48.952[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79858 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020298957824707 -- 2026-06-29 14:38:48.954[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79858 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-29 14:38:48.956[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019850730895996 -- 2026-06-29 14:38:48.958[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017528533935547 -- 2026-06-29 14:38:48.960[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-29 14:38:48.994[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017998218536377 -- 2026-06-29 14:38:49.034[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721489 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017788410186768 -- 2026-06-29 14:38:49.036[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79858 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01521897315979 -- 2026-06-29 14:38:50.566[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009052038192749 -- 2026-06-29 14:38:51.061[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79859 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018959045410156 -- 2026-06-29 14:38:51.063[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79859 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021781921386719 -- 2026-06-29 14:38:51.066[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018978118896484 -- 2026-06-29 14:38:51.068[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001633882522583 -- 2026-06-29 14:38:51.070[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017058849334717 -- 2026-06-29 14:38:51.104[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 14:38:51.144[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721498 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016639232635498 -- 2026-06-29 14:38:51.146[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083920955657959 -- 2026-06-29 14:38:52.336[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016467094421387 -- 2026-06-29 14:38:52.967[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79860 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-29 14:38:52.969[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79860 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 14:38:52.971[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019619464874268 -- 2026-06-29 14:38:52.973[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 14:38:52.975[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017898082733154 -- 2026-06-29 14:38:53.008[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018517971038818 -- 2026-06-29 14:38:53.050[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721504 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-29 14:38:53.052[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094919204711914 -- 2026-06-29 14:38:59.798[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013743877410889 -- 2026-06-29 14:40:33.261[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79859 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019199848175049 -- 2026-06-29 14:40:33.263[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79859 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021529197692871 -- 2026-06-29 14:40:33.265[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002241849899292 -- 2026-06-29 14:40:33.267[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-29 14:40:33.269[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 14:40:33.303[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018448829650879 -- 2026-06-29 14:40:33.345[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721498 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016651153564453 -- 2026-06-29 14:40:33.347[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279859%22}&event=edit_extrafareApply&extrafareApply_id=79859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020442962646484 -- 2026-06-29 14:40:36.349[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081021785736084 -- 2026-06-29 14:40:39.219[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79856 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 14:40:39.220[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79856 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015678405761719 -- 2026-06-29 14:40:39.222[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79856 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016701221466064 -- 2026-06-29 14:40:39.224[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79856 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014710426330566 -- 2026-06-29 14:40:39.226[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-29 14:40:39.260[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-29 14:40:39.313[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014688968658447 -- 2026-06-29 14:40:39.315[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02191686630249 -- 2026-06-29 14:40:40.709[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79856 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011914968490601 -- 2026-06-29 14:40:41.225[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021806955337524 -- 2026-06-29 14:40:42.229[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79857 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 14:40:42.231[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79857 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016140937805176 -- 2026-06-29 14:40:42.233[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79857 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 14:40:42.235[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79857 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015120506286621 -- 2026-06-29 14:40:42.236[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-29 14:40:42.270[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016908645629883 -- 2026-06-29 14:40:42.313[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721477 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015249252319336 -- 2026-06-29 14:40:42.315[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79857 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022905111312866 -- 2026-06-29 14:40:42.983[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79857 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014559030532837 -- 2026-06-29 14:40:43.405[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086441040039062 -- 2026-06-29 14:40:44.466[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79861 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 14:40:44.468[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79861 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 14:40:44.470[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 14:40:44.472[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015201568603516 -- 2026-06-29 14:40:44.474[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 14:40:44.509[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 14:40:44.550[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721557 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015220642089844 -- 2026-06-29 14:40:44.552[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79861 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020647048950195 -- 2026-06-29 14:40:45.208[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79861 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018035173416138 -- 2026-06-29 14:40:45.679[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01668906211853 -- 2026-06-29 14:40:46.165[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79863 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-29 14:40:46.167[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79863 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 14:40:46.169[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79863 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 14:40:46.171[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79863 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 14:40:46.173[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 14:40:46.207[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 14:40:46.247[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721562 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 14:40:46.249[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091190338134766 -- 2026-06-29 14:40:46.950[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017158985137939 -- 2026-06-29 14:40:47.639[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015573024749756 -- 2026-06-29 14:40:51.370[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095739364624023 -- 2026-06-29 14:46:43.379[肖路路-2501] -- /buz/oa/index.php/oamgmt/oa_application?event=undoSubmit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025244951248169 -- 2026-06-29 14:47:09.338[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014801025390625 -- 2026-06-29 14:47:09.424[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072329044342041 -- 2026-06-29 14:47:10.491[肖路路-2501] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017380952835083 -- 2026-06-29 14:47:10.701[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001500129699707 -- 2026-06-29 14:47:10.782[肖路路-2501] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010027885437012 -- 2026-06-29 14:47:11.249[肖路路-2501] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2501 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014899015426636 -- 2026-06-29 14:47:37.841[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50860 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-29 14:47:37.843[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-29 14:47:37.845[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721520 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 14:47:37.847[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 520 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 14:47:37.917[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721520 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001594066619873 -- 2026-06-29 14:47:37.919[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 520 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013136863708496 -- 2026-06-29 14:47:41.495[王夕玉-520] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 520 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02128791809082 -- 2026-06-29 14:47:42.027[王夕玉-520] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 520 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014444828033447 -- 2026-06-29 14:50:39.403[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50860 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019271373748779 -- 2026-06-29 14:50:39.405[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50860 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-29 14:50:39.408[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721520 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-29 14:50:39.409[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-29 14:50:39.443[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721520 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-29 14:50:39.445[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250860%22%7D&event=edit_fareApply&fareApply_id=50860 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073308944702148 -- 2026-06-29 14:52:55.957[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022301912307739 -- 2026-06-29 14:52:56.498[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022330284118652 -- 2026-06-29 14:52:56.501[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50816 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022299289703369 -- 2026-06-29 14:52:56.503[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001727819442749 -- 2026-06-29 14:52:56.505[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-29 14:52:56.539[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017268657684326 -- 2026-06-29 14:52:56.541[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097980499267578 -- 2026-06-29 14:52:57.534[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089268684387207 -- 2026-06-29 14:53:07.065[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250818%22}&event=edit_fareApply&fareApply_id=50818 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50818 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022909641265869 -- 2026-06-29 14:53:07.067[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250818%22}&event=edit_fareApply&fareApply_id=50818 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50818 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021131038665771 -- 2026-06-29 14:53:07.069[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250818%22}&event=edit_fareApply&fareApply_id=50818 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 14:53:07.071[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250818%22}&event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 14:53:07.106[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250818%22}&event=edit_fareApply&fareApply_id=50818 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 14:53:07.108[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250818%22}&event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095679759979248 -- 2026-06-29 14:56:10.941[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02232813835144 -- 2026-06-29 14:56:12.700[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-29 14:56:12.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select payment_id from dbthird.thd_payment where oa_payment_id = 133442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 14:56:12.704[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145910 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022008419036865 -- 2026-06-29 14:56:12.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719911 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 14:56:12.708[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017473936080933 -- 2026-06-29 14:56:12.759[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 14:56:12.761[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719911 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016489028930664 -- 2026-06-29 14:56:12.763[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-29 14:56:12.765[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 14:56:12.807[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086450576782227 -- 2026-06-29 14:56:14.533[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023019075393677 -- 2026-06-29 14:56:15.146[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008030891418457 -- 2026-06-29 14:56:16.321[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016179084777832 -- 2026-06-29 14:56:16.323[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select payment_id from dbthird.thd_payment where oa_payment_id = 131541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016491413116455 -- 2026-06-29 14:56:16.325[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144468 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-29 14:56:16.327[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624633 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 14:56:16.328[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020198106765747 -- 2026-06-29 14:56:16.380[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 14:56:16.382[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624633 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014538764953613 -- 2026-06-29 14:56:16.384[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014538764953613 -- 2026-06-29 14:56:16.385[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 14:56:16.426[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018045902252197 -- 2026-06-29 14:56:17.389[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013504028320312 -- 2026-06-29 14:56:17.983[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091118812561035 -- 2026-06-29 14:56:19.240[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131538 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 14:56:19.242[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select payment_id from dbthird.thd_payment where oa_payment_id = 131538 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018441677093506 -- 2026-06-29 14:56:19.244[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144465 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 14:56:19.246[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624599 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 14:56:19.248[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018174886703491 -- 2026-06-29 14:56:19.297[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 14:56:19.299[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624599 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-29 14:56:19.301[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-29 14:56:19.303[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001666784286499 -- 2026-06-29 14:56:19.341[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131538 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096521377563477 -- 2026-06-29 14:56:19.945[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131538 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015303134918213 -- 2026-06-29 14:56:20.556[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096371173858643 -- 2026-06-29 14:56:21.703[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131519 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 14:56:21.705[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select payment_id from dbthird.thd_payment where oa_payment_id = 131519 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-29 14:56:21.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144446 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 14:56:21.709[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623703 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-29 14:56:21.711[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017580986022949 -- 2026-06-29 14:56:21.744[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 14:56:21.746[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623703 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-29 14:56:21.748[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 14:56:21.750[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 14:56:21.789[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131519 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096509456634521 -- 2026-06-29 14:56:22.415[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131519 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084629058837891 -- 2026-06-29 14:56:23.013[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014445781707764 -- 2026-06-29 14:56:24.256[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130638 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016992092132568 -- 2026-06-29 14:56:24.258[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select payment_id from dbthird.thd_payment where oa_payment_id = 130638 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-29 14:56:24.259[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143781 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-29 14:56:24.262[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6571890 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015718936920166 -- 2026-06-29 14:56:24.263[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016250610351562 -- 2026-06-29 14:56:24.296[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 14:56:24.298[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6571890 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015890598297119 -- 2026-06-29 14:56:24.300[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 14:56:24.302[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016100406646729 -- 2026-06-29 14:56:24.340[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01721715927124 -- 2026-06-29 14:56:24.869[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d %H:%i') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8527 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019900798797607 -- 2026-06-29 14:56:24.892[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6707405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 14:56:24.894[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 14:56:24.895[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228527%22}&event=edit_officialSeals&officialSeals_id=8527 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083568096160889 -- 2026-06-29 14:56:24.896[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020303010940552 -- 2026-06-29 14:56:25.478[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099599361419678 -- 2026-06-29 14:56:26.687[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130559 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-29 14:56:26.689[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select payment_id from dbthird.thd_payment where oa_payment_id = 130559 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019600391387939 -- 2026-06-29 14:56:26.691[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143732 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023391246795654 -- 2026-06-29 14:56:26.693[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6570245 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 14:56:26.695[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 14:56:26.728[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019168853759766 -- 2026-06-29 14:56:26.730[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6570245 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018110275268555 -- 2026-06-29 14:56:26.732[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017971992492676 -- 2026-06-29 14:56:26.734[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 14:56:26.804[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130559 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015290975570679 -- 2026-06-29 14:56:27.501[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133371 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019240379333496 -- 2026-06-29 14:56:27.504[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select payment_id from dbthird.thd_payment where oa_payment_id = 133371 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-29 14:56:27.506[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145846 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-29 14:56:27.508[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713952 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 14:56:27.510[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-29 14:56:27.544[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019330978393555 -- 2026-06-29 14:56:27.546[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713952 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 14:56:27.548[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 14:56:27.550[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018599033355713 -- 2026-06-29 14:56:27.599[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133371%22}&event=edit_payment&payment_id=133371 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092718601226807 -- 2026-06-29 14:56:27.728[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130559 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010014057159424 -- 2026-06-29 14:56:28.300[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079970359802246 -- 2026-06-29 14:56:29.583[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130558 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 14:56:29.585[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select payment_id from dbthird.thd_payment where oa_payment_id = 130558 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001643180847168 -- 2026-06-29 14:56:29.587[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143731 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-29 14:56:29.588[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6570238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013890266418457 -- 2026-06-29 14:56:29.590[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014619827270508 -- 2026-06-29 14:56:29.623[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015408992767334 -- 2026-06-29 14:56:29.625[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6570238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014090538024902 -- 2026-06-29 14:56:29.627[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013959407806396 -- 2026-06-29 14:56:29.628[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014569759368896 -- 2026-06-29 14:56:29.677[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130558 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01545786857605 -- 2026-06-29 14:56:30.323[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130558 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020033836364746 -- 2026-06-29 14:56:30.872[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01587700843811 -- 2026-06-29 14:56:31.970[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50841 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020670890808105 -- 2026-06-29 14:56:31.972[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50841 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-29 14:56:31.974[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-29 14:56:31.976[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 14:56:32.008[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720861 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014951229095459 -- 2026-06-29 14:56:32.010[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092811584472656 -- 2026-06-29 14:56:32.765[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50841 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096209049224854 -- 2026-06-29 14:56:34.635[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085041522979736 -- 2026-06-29 14:56:35.423[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010040998458862 -- 2026-06-29 14:56:35.769[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50835 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020802021026611 -- 2026-06-29 14:56:35.771[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50835 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020599365234375 -- 2026-06-29 14:56:35.773[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018949508666992 -- 2026-06-29 14:56:35.775[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002051830291748 -- 2026-06-29 14:56:35.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001906156539917 -- 2026-06-29 14:56:35.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010218143463135 -- 2026-06-29 14:56:36.721[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50835 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018294095993042 -- 2026-06-29 14:56:37.254[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086469650268555 -- 2026-06-29 14:56:39.516[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50831 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 14:56:39.517[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021347999572754 -- 2026-06-29 14:56:39.520[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015881061553955 -- 2026-06-29 14:56:39.521[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 14:56:39.554[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016062259674072 -- 2026-06-29 14:56:39.556[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015468120574951 -- 2026-06-29 14:56:40.341[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50831 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088441371917725 -- 2026-06-29 14:56:40.927[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090141296386719 -- 2026-06-29 14:56:42.280[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50829 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022170543670654 -- 2026-06-29 14:56:42.282[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50829 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021598339080811 -- 2026-06-29 14:56:42.285[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 14:56:42.286[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 14:56:42.319[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016732215881348 -- 2026-06-29 14:56:42.321[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014030933380127 -- 2026-06-29 14:56:43.258[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50829 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013871192932129 -- 2026-06-29 14:56:43.791[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015947103500366 -- 2026-06-29 14:56:45.359[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50818 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017580986022949 -- 2026-06-29 14:56:45.361[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50818 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-29 14:56:45.363[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-29 14:56:45.365[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-29 14:56:45.398[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6718713 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 14:56:45.400[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01108980178833 -- 2026-06-29 14:56:45.939[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50818 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084259510040283 -- 2026-06-29 14:56:46.450[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012367963790894 -- 2026-06-29 14:56:47.915[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130814 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-29 14:56:47.917[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select payment_id from dbthird.thd_payment where oa_payment_id = 130814 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018470287322998 -- 2026-06-29 14:56:47.919[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143896 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018351078033447 -- 2026-06-29 14:56:47.921[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6581578 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016591548919678 -- 2026-06-29 14:56:47.923[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 14:56:47.956[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-29 14:56:47.958[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6581578 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016639232635498 -- 2026-06-29 14:56:47.960[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 14:56:47.962[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 14:56:48.000[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087430477142334 -- 2026-06-29 14:56:48.587[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090649127960205 -- 2026-06-29 14:56:49.197[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091149806976318 -- 2026-06-29 14:56:50.363[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 14:56:50.365[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50816 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018298625946045 -- 2026-06-29 14:56:50.367[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 14:56:50.368[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 14:56:50.402[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717954 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 14:56:50.404[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018964052200317 -- 2026-06-29 14:56:50.894[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093250274658203 -- 2026-06-29 14:56:51.450[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094199180603027 -- 2026-06-29 14:56:52.728[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50138 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50138 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015890598297119 -- 2026-06-29 14:56:52.730[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50138 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50138 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015888214111328 -- 2026-06-29 14:56:52.732[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50138 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624605 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014421939849854 -- 2026-06-29 14:56:52.733[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-29 14:56:52.766[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50138 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624605 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014619827270508 -- 2026-06-29 14:56:52.768[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015913009643555 -- 2026-06-29 14:56:53.293[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50138 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016680955886841 -- 2026-06-29 14:56:53.826[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095889568328857 -- 2026-06-29 14:56:55.178[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50137 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019071102142334 -- 2026-06-29 14:56:55.180[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50137 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50137 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-29 14:56:55.182[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50137 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624591 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 14:56:55.184[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019388198852539 -- 2026-06-29 14:56:55.217[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50137 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624591 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 14:56:55.219[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012619018554688 -- 2026-06-29 14:56:55.973[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50137 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087809562683105 -- 2026-06-29 14:56:56.573[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011276960372925 -- 2026-06-29 14:56:57.950[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50139 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50139 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00166916847229 -- 2026-06-29 14:56:57.952[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50139 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50139 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016767978668213 -- 2026-06-29 14:56:57.953[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50139 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624702 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014820098876953 -- 2026-06-29 14:56:57.955[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017428398132324 -- 2026-06-29 14:56:58.001[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50139 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624702 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015311241149902 -- 2026-06-29 14:56:58.003[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093400478363037 -- 2026-06-29 14:56:58.523[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50139 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00862717628479 -- 2026-06-29 14:56:59.048[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091698169708252 -- 2026-06-29 14:57:00.406[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50136 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50136 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018558502197266 -- 2026-06-29 14:57:00.408[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50136 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50136 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022671222686768 -- 2026-06-29 14:57:00.411[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50136 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624539 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 14:57:00.413[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00189208984375 -- 2026-06-29 14:57:00.458[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50136 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624539 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 14:57:00.460[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091300010681152 -- 2026-06-29 14:57:00.973[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50136 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090780258178711 -- 2026-06-29 14:57:01.619[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091121196746826 -- 2026-06-29 14:57:03.150[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50135 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50135 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002255916595459 -- 2026-06-29 14:57:03.152[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50135 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50135 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 14:57:03.154[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50135 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624535 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016658306121826 -- 2026-06-29 14:57:03.156[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50135 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 14:57:03.189[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50135 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624535 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 14:57:03.191[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50135 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093860626220703 -- 2026-06-29 14:57:03.739[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50135 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085411071777344 -- 2026-06-29 14:57:04.231[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091691017150879 -- 2026-06-29 14:57:05.524[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50134 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50134 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-29 14:57:05.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50134 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 14:57:05.528[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50134 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624521 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001716136932373 -- 2026-06-29 14:57:05.530[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019741058349609 -- 2026-06-29 14:57:05.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50134 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624521 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017287731170654 -- 2026-06-29 14:57:05.566[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092289447784424 -- 2026-06-29 14:57:06.474[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50134 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082731246948242 -- 2026-06-29 14:57:07.010[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012866973876953 -- 2026-06-29 14:57:08.501[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50133 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50133 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 14:57:08.503[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50133 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50133 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 14:57:08.504[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50133 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624506 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015501976013184 -- 2026-06-29 14:57:08.506[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50133 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 14:57:08.539[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50133 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624506 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00154709815979 -- 2026-06-29 14:57:08.541[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50133 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098209381103516 -- 2026-06-29 14:57:09.489[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50133 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014710903167725 -- 2026-06-29 14:57:09.975[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098340511322021 -- 2026-06-29 14:57:11.151[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50131 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50131 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 14:57:11.152[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50131 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50131 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021800994873047 -- 2026-06-29 14:57:11.155[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50131 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015759468078613 -- 2026-06-29 14:57:11.156[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 14:57:11.191[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50131 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015947818756104 -- 2026-06-29 14:57:11.193[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019186973571777 -- 2026-06-29 14:57:11.918[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50131 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090420246124268 -- 2026-06-29 14:57:12.438[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087230205535889 -- 2026-06-29 14:57:13.601[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50130 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50130 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022130012512207 -- 2026-06-29 14:57:13.604[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50130 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50130 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021560192108154 -- 2026-06-29 14:57:13.606[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50130 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-06-29 14:57:13.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 14:57:13.641[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50130 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 14:57:13.643[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081160068511963 -- 2026-06-29 14:57:15.274[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50130 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015137910842896 -- 2026-06-29 14:57:15.822[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086610317230225 -- 2026-06-29 14:57:17.197[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50129 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50129 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 14:57:17.199[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50129 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50129 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 14:57:17.201[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50129 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624443 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015978813171387 -- 2026-06-29 14:57:17.202[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-29 14:57:17.236[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50129 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624443 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 14:57:17.238[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021159172058105 -- 2026-06-29 14:57:17.971[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50129 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091230869293213 -- 2026-06-29 14:57:18.490[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078458786010742 -- 2026-06-29 14:57:20.166[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50128 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50128 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015571117401123 -- 2026-06-29 14:57:20.168[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50128 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50128 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 14:57:20.170[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50128 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624432 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014019012451172 -- 2026-06-29 14:57:20.171[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50128 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015909671783447 -- 2026-06-29 14:57:20.206[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50128 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624432 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014450550079346 -- 2026-06-29 14:57:20.208[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50128 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020485162734985 -- 2026-06-29 14:57:21.905[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50128 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0123610496521 -- 2026-06-29 14:57:22.549[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090398788452148 -- 2026-06-29 14:57:24.366[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50125 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50125 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 14:57:24.368[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50125 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50125 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018408298492432 -- 2026-06-29 14:57:24.370[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50125 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 14:57:24.372[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50125 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 14:57:24.405[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50125 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 14:57:24.407[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50125 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009896993637085 -- 2026-06-29 14:57:25.404[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50125 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011632919311523 -- 2026-06-29 14:57:25.936[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096597671508789 -- 2026-06-29 14:57:27.439[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50123 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50123 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 14:57:27.441[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50123 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50123 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 14:57:27.443[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50123 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624105 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017571449279785 -- 2026-06-29 14:57:27.445[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019428730010986 -- 2026-06-29 14:57:27.480[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50123 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624105 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017721652984619 -- 2026-06-29 14:57:27.482[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011202096939087 -- 2026-06-29 14:57:28.194[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50123 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083301067352295 -- 2026-06-29 14:57:28.744[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014111042022705 -- 2026-06-29 14:57:30.216[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50121 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50121 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016939640045166 -- 2026-06-29 14:57:30.218[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50121 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50121 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-29 14:57:30.220[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50121 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 14:57:30.221[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 14:57:30.255[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50121 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-29 14:57:30.257[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098419189453125 -- 2026-06-29 14:57:30.830[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50121 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019086122512817 -- 2026-06-29 14:57:31.407[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008512020111084 -- 2026-06-29 14:57:32.865[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50120 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50120 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 14:57:32.867[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50120 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50120 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-29 14:57:32.869[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50120 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624028 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 14:57:32.870[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 14:57:32.904[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50120 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624028 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001568078994751 -- 2026-06-29 14:57:32.906[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010061025619507 -- 2026-06-29 14:57:33.964[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50120 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094349384307861 -- 2026-06-29 14:57:34.573[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089800357818604 -- 2026-06-29 14:57:35.937[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50119 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-29 14:57:35.940[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50119 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50119 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017838478088379 -- 2026-06-29 14:57:35.941[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50119 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624024 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 14:57:35.943[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017921924591064 -- 2026-06-29 14:57:35.976[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50119 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624024 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001633882522583 -- 2026-06-29 14:57:35.978[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094540119171143 -- 2026-06-29 14:57:36.545[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020592927932739 -- 2026-06-29 14:57:37.147[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020955085754395 -- 2026-06-29 14:57:38.510[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50117 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50117 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017998218536377 -- 2026-06-29 14:57:38.512[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50117 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50117 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-29 14:57:38.514[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50117 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624015 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 14:57:38.516[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 14:57:38.549[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50117 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624015 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-29 14:57:38.551[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018918037414551 -- 2026-06-29 14:57:39.372[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50117 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014612913131714 -- 2026-06-29 14:57:39.889[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010063171386719 -- 2026-06-29 14:57:41.228[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50113 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50113 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020110607147217 -- 2026-06-29 14:57:41.230[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50113 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020239353179932 -- 2026-06-29 14:57:41.232[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50113 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 14:57:41.235[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020089149475098 -- 2026-06-29 14:57:41.272[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50113 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623688 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-29 14:57:41.274[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01569390296936 -- 2026-06-29 14:57:42.021[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50113 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019901990890503 -- 2026-06-29 14:57:42.555[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091588497161865 -- 2026-06-29 14:57:44.129[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50112 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50112 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018241405487061 -- 2026-06-29 14:57:44.131[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50112 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-29 14:57:44.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50112 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00166916847229 -- 2026-06-29 14:57:44.135[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 14:57:44.169[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50112 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 14:57:44.171[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093121528625488 -- 2026-06-29 14:57:44.796[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094060897827148 -- 2026-06-29 14:57:45.412[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01665997505188 -- 2026-06-29 14:57:46.694[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50111 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50111 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 14:57:46.696[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50111 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50111 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-29 14:57:46.698[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50111 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017929077148438 -- 2026-06-29 14:57:46.700[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018959045410156 -- 2026-06-29 14:57:46.733[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50111 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 14:57:46.735[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089089870452881 -- 2026-06-29 14:57:48.265[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50111 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095791816711426 -- 2026-06-29 14:57:48.796[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.040441036224365 -- 2026-06-29 14:57:49.983[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50109 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 14:57:49.985[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50109 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50109 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018141269683838 -- 2026-06-29 14:57:49.987[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50109 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623625 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016398429870605 -- 2026-06-29 14:57:49.989[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 14:57:50.022[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50109 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623625 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001629114151001 -- 2026-06-29 14:57:50.024[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01381516456604 -- 2026-06-29 14:57:51.272[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095388889312744 -- 2026-06-29 14:57:51.901[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015294075012207 -- 2026-06-29 14:57:53.248[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50107 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50107 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024209022521973 -- 2026-06-29 14:57:53.251[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50107 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50107 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023210048675537 -- 2026-06-29 14:57:53.253[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50107 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623618 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-29 14:57:53.255[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019629001617432 -- 2026-06-29 14:57:53.292[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50107 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623618 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-29 14:57:53.294[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016801118850708 -- 2026-06-29 14:57:54.940[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094609260559082 -- 2026-06-29 14:57:55.442[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097329616546631 -- 2026-06-29 14:57:56.619[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50106 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50106 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019629001617432 -- 2026-06-29 14:57:56.621[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50106 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020191669464111 -- 2026-06-29 14:57:56.623[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50106 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623528 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 14:57:56.625[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50106 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019772052764893 -- 2026-06-29 14:57:56.659[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50106 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623528 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 14:57:56.661[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50106 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018233060836792 -- 2026-06-29 14:57:57.293[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50106 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016748905181885 -- 2026-06-29 14:57:57.935[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023032903671265 -- 2026-06-29 14:57:59.300[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50105 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50105 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018651485443115 -- 2026-06-29 14:57:59.302[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50105 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50105 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018758773803711 -- 2026-06-29 14:57:59.304[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50105 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623435 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 14:57:59.305[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-29 14:57:59.339[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50105 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623435 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017831325531006 -- 2026-06-29 14:57:59.341[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019016027450562 -- 2026-06-29 14:57:59.925[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50105 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011628150939941 -- 2026-06-29 14:58:00.474[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025257110595703 -- 2026-06-29 14:58:01.761[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50104 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50104 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016520023345947 -- 2026-06-29 14:58:01.763[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50104 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50104 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 14:58:01.765[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50104 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6623415 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015089511871338 -- 2026-06-29 14:58:01.766[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 14:58:01.800[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50104 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6623415 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015151500701904 -- 2026-06-29 14:58:01.802[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014771938323975 -- 2026-06-29 14:58:02.404[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50104 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016734838485718 -- 2026-06-29 14:58:02.953[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094590187072754 -- 2026-06-29 14:58:04.303[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50080 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50080 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022971630096436 -- 2026-06-29 14:58:04.306[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50080 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50080 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022299289703369 -- 2026-06-29 14:58:04.308[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50080 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622733 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 14:58:04.310[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019111633300781 -- 2026-06-29 14:58:04.345[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50080 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622733 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-29 14:58:04.347[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077879428863525 -- 2026-06-29 14:58:04.920[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50080 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012732982635498 -- 2026-06-29 14:58:05.508[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010339975357056 -- 2026-06-29 14:58:06.967[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50079 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50079 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018758773803711 -- 2026-06-29 14:58:06.969[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50079 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50079 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-29 14:58:06.971[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50079 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622715 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017378330230713 -- 2026-06-29 14:58:06.973[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50079 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 14:58:07.008[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50079 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622715 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 14:58:07.010[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50079 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019562959671021 -- 2026-06-29 14:58:07.578[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50079 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092360973358154 -- 2026-06-29 14:58:08.168[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081820487976074 -- 2026-06-29 14:58:09.729[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50078 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50078 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-29 14:58:09.732[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50078 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50078 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00199294090271 -- 2026-06-29 14:58:09.734[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50078 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622696 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 14:58:09.735[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50078 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 14:58:09.768[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50078 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622696 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015461444854736 -- 2026-06-29 14:58:09.770[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50078 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087430477142334 -- 2026-06-29 14:58:10.269[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50078 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085740089416504 -- 2026-06-29 14:58:10.813[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085959434509277 -- 2026-06-29 14:58:12.391[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50076 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50076 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001737117767334 -- 2026-06-29 14:58:12.393[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50076 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50076 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-29 14:58:12.395[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50076 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015468597412109 -- 2026-06-29 14:58:12.397[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50076 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-29 14:58:12.432[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50076 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 14:58:12.433[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50076 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016799926757812 -- 2026-06-29 14:58:13.095[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50076 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089271068572998 -- 2026-06-29 14:58:13.681[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010978937149048 -- 2026-06-29 14:58:15.103[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50075 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50075 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 14:58:15.106[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50075 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50075 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-29 14:58:15.108[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50075 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622656 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 14:58:15.110[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50075 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020351409912109 -- 2026-06-29 14:58:15.144[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50075 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622656 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 14:58:15.146[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50075 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092270374298096 -- 2026-06-29 14:58:15.636[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50075 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014358997344971 -- 2026-06-29 14:58:16.262[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086619853973389 -- 2026-06-29 14:58:17.716[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50074 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50074 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 14:58:17.718[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50074 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50074 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 14:58:17.720[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50074 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622598 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015830993652344 -- 2026-06-29 14:58:17.722[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50074 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-29 14:58:17.755[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50074 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622598 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016491413116455 -- 2026-06-29 14:58:17.757[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50074 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073480606079102 -- 2026-06-29 14:58:18.220[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50074 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018599987030029 -- 2026-06-29 14:58:18.802[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098040103912354 -- 2026-06-29 14:58:20.177[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50072 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50072 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023419857025146 -- 2026-06-29 14:58:20.180[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50072 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50072 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023610591888428 -- 2026-06-29 14:58:20.182[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50072 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622567 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018432140350342 -- 2026-06-29 14:58:20.184[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50072 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019819736480713 -- 2026-06-29 14:58:20.218[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50072 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622567 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018198490142822 -- 2026-06-29 14:58:20.220[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50072 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02199912071228 -- 2026-06-29 14:58:20.731[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50072 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021104097366333 -- 2026-06-29 14:58:21.264[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009119987487793 -- 2026-06-29 14:58:23.043[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50071 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50071 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-29 14:58:23.045[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50071 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50071 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 14:58:23.047[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50071 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622548 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-29 14:58:23.048[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 14:58:23.082[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50071 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622548 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 14:58:23.084[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020514965057373 -- 2026-06-29 14:58:23.680[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50071 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017420053482056 -- 2026-06-29 14:58:24.211[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016517877578735 -- 2026-06-29 14:58:25.609[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50070 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50070 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-29 14:58:25.611[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50070 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 14:58:25.613[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50070 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622497 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-29 14:58:25.614[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50070 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 14:58:25.649[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50070 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622497 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015418529510498 -- 2026-06-29 14:58:25.650[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50070 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015867948532104 -- 2026-06-29 14:58:26.111[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50070 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018281936645508 -- 2026-06-29 14:58:26.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019598007202148 -- 2026-06-29 14:58:27.852[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50068 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50068 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 14:58:27.854[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50068 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50068 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-29 14:58:27.856[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50068 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622422 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 14:58:27.858[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50068 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018818378448486 -- 2026-06-29 14:58:27.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50068 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622422 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 14:58:27.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50068 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011399984359741 -- 2026-06-29 14:58:29.043[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50068 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089170932769775 -- 2026-06-29 14:58:29.685[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020514965057373 -- 2026-06-29 14:58:31.144[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50067 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50067 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020709037780762 -- 2026-06-29 14:58:31.146[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50067 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50067 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 14:58:31.148[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50067 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622416 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015311241149902 -- 2026-06-29 14:58:31.149[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50067 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 14:58:31.183[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50067 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622416 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015120506286621 -- 2026-06-29 14:58:31.185[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50067 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083169937133789 -- 2026-06-29 14:58:31.723[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50067 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013481855392456 -- 2026-06-29 14:58:32.210[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022732019424438 -- 2026-06-29 14:58:33.746[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50066 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50066 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020091533660889 -- 2026-06-29 14:58:33.748[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50066 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50066 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019848346710205 -- 2026-06-29 14:58:33.751[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50066 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622406 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-29 14:58:33.752[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50066 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-29 14:58:33.785[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50066 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622406 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015079975128174 -- 2026-06-29 14:58:33.787[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50066 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013597965240479 -- 2026-06-29 14:58:35.376[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50066 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013564109802246 -- 2026-06-29 14:58:35.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017867088317871 -- 2026-06-29 14:58:37.384[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50065 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50065 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 14:58:37.386[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50065 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50065 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-29 14:58:37.388[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50065 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 14:58:37.390[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50065 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 14:58:37.427[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50065 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017011165618896 -- 2026-06-29 14:58:37.429[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50065 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012417078018188 -- 2026-06-29 14:58:38.026[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50065 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091159343719482 -- 2026-06-29 14:58:38.570[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019854784011841 -- 2026-06-29 14:58:40.049[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50064 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50064 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 14:58:40.051[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50064 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50064 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 14:58:40.053[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50064 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622403 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 14:58:40.055[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50064 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 14:58:40.088[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50064 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622403 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017318725585938 -- 2026-06-29 14:58:40.090[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50064 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083160400390625 -- 2026-06-29 14:58:41.107[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50064 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017912149429321 -- 2026-06-29 14:58:41.633[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012572050094604 -- 2026-06-29 14:58:43.013[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50063 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50063 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 14:58:43.015[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50063 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50063 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018601417541504 -- 2026-06-29 14:58:43.017[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50063 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622393 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 14:58:43.019[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50063 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 14:58:43.054[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50063 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622393 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 14:58:43.055[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50063 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010641813278198 -- 2026-06-29 14:58:43.609[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50063 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096049308776855 -- 2026-06-29 14:58:44.202[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091888904571533 -- 2026-06-29 14:58:45.568[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50062 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50062 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017998218536377 -- 2026-06-29 14:58:45.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50062 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50062 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-29 14:58:45.572[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50062 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622121 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 14:58:45.574[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50062 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018391609191895 -- 2026-06-29 14:58:45.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50062 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622121 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-29 14:58:45.610[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50062 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009166955947876 -- 2026-06-29 14:58:46.127[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50062 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010748863220215 -- 2026-06-29 14:58:46.791[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013744115829468 -- 2026-06-29 14:58:48.234[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50126 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50126 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020852088928223 -- 2026-06-29 14:58:48.236[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50126 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50126 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021028518676758 -- 2026-06-29 14:58:48.239[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50126 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624311 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 14:58:48.241[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020720958709717 -- 2026-06-29 14:58:48.274[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50126 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624311 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019371509552002 -- 2026-06-29 14:58:48.276[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013005018234253 -- 2026-06-29 14:58:49.063[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50126 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079967975616455 -- 2026-06-29 14:58:49.619[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0068230628967285 -- 2026-06-29 14:58:50.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50061 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50061 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013859272003174 -- 2026-06-29 14:58:50.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50061 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013728141784668 -- 2026-06-29 14:58:50.895[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50061 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622120 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012898445129395 -- 2026-06-29 14:58:50.897[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50061 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013880729675293 -- 2026-06-29 14:58:50.930[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50061 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622120 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001215934753418 -- 2026-06-29 14:58:50.931[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50061 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011850118637085 -- 2026-06-29 14:58:51.463[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50061 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091011524200439 -- 2026-06-29 14:58:52.079[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017961978912354 -- 2026-06-29 14:58:53.360[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50060 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50060 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-29 14:58:53.362[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50060 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-29 14:58:53.363[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50060 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622114 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 14:58:53.365[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 14:58:53.399[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50060 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622114 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015778541564941 -- 2026-06-29 14:58:53.401[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021706819534302 -- 2026-06-29 14:58:53.751[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50060 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015565156936646 -- 2026-06-29 14:58:54.269[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098879337310791 -- 2026-06-29 14:58:55.604[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50059 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50059 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023667812347412 -- 2026-06-29 14:58:55.606[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50059 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50059 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023400783538818 -- 2026-06-29 14:58:55.609[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50059 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018470287322998 -- 2026-06-29 14:58:55.611[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50059 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-29 14:58:55.644[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50059 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622113 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018439292907715 -- 2026-06-29 14:58:55.646[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50059 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014688014984131 -- 2026-06-29 14:58:55.868[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50059 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095751285552979 -- 2026-06-29 14:58:56.377[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094468593597412 -- 2026-06-29 14:58:57.651[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50058 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50058 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019102096557617 -- 2026-06-29 14:58:57.653[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50058 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50058 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 14:58:57.655[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50058 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622111 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-29 14:58:57.657[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 14:58:57.691[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50058 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622111 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 14:58:57.693[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091209411621094 -- 2026-06-29 14:58:58.158[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50058 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096151828765869 -- 2026-06-29 14:58:58.745[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015349864959717 -- 2026-06-29 14:59:00.117[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50057 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50057 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 14:59:00.119[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50057 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50057 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019650459289551 -- 2026-06-29 14:59:00.121[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50057 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622110 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 14:59:00.123[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50057 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-29 14:59:00.157[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50057 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622110 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 14:59:00.159[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50057 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084249973297119 -- 2026-06-29 14:59:00.630[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50057 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010730028152466 -- 2026-06-29 14:59:01.214[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01341700553894 -- 2026-06-29 14:59:02.672[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50056 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50056 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 14:59:02.674[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50056 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50056 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-29 14:59:02.676[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50056 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622108 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015180110931396 -- 2026-06-29 14:59:02.678[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50056 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 14:59:02.712[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50056 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622108 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001561164855957 -- 2026-06-29 14:59:02.714[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50056 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073461532592773 -- 2026-06-29 14:59:03.259[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50056 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085711479187012 -- 2026-06-29 14:59:03.863[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015733003616333 -- 2026-06-29 14:59:05.337[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50055 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50055 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 14:59:05.339[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50055 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50055 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 14:59:05.341[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50055 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622107 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-29 14:59:05.343[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 14:59:05.376[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50055 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622107 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015578269958496 -- 2026-06-29 14:59:05.378[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099091529846191 -- 2026-06-29 14:59:05.787[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50055 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010179996490479 -- 2026-06-29 14:59:06.262[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019650936126709 -- 2026-06-29 14:59:07.799[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50054 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50054 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-29 14:59:07.801[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50054 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50054 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 14:59:07.803[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50054 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-29 14:59:07.805[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50054 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 14:59:07.837[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50054 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015661716461182 -- 2026-06-29 14:59:07.839[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50054 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010494947433472 -- 2026-06-29 14:59:08.207[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50054 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011135101318359 -- 2026-06-29 14:59:08.756[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078859329223633 -- 2026-06-29 14:59:10.067[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50053 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50053 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015640258789062 -- 2026-06-29 14:59:10.069[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50053 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015668869018555 -- 2026-06-29 14:59:10.071[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50053 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622103 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014040470123291 -- 2026-06-29 14:59:10.072[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50053 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-29 14:59:10.105[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50053 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622103 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013949871063232 -- 2026-06-29 14:59:10.107[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50053 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013494968414307 -- 2026-06-29 14:59:10.684[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50053 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095658302307129 -- 2026-06-29 14:59:11.217[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090751647949219 -- 2026-06-29 14:59:12.704[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49074 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49074 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 14:59:12.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49074 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49074 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 14:59:12.707[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49074 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6509617 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016288757324219 -- 2026-06-29 14:59:12.709[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49074 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018589496612549 -- 2026-06-29 14:59:12.744[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49074 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6509617 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-29 14:59:12.745[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49074 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085411071777344 -- 2026-06-29 14:59:13.429[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=49074 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086829662322998 -- 2026-06-29 14:59:13.978[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079019069671631 -- 2026-06-29 15:01:27.260 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014691352844238 -- 2026-06-29 15:01:27.263 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0025849342346191 -- 2026-06-29 15:01:27.265 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='WenFeng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 15:01:27.267[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 29 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011659860610962 -- 2026-06-29 15:01:27.704[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086929798126221 -- 2026-06-29 15:01:29.650[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017061233520508 -- 2026-06-29 15:01:29.652[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select payment_id from dbthird.thd_payment where oa_payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017411708831787 -- 2026-06-29 15:01:29.654[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145933 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020899772644043 -- 2026-06-29 15:01:29.656[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 15:01:29.658[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 15:01:29.692[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 15:01:29.694[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015721321105957 -- 2026-06-29 15:01:29.696[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-29 15:01:29.698[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-29 15:01:29.737[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089538097381592 -- 2026-06-29 15:01:31.552[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011070013046265 -- 2026-06-29 15:01:32.078[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086460113525391 -- 2026-06-29 15:01:33.972[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 15:01:33.974[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select payment_id from dbthird.thd_payment where oa_payment_id = 133468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017328262329102 -- 2026-06-29 15:01:33.976[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145936 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020890235900879 -- 2026-06-29 15:01:33.978[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 15:01:33.980[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 15:01:34.012[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 15:01:34.014[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015640258789062 -- 2026-06-29 15:01:34.016[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015931129455566 -- 2026-06-29 15:01:34.018[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 15:01:34.057[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094630718231201 -- 2026-06-29 15:01:36.154[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016800165176392 -- 2026-06-29 15:01:36.734[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094490051269531 -- 2026-06-29 15:01:38.020[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017621517181396 -- 2026-06-29 15:01:38.022[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select payment_id from dbthird.thd_payment where oa_payment_id = 133466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018198490142822 -- 2026-06-29 15:01:38.024[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145934 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 15:01:38.026[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721606 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 15:01:38.028[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019761800765991 -- 2026-06-29 15:01:38.079[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 15:01:38.081[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721606 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 15:01:38.083[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001619815826416 -- 2026-06-29 15:01:38.084[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-29 15:01:38.123[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077998638153076 -- 2026-06-29 15:01:40.365[文锋-1382] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014495849609375 -- 2026-06-29 15:01:40.936[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086801052093506 -- 2026-06-29 15:01:43.419[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092639923095703 -- 2026-06-29 15:01:47.528[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018298625946045 -- 2026-06-29 15:01:47.530[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select payment_id from dbthird.thd_payment where oa_payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 15:01:47.532[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145933 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002223014831543 -- 2026-06-29 15:01:47.534[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 15:01:47.536[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 15:01:47.571[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select * from dbsys.sys_contact where cont_id = 1382 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 15:01:47.573[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 15:01:47.575[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 15:01:47.576[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 15:01:47.617[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011169910430908 -- 2026-06-29 15:01:50.468[文锋-1382] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1382 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088250637054443 -- 2026-06-29 15:06:31.701 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016641616821289 -- 2026-06-29 15:06:31.704 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0022029876708984 -- 2026-06-29 15:06:31.706 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='Zhao' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-29 15:06:31.708[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 43 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010356903076172 -- 2026-06-29 15:06:32.069[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010089159011841 -- 2026-06-29 15:06:33.428[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023119449615479 -- 2026-06-29 15:06:33.430[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50541 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019650459289551 -- 2026-06-29 15:06:33.432[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6673676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 15:06:33.434[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014853954315186 -- 2026-06-29 15:06:33.481[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6673676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 15:06:33.483[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084269046783447 -- 2026-06-29 15:06:34.866[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012320995330811 -- 2026-06-29 15:06:35.350[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007645845413208 -- 2026-06-29 15:10:14.598[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014729499816895 -- 2026-06-29 15:10:14.599[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select payment_id from dbthird.thd_payment where oa_payment_id = 133478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015261173248291 -- 2026-06-29 15:10:14.601[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145946 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018868446350098 -- 2026-06-29 15:10:14.603[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722055 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014309883117676 -- 2026-06-29 15:10:14.605[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020116090774536 -- 2026-06-29 15:10:14.672[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 15:10:14.674[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722055 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013720989227295 -- 2026-06-29 15:10:14.675[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013701915740967 -- 2026-06-29 15:10:14.677[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014050006866455 -- 2026-06-29 15:10:14.720[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133478%22}&event=edit_payment&payment_id=133478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01817798614502 -- 2026-06-29 15:10:15.835[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010091781616211 -- 2026-06-29 15:10:16.274[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099771022796631 -- 2026-06-29 15:10:17.482[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133457 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023219585418701 -- 2026-06-29 15:10:17.484[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select payment_id from dbthird.thd_payment where oa_payment_id = 133457 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-29 15:10:17.486[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145925 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019378662109375 -- 2026-06-29 15:10:17.488[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 15:10:17.490[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018441677093506 -- 2026-06-29 15:10:17.525[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-29 15:10:17.527[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 15:10:17.529[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018308162689209 -- 2026-06-29 15:10:17.531[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-29 15:10:17.571[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021796941757202 -- 2026-06-29 15:10:18.486[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089941024780273 -- 2026-06-29 15:10:18.938[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010499954223633 -- 2026-06-29 15:20:25.928[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024011135101318 -- 2026-06-29 15:20:25.930[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select payment_id from dbthird.thd_payment where oa_payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021529197692871 -- 2026-06-29 15:20:25.933[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020699501037598 -- 2026-06-29 15:20:25.935[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-29 15:20:25.937[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020670890808105 -- 2026-06-29 15:20:25.972[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024139881134033 -- 2026-06-29 15:20:25.974[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019419193267822 -- 2026-06-29 15:20:25.976[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-29 15:20:25.978[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019590854644775 -- 2026-06-29 15:20:26.019[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091888904571533 -- 2026-06-29 15:20:27.026[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012643098831177 -- 2026-06-29 15:20:27.470[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010022878646851 -- 2026-06-29 15:20:28.888[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-29 15:20:28.890[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select payment_id from dbthird.thd_payment where oa_payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 15:20:28.892[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018000602722168 -- 2026-06-29 15:20:28.894[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-29 15:20:28.896[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-29 15:20:28.930[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 15:20:28.932[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 15:20:28.934[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-29 15:20:28.936[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018348693847656 -- 2026-06-29 15:20:28.973[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133476%22}&event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010617971420288 -- 2026-06-29 15:25:10.070 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022519826889038 -- 2026-06-29 15:25:11.705[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012700080871582 -- 2026-06-29 15:25:13.085[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018949508666992 -- 2026-06-29 15:25:13.087[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select payment_id from dbthird.thd_payment where oa_payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019521713256836 -- 2026-06-29 15:25:13.089[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145918 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 15:25:13.091[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016961097717285 -- 2026-06-29 15:25:13.093[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 15:25:13.128[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 15:25:13.130[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 15:25:13.131[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 15:25:13.133[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-29 15:25:13.173[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093340873718262 -- 2026-06-29 15:25:14.402[肖飞飞-477] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012363910675049 -- 2026-06-29 15:25:14.904[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019211769104004 -- 2026-06-29 15:25:15.514 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-29 15:25:15.517 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0024690628051758 -- 2026-06-29 15:25:15.520 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='YangJianHui' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 15:25:15.522[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016681909561157 -- 2026-06-29 15:25:15.954[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-29 15:25:15.956[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select payment_id from dbthird.thd_payment where oa_payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-29 15:25:15.959[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145916 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002251148223877 -- 2026-06-29 15:25:15.961[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 15:25:15.963[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018109083175659 -- 2026-06-29 15:25:16.013[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020220279693604 -- 2026-06-29 15:25:16.015[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-29 15:25:16.017[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 15:25:16.019[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 15:25:16.059[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080461502075195 -- 2026-06-29 15:25:16.707[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.038907051086426 -- 2026-06-29 15:25:17.832[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 15:25:17.834[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select payment_id from dbthird.thd_payment where oa_payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017611980438232 -- 2026-06-29 15:25:17.836[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017211437225342 -- 2026-06-29 15:25:17.838[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015568733215332 -- 2026-06-29 15:25:17.839[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0206618309021 -- 2026-06-29 15:25:17.894[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 15:25:17.896[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015521049499512 -- 2026-06-29 15:25:17.898[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015368461608887 -- 2026-06-29 15:25:17.899[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015769004821777 -- 2026-06-29 15:25:17.939[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009253978729248 -- 2026-06-29 15:25:18.266[肖飞飞-477] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091748237609863 -- 2026-06-29 15:25:18.751[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02340292930603 -- 2026-06-29 15:25:19.780[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018877983093262 -- 2026-06-29 15:25:19.782[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select payment_id from dbthird.thd_payment where oa_payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002004861831665 -- 2026-06-29 15:25:19.784[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145738 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023419857025146 -- 2026-06-29 15:25:19.787[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 15:25:19.789[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 15:25:19.823[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019378662109375 -- 2026-06-29 15:25:19.825[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 15:25:19.827[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018072128295898 -- 2026-06-29 15:25:19.829[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018558502197266 -- 2026-06-29 15:25:19.868[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072221755981445 -- 2026-06-29 15:25:21.979[肖飞飞-477] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014612913131714 -- 2026-06-29 15:25:22.477[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013547897338867 -- 2026-06-29 15:25:23.181[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50865 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019469261169434 -- 2026-06-29 15:25:23.183[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50865 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019280910491943 -- 2026-06-29 15:25:23.185[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014081001281738 -- 2026-06-29 15:25:23.187[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 15:25:23.224[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014090538024902 -- 2026-06-29 15:25:23.226[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083761215209961 -- 2026-06-29 15:25:26.816[肖飞飞-477] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50865 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077500343322754 -- 2026-06-29 15:25:27.296[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085949897766113 -- 2026-06-29 15:25:28.200[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50864 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020987987518311 -- 2026-06-29 15:25:28.202[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50864 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020961761474609 -- 2026-06-29 15:25:28.205[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015990734100342 -- 2026-06-29 15:25:28.206[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-29 15:25:28.240[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001594066619873 -- 2026-06-29 15:25:28.242[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089709758758545 -- 2026-06-29 15:25:29.836[肖飞飞-477] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50864 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092260837554932 -- 2026-06-29 15:25:30.144 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-29 15:25:30.148 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0027928352355957 -- 2026-06-29 15:25:30.151 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='WuLingGang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020689964294434 -- 2026-06-29 15:25:30.153[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 5 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014079093933105 -- 2026-06-29 15:25:30.331[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087080001831055 -- 2026-06-29 15:25:30.644[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015081882476807 -- 2026-06-29 15:25:31.273[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50624 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-29 15:25:31.275[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 15:25:31.277[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017588138580322 -- 2026-06-29 15:25:31.279[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019669532775879 -- 2026-06-29 15:25:31.313[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-29 15:25:31.315[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096099376678467 -- 2026-06-29 15:25:31.806[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79868 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022389888763428 -- 2026-06-29 15:25:31.809[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79868 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 15:25:31.811[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021810531616211 -- 2026-06-29 15:25:31.813[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-29 15:25:31.815[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016508102416992 -- 2026-06-29 15:25:31.848[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-29 15:25:31.888[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722185 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016100406646729 -- 2026-06-29 15:25:31.890[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-29 15:25:31.892[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01658821105957 -- 2026-06-29 15:25:57.268[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094559192657471 -- 2026-06-29 15:25:58.344[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79868 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 15:25:58.346[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79868 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018439292907715 -- 2026-06-29 15:25:58.348[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023519992828369 -- 2026-06-29 15:25:58.351[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-29 15:25:58.352[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017671585083008 -- 2026-06-29 15:25:58.392[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019030570983887 -- 2026-06-29 15:25:58.433[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722185 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017480850219727 -- 2026-06-29 15:25:58.435[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017318725585938 -- 2026-06-29 15:25:58.437[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018525123596191 -- 2026-06-29 15:25:59.511[吴凌刚-279] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015566110610962 -- 2026-06-29 15:26:00.028[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093541145324707 -- 2026-06-29 15:26:06.876[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79868 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 15:26:06.878[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79868 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-29 15:26:06.880[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019111633300781 -- 2026-06-29 15:26:06.882[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 15:26:06.884[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 15:26:06.916[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018661022186279 -- 2026-06-29 15:26:06.957[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722185 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016858577728271 -- 2026-06-29 15:26:06.959[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016770362854004 -- 2026-06-29 15:26:06.960[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279868%22}&event=edit_extrafareApply&extrafareApply_id=79868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099210739135742 -- 2026-06-29 15:26:28.049 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-29 15:26:28.053 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0025098323822021 -- 2026-06-29 15:26:28.055 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='CaiJunDong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021510124206543 -- 2026-06-29 15:26:28.058[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 47 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019428730010986 -- 2026-06-29 15:26:28.065[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2362 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030388832092285 -- 2026-06-29 15:26:28.069[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 2362 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019330978393555 -- 2026-06-29 15:26:28.071[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 2362 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019838809967041 -- 2026-06-29 15:26:28.073[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-29 15:26:28.075[蔡骏东-2362] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (47) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010673999786377 -- 2026-06-29 15:30:34.072 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019891262054443 -- 2026-06-29 15:30:34.076 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.002918004989624 -- 2026-06-29 15:30:34.079 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='YangQun' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022001266479492 -- 2026-06-29 15:30:34.081[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 39 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082330703735352 -- 2026-06-29 15:30:34.400[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021783113479614 -- 2026-06-29 15:30:35.972[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8540 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027799606323242 -- 2026-06-29 15:30:35.975[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 15:30:35.977[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019381046295166 -- 2026-06-29 15:30:36.010[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722182 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 15:30:36.012[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095901489257812 -- 2026-06-29 15:30:41.694[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088908672332764 -- 2026-06-29 15:30:42.226[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087828636169434 -- 2026-06-29 15:33:02.987 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-29 15:33:02.990 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0023560523986816 -- 2026-06-29 15:33:02.993 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GuoRongBo' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-29 15:33:02.995[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021117925643921 -- 2026-06-29 15:33:03.381[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0069479942321777 -- 2026-06-29 15:33:06.005[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50867 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50867 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 15:33:06.007[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50867 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50867 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014200210571289 -- 2026-06-29 15:33:06.008[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50867 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722175 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012609958648682 -- 2026-06-29 15:33:06.010[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014059543609619 -- 2026-06-29 15:33:06.042[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50867 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722175 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012619495391846 -- 2026-06-29 15:33:06.043[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078248977661133 -- 2026-06-29 15:33:10.775[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083708763122559 -- 2026-06-29 15:33:11.434[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021752119064331 -- 2026-06-29 15:33:12.929[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50862 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50862 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023391246795654 -- 2026-06-29 15:33:12.932[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50862 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50862 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023219585418701 -- 2026-06-29 15:33:12.934[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50862 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721585 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-29 15:33:12.936[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50862 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 15:33:12.970[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50862 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721585 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-29 15:33:12.972[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50862 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084259510040283 -- 2026-06-29 15:33:38.624[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50862 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010921955108643 -- 2026-06-29 15:33:39.301[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.040318012237549 -- 2026-06-29 15:33:40.865[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50853 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50853 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022420883178711 -- 2026-06-29 15:33:40.867[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50853 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021939277648926 -- 2026-06-29 15:33:40.870[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50853 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721344 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-29 15:33:40.872[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50853 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-29 15:33:40.905[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50853 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721344 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-29 15:33:40.907[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50853 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085549354553223 -- 2026-06-29 15:33:42.719[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50853 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087869167327881 -- 2026-06-29 15:33:43.373[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009343147277832 -- 2026-06-29 15:33:44.759[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50758 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50758 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 15:33:44.761[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50758 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50758 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 15:33:44.763[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50758 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6711250 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-29 15:33:44.765[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50758 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018641948699951 -- 2026-06-29 15:33:44.799[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50758 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711250 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 15:33:44.801[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50758 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009253978729248 -- 2026-06-29 15:33:46.324[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50758 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018838167190552 -- 2026-06-29 15:33:46.983[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013921976089478 -- 2026-06-29 15:33:48.269[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50590 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50590 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002249002456665 -- 2026-06-29 15:33:48.271[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50590 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50590 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002208948135376 -- 2026-06-29 15:33:48.274[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50590 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6684196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 15:33:48.276[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50590 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 15:33:48.309[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50590 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6684196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 15:33:48.311[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50590 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094690322875977 -- 2026-06-29 15:34:00.196[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50590 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095899105072021 -- 2026-06-29 15:34:00.807[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091488361358643 -- 2026-06-29 15:34:22.079 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001788854598999 -- 2026-06-29 15:34:22.082 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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.0027580261230469 -- 2026-06-29 15:34:22.085 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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='ChengMing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-29 15:34:22.088[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009505033493042 -- 2026-06-29 15:34:22.464[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019841194152832 -- 2026-06-29 15:34:22.466[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024459362030029 -- 2026-06-29 15:34:22.469[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 15:34:22.471[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018928050994873 -- 2026-06-29 15:34:22.473[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2970 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010035991668701 -- 2026-06-29 15:34:25.056[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019378662109375 -- 2026-06-29 15:34:25.058[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select payment_id from dbthird.thd_payment where oa_payment_id = 133484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020029544830322 -- 2026-06-29 15:34:25.060[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145952 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-29 15:34:25.062[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020520687103271 -- 2026-06-29 15:34:25.064[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010596036911011 -- 2026-06-29 15:34:25.074[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50667 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019378662109375 -- 2026-06-29 15:34:25.076[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019857883453369 -- 2026-06-29 15:34:25.116[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020461082458496 -- 2026-06-29 15:34:25.119[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-29 15:34:25.121[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020368099212646 -- 2026-06-29 15:34:25.122[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 15:34:25.123[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018692016601562 -- 2026-06-29 15:34:25.124[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018692016601562 -- 2026-06-29 15:34:25.126[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 15:34:25.159[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695286 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018818378448486 -- 2026-06-29 15:34:25.161[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50667 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 15:34:25.163[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133484%22}&event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010408163070679 -- 2026-06-29 15:34:25.314[程明-2970] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%程明%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095391273498535 -- 2026-06-29 15:34:25.397[程明-2970] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%程明%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017163038253784 -- 2026-06-29 15:34:25.490[程明-2970] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%万象车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010354042053223 -- 2026-06-29 15:34:25.570[程明-2970] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097579956054688 -- 2026-06-29 15:34:25.653[程明-2970] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020308494567871 -- 2026-06-29 15:34:25.655[程明-2970] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015531063079834 -- 2026-06-29 15:34:26.399[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016058921813965 -- 2026-06-29 15:34:26.839[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093638896942139 -- 2026-06-29 15:34:27.810[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 15:34:27.813[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018241405487061 -- 2026-06-29 15:34:27.815[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-29 15:34:27.816[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2970 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018148422241211 -- 2026-06-29 15:34:27.818[程明-2970] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2970 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099120140075684 -- 2026-06-29 15:34:30.506[程明-2970] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2970 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076761245727539 -- 2026-06-29 15:35:23.431[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094242095947266 -- 2026-06-29 15:35:24.633[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 15:35:24.635[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select payment_id from dbthird.thd_payment where oa_payment_id = 133484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 15:35:24.637[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145952 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-29 15:35:24.639[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 15:35:24.641[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015918016433716 -- 2026-06-29 15:35:24.689[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 15:35:24.691[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 15:35:24.692[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 15:35:24.694[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 15:35:24.734[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080349445343018 -- 2026-06-29 15:37:00.154[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094640254974365 -- 2026-06-29 15:37:00.592[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010040044784546 -- 2026-06-29 15:37:02.003[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 15:37:02.005[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select payment_id from dbthird.thd_payment where oa_payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018880367279053 -- 2026-06-29 15:37:02.007[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-29 15:37:02.009[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 15:37:02.011[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023877143859863 -- 2026-06-29 15:37:02.067[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-29 15:37:02.069[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 15:37:02.071[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016858577728271 -- 2026-06-29 15:37:02.073[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 15:37:02.111[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022166013717651 -- 2026-06-29 15:37:03.185[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076899528503418 -- 2026-06-29 15:37:03.656[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01009202003479 -- 2026-06-29 15:40:09.563 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-29 15:40:09.566 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0028948783874512 -- 2026-06-29 15:40:09.569 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GuoRongBo' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021030902862549 -- 2026-06-29 15:40:09.572[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011476039886475 -- 2026-06-29 15:40:09.947[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088939666748047 -- 2026-06-29 15:40:11.358[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 15:40:11.360[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select payment_id from dbthird.thd_payment where oa_payment_id = 133476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 15:40:11.362[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020570755004883 -- 2026-06-29 15:40:11.364[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 15:40:11.366[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014036893844604 -- 2026-06-29 15:40:11.411[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016489028930664 -- 2026-06-29 15:40:11.413[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721729 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014951229095459 -- 2026-06-29 15:40:11.415[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014910697937012 -- 2026-06-29 15:40:11.416[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-29 15:40:11.454[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008073091506958 -- 2026-06-29 15:40:13.222[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010433912277222 -- 2026-06-29 15:40:13.867[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020673990249634 -- 2026-06-29 15:40:15.105[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001478910446167 -- 2026-06-29 15:40:15.107[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select payment_id from dbthird.thd_payment where oa_payment_id = 133468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-29 15:40:15.108[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145936 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-29 15:40:15.110[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013527870178223 -- 2026-06-29 15:40:15.112[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014128684997559 -- 2026-06-29 15:40:15.145[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-29 15:40:15.146[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001352071762085 -- 2026-06-29 15:40:15.148[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013411045074463 -- 2026-06-29 15:40:15.149[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001370906829834 -- 2026-06-29 15:40:15.187[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011840105056763 -- 2026-06-29 15:40:15.983[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086472034454346 -- 2026-06-29 15:40:16.626[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010033130645752 -- 2026-06-29 15:40:17.913[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 15:40:17.915[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select payment_id from dbthird.thd_payment where oa_payment_id = 133466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 15:40:17.917[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145934 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023000240325928 -- 2026-06-29 15:40:17.919[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721606 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 15:40:17.921[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-29 15:40:17.954[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018668174743652 -- 2026-06-29 15:40:17.956[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721606 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 15:40:17.958[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 15:40:17.960[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 15:40:17.999[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091471672058105 -- 2026-06-29 15:40:28.930[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087530612945557 -- 2026-06-29 15:40:29.562[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010012149810791 -- 2026-06-29 15:40:30.787[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-29 15:40:30.789[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select payment_id from dbthird.thd_payment where oa_payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020120143890381 -- 2026-06-29 15:40:30.792[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145933 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024139881134033 -- 2026-06-29 15:40:30.794[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-29 15:40:30.796[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020051002502441 -- 2026-06-29 15:40:30.830[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001978874206543 -- 2026-06-29 15:40:30.832[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 15:40:30.834[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 15:40:30.836[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 15:40:30.874[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082271099090576 -- 2026-06-29 15:40:32.669[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020726919174194 -- 2026-06-29 15:40:33.278[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015588998794556 -- 2026-06-29 15:40:36.744[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50869 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50869 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024611949920654 -- 2026-06-29 15:40:36.747[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50869 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50869 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-29 15:40:36.749[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50869 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722361 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00189208984375 -- 2026-06-29 15:40:36.751[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50869 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020670890808105 -- 2026-06-29 15:40:36.785[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50869 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722361 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-29 15:40:36.787[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50869 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015909910202026 -- 2026-06-29 15:40:40.741[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50869 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090079307556152 -- 2026-06-29 15:40:41.386[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019471168518066 -- 2026-06-29 15:44:36.642[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017821788787842 -- 2026-06-29 15:44:36.644[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select payment_id from dbthird.thd_payment where oa_payment_id = 133491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 15:44:36.646[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145956 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002234935760498 -- 2026-06-29 15:44:36.649[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 15:44:36.651[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 15:44:36.685[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 15:44:36.687[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016608238220215 -- 2026-06-29 15:44:36.689[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001680850982666 -- 2026-06-29 15:44:36.691[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-29 15:44:36.731[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133491%22}&event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099420547485352 -- 2026-06-29 15:44:38.336[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012146949768066 -- 2026-06-29 15:44:38.821[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091800689697266 -- 2026-06-29 15:44:39.935[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133504 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017662048339844 -- 2026-06-29 15:44:39.937[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select payment_id from dbthird.thd_payment where oa_payment_id = 133504 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 15:44:39.939[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145966 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018079280853271 -- 2026-06-29 15:44:39.941[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722431 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-29 15:44:39.943[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 15:44:39.977[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 15:44:39.979[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722431 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-29 15:44:39.980[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-29 15:44:39.982[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 15:44:40.028[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021278142929077 -- 2026-06-29 15:44:40.702[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093159675598145 -- 2026-06-29 15:44:41.170[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016481161117554 -- 2026-06-29 15:44:42.177[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133502 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 15:44:42.179[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select payment_id from dbthird.thd_payment where oa_payment_id = 133502 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-29 15:44:42.181[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145964 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022478103637695 -- 2026-06-29 15:44:42.184[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-29 15:44:42.186[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013421058654785 -- 2026-06-29 15:44:42.231[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 15:44:42.233[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016708374023438 -- 2026-06-29 15:44:42.235[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-29 15:44:42.237[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-29 15:44:42.276[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015866994857788 -- 2026-06-29 15:44:42.899[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094239711761475 -- 2026-06-29 15:44:43.370[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021321773529053 -- 2026-06-29 15:44:44.419[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133500 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019850730895996 -- 2026-06-29 15:44:44.422[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select payment_id from dbthird.thd_payment where oa_payment_id = 133500 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020520687103271 -- 2026-06-29 15:44:44.424[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145962 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020251274108887 -- 2026-06-29 15:44:44.426[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722417 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018570423126221 -- 2026-06-29 15:44:44.428[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018870115280151 -- 2026-06-29 15:44:44.478[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020029544830322 -- 2026-06-29 15:44:44.480[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722417 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 15:44:44.482[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 15:44:44.484[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-29 15:44:44.522[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012623071670532 -- 2026-06-29 15:44:45.219[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081119537353516 -- 2026-06-29 15:44:45.689[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024553060531616 -- 2026-06-29 15:44:46.865[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133496 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001784086227417 -- 2026-06-29 15:44:46.867[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select payment_id from dbthird.thd_payment where oa_payment_id = 133496 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 15:44:46.869[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145958 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022151470184326 -- 2026-06-29 15:44:46.872[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017428398132324 -- 2026-06-29 15:44:46.874[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018208026885986 -- 2026-06-29 15:44:46.907[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-29 15:44:46.909[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016729831695557 -- 2026-06-29 15:44:46.911[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016651153564453 -- 2026-06-29 15:44:46.913[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 15:44:46.951[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013381004333496 -- 2026-06-29 15:44:47.774[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022978067398071 -- 2026-06-29 15:44:48.276[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093839168548584 -- 2026-06-29 15:46:43.564[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 15:46:43.566[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select payment_id from dbthird.thd_payment where oa_payment_id = 133465 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-29 15:46:43.568[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145933 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022399425506592 -- 2026-06-29 15:46:43.570[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-29 15:46:43.572[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018448829650879 -- 2026-06-29 15:46:43.642[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 15:46:43.644[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721586 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 15:46:43.646[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-29 15:46:43.648[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 15:46:43.690[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22133465%22%7D&event=edit_payment&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093080997467041 -- 2026-06-29 15:46:46.710[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133465 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095310211181641 -- 2026-06-29 15:46:47.390[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012927055358887 -- 2026-06-29 15:46:48.438[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 15:46:48.440[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select payment_id from dbthird.thd_payment where oa_payment_id = 133466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015289783477783 -- 2026-06-29 15:46:48.442[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145934 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-29 15:46:48.444[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721606 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013580322265625 -- 2026-06-29 15:46:48.446[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013309955596924 -- 2026-06-29 15:46:48.490[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015010833740234 -- 2026-06-29 15:46:48.492[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721606 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001338005065918 -- 2026-06-29 15:46:48.493[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013439655303955 -- 2026-06-29 15:46:48.495[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013740062713623 -- 2026-06-29 15:46:48.534[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077478885650635 -- 2026-06-29 15:46:50.017[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021405935287476 -- 2026-06-29 15:46:50.601[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012593984603882 -- 2026-06-29 15:46:51.638[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021390914916992 -- 2026-06-29 15:46:51.640[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select payment_id from dbthird.thd_payment where oa_payment_id = 133468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-29 15:46:51.642[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145936 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017318725585938 -- 2026-06-29 15:46:51.644[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015878677368164 -- 2026-06-29 15:46:51.646[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-29 15:46:51.680[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 15:46:51.682[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-29 15:46:51.683[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001582145690918 -- 2026-06-29 15:46:51.685[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-29 15:46:51.725[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020076036453247 -- 2026-06-29 15:46:53.409[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008965015411377 -- 2026-06-29 15:46:54.023[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096578598022461 -- 2026-06-29 15:46:55.494[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085031986236572 -- 2026-06-29 15:46:56.611[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133504 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 15:46:56.613[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select payment_id from dbthird.thd_payment where oa_payment_id = 133504 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 15:46:56.615[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145966 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021209716796875 -- 2026-06-29 15:46:56.617[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722431 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-29 15:46:56.618[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 15:46:56.651[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-29 15:46:56.653[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722431 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015909671783447 -- 2026-06-29 15:46:56.655[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-29 15:46:56.657[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015840530395508 -- 2026-06-29 15:46:56.694[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079770088195801 -- 2026-06-29 15:46:57.687[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081238746643066 -- 2026-06-29 15:46:58.142[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010069131851196 -- 2026-06-29 15:46:59.093[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133502 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-29 15:46:59.095[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select payment_id from dbthird.thd_payment where oa_payment_id = 133502 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024240016937256 -- 2026-06-29 15:46:59.097[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145964 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023560523986816 -- 2026-06-29 15:46:59.100[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-29 15:46:59.102[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019199848175049 -- 2026-06-29 15:46:59.135[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020508766174316 -- 2026-06-29 15:46:59.137[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-29 15:46:59.139[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018501281738281 -- 2026-06-29 15:46:59.141[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019011497497559 -- 2026-06-29 15:46:59.180[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091750621795654 -- 2026-06-29 15:47:00.273[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089058876037598 -- 2026-06-29 15:47:00.713[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012471914291382 -- 2026-06-29 15:47:01.735[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133500 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 15:47:01.737[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select payment_id from dbthird.thd_payment where oa_payment_id = 133500 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017349720001221 -- 2026-06-29 15:47:01.739[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145962 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020878314971924 -- 2026-06-29 15:47:01.741[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722417 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015420913696289 -- 2026-06-29 15:47:01.743[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016021728515625 -- 2026-06-29 15:47:01.776[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016701221466064 -- 2026-06-29 15:47:01.778[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722417 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 15:47:01.780[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015242099761963 -- 2026-06-29 15:47:01.781[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015859603881836 -- 2026-06-29 15:47:01.830[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088181495666504 -- 2026-06-29 15:47:02.931[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008958101272583 -- 2026-06-29 15:47:03.371[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011759996414185 -- 2026-06-29 15:47:04.354[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133496 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019400119781494 -- 2026-06-29 15:47:04.356[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select payment_id from dbthird.thd_payment where oa_payment_id = 133496 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019669532775879 -- 2026-06-29 15:47:04.358[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145958 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 15:47:04.360[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 15:47:04.362[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 15:47:04.397[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019588470458984 -- 2026-06-29 15:47:04.399[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017881393432617 -- 2026-06-29 15:47:04.401[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-29 15:47:04.403[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 15:47:04.443[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012425899505615 -- 2026-06-29 15:47:05.435[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011643886566162 -- 2026-06-29 15:47:05.874[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008342981338501 -- 2026-06-29 15:47:06.831[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 15:47:06.832[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select payment_id from dbthird.thd_payment where oa_payment_id = 133491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016868114471436 -- 2026-06-29 15:47:06.834[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145956 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019841194152832 -- 2026-06-29 15:47:06.836[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014801025390625 -- 2026-06-29 15:47:06.838[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01968789100647 -- 2026-06-29 15:47:06.890[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017111301422119 -- 2026-06-29 15:47:06.892[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014550685882568 -- 2026-06-29 15:47:06.893[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014760494232178 -- 2026-06-29 15:47:06.895[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-29 15:47:06.933[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088710784912109 -- 2026-06-29 15:47:07.852[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086750984191895 -- 2026-06-29 15:47:08.291[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077269077301025 -- 2026-06-29 15:48:49.497 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014669895172119 -- 2026-06-29 15:48:49.500 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0021891593933105 -- 2026-06-29 15:48:49.503 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ChengMing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008404016494751 -- 2026-06-29 15:50:27.559[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081901550292969 -- 2026-06-29 15:50:28.839[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133479 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-29 15:50:28.841[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select payment_id from dbthird.thd_payment where oa_payment_id = 133479 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016598701477051 -- 2026-06-29 15:50:28.843[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145947 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002079963684082 -- 2026-06-29 15:50:28.845[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722056 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014839172363281 -- 2026-06-29 15:50:28.847[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01807689666748 -- 2026-06-29 15:50:28.896[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016038417816162 -- 2026-06-29 15:50:28.898[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722056 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014560222625732 -- 2026-06-29 15:50:28.900[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 15:50:28.902[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 15:50:28.943[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009066104888916 -- 2026-06-29 15:50:30.720[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01364803314209 -- 2026-06-29 15:50:31.205[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020758867263794 -- 2026-06-29 15:50:32.272[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133475 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018241405487061 -- 2026-06-29 15:50:32.274[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select payment_id from dbthird.thd_payment where oa_payment_id = 133475 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018601417541504 -- 2026-06-29 15:50:32.276[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145943 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-29 15:50:32.278[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721723 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 15:50:32.280[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-29 15:50:32.314[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 15:50:32.316[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721723 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017211437225342 -- 2026-06-29 15:50:32.317[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 15:50:32.319[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 15:50:32.358[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093421936035156 -- 2026-06-29 15:50:33.908[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089631080627441 -- 2026-06-29 15:50:34.402[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010501146316528 -- 2026-06-29 15:50:35.402[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133474 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023159980773926 -- 2026-06-29 15:50:35.404[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select payment_id from dbthird.thd_payment where oa_payment_id = 133474 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019941329956055 -- 2026-06-29 15:50:35.406[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145942 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023210048675537 -- 2026-06-29 15:50:35.409[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-29 15:50:35.411[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022897005081177 -- 2026-06-29 15:50:35.466[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020120143890381 -- 2026-06-29 15:50:35.468[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 15:50:35.470[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018131732940674 -- 2026-06-29 15:50:35.472[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 15:50:35.511[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013643980026245 -- 2026-06-29 15:50:36.504[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096888542175293 -- 2026-06-29 15:50:36.973[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085279941558838 -- 2026-06-29 15:50:38.142[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133473 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017228126525879 -- 2026-06-29 15:50:38.144[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select payment_id from dbthird.thd_payment where oa_payment_id = 133473 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-29 15:50:38.146[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145941 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 15:50:38.148[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721689 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015687942504883 -- 2026-06-29 15:50:38.150[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-29 15:50:38.182[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 15:50:38.184[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721689 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-29 15:50:38.186[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 15:50:38.188[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 15:50:38.227[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097179412841797 -- 2026-06-29 15:50:44.366[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094599723815918 -- 2026-06-29 15:50:44.833[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092630386352539 -- 2026-06-29 15:50:45.930[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133472 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 15:50:45.932[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select payment_id from dbthird.thd_payment where oa_payment_id = 133472 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018651485443115 -- 2026-06-29 15:50:45.934[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145940 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 15:50:45.936[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721682 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 15:50:45.938[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017129898071289 -- 2026-06-29 15:50:45.987[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 15:50:45.989[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721682 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 15:50:45.991[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 15:50:45.993[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 15:50:46.031[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00754714012146 -- 2026-06-29 15:50:46.894[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089390277862549 -- 2026-06-29 15:50:47.352[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010061979293823 -- 2026-06-29 15:50:48.353[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133470 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-29 15:50:48.356[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select payment_id from dbthird.thd_payment where oa_payment_id = 133470 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019900798797607 -- 2026-06-29 15:50:48.358[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145938 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023810863494873 -- 2026-06-29 15:50:48.360[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721672 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 15:50:48.362[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022356986999512 -- 2026-06-29 15:50:48.418[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019879341125488 -- 2026-06-29 15:50:48.420[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721672 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-29 15:50:48.422[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 15:50:48.424[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 15:50:48.463[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093400478363037 -- 2026-06-29 15:50:49.131[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013337135314941 -- 2026-06-29 15:50:49.597[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087969303131104 -- 2026-06-29 15:50:52.358[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133469 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017068386077881 -- 2026-06-29 15:50:52.360[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select payment_id from dbthird.thd_payment where oa_payment_id = 133469 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-29 15:50:52.362[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145937 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 15:50:52.364[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721665 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-29 15:50:52.365[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019281148910522 -- 2026-06-29 15:50:52.416[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-29 15:50:52.418[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721665 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-29 15:50:52.420[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-29 15:50:52.421[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 15:50:52.459[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072531700134277 -- 2026-06-29 15:50:53.428[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017175912857056 -- 2026-06-29 15:50:53.878[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093991756439209 -- 2026-06-29 15:50:55.346[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79773 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-29 15:50:55.348[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79773 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021400451660156 -- 2026-06-29 15:50:55.351[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022380352020264 -- 2026-06-29 15:50:55.353[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-29 15:50:55.355[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 15:50:55.388[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018801689147949 -- 2026-06-29 15:50:55.429[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 15:50:55.431[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-29 15:50:55.432[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012676954269409 -- 2026-06-29 15:50:56.088[杨建辉-1344] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073578357696533 -- 2026-06-29 15:50:56.550[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092849731445312 -- 2026-06-29 15:51:31.501 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-29 15:51:31.505 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0024039745330811 -- 2026-06-29 15:51:31.508 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='YuZeXu' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020730495452881 -- 2026-06-29 15:51:31.510[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 23 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01844310760498 -- 2026-06-29 15:51:31.882[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089209079742432 -- 2026-06-29 15:51:32.866[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50627 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50627 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 15:51:32.868[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50627 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50627 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 15:51:32.870[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50627 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6689793 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016391277313232 -- 2026-06-29 15:51:32.872[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50627 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 15:51:32.906[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50627 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6689793 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016520023345947 -- 2026-06-29 15:51:32.908[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50627 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093650817871094 -- 2026-06-29 15:51:33.892[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50627 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089058876037598 -- 2026-06-29 15:51:34.346[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024810075759888 -- 2026-06-29 15:51:35.082[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8534 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019481182098389 -- 2026-06-29 15:51:35.084[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-29 15:51:35.086[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-29 15:51:35.120[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710722 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 15:51:35.122[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086798667907715 -- 2026-06-29 15:51:36.225[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228537%22}&event=edit_officialSeals&officialSeals_id=8537 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8537 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 15:51:36.227[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228537%22}&event=edit_officialSeals&officialSeals_id=8537 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 15:51:36.228[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228537%22}&event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 15:51:36.269[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228537%22}&event=edit_officialSeals&officialSeals_id=8537 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6711367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015702247619629 -- 2026-06-29 15:51:36.270[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228537%22}&event=edit_officialSeals&officialSeals_id=8537 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0065610408782959 -- 2026-06-29 15:51:36.336[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089221000671387 -- 2026-06-29 15:51:36.759[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009390115737915 -- 2026-06-29 15:51:57.790 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 15:51:57.793 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0027577877044678 -- 2026-06-29 15:51:57.796 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='KouBinNan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026688575744629 -- 2026-06-29 15:51:57.799[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 23 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078489780426025 -- 2026-06-29 15:52:02.601[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091769695281982 -- 2026-06-29 15:52:04.077[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133501 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 15:52:04.079[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select payment_id from dbthird.thd_payment where oa_payment_id = 133501 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 15:52:04.081[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145963 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001784086227417 -- 2026-06-29 15:52:04.083[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 15:52:04.085[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-29 15:52:04.119[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-29 15:52:04.121[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016200542449951 -- 2026-06-29 15:52:04.123[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-29 15:52:04.125[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-29 15:52:04.165[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133501 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01798415184021 -- 2026-06-29 15:52:05.606[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133501 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092501640319824 -- 2026-06-29 15:52:06.077[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013427972793579 -- 2026-06-29 15:55:20.177[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015108585357666 -- 2026-06-29 15:55:20.253[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030109882354736 -- 2026-06-29 15:55:20.287[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79873 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082938671112061 -- 2026-06-29 15:55:28.353[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074179172515869 -- 2026-06-29 15:55:35.793[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016136169433594 -- 2026-06-29 15:55:38.506[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79872 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002004861831665 -- 2026-06-29 15:55:38.508[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79872 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023069381713867 -- 2026-06-29 15:55:38.511[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79872 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020589828491211 -- 2026-06-29 15:55:38.513[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79872 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018081665039062 -- 2026-06-29 15:55:38.515[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-29 15:55:38.549[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-29 15:55:38.590[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722503 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 15:55:38.592[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087130069732666 -- 2026-06-29 15:55:39.350[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094048976898193 -- 2026-06-29 15:55:39.763[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084011554718018 -- 2026-06-29 15:55:40.592[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79870 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017621517181396 -- 2026-06-29 15:55:40.594[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79870 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020291805267334 -- 2026-06-29 15:55:40.596[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79870 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 15:55:40.598[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79870 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-29 15:55:40.599[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016028881072998 -- 2026-06-29 15:55:40.633[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-29 15:55:40.673[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722465 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015420913696289 -- 2026-06-29 15:55:40.675[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090219974517822 -- 2026-06-29 15:55:41.310[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090339183807373 -- 2026-06-29 15:55:41.807[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092229843139648 -- 2026-06-29 15:55:43.066[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79870 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019690990447998 -- 2026-06-29 15:55:43.069[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79870 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-29 15:55:43.070[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79870 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 15:55:43.073[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79870 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 15:55:43.074[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 15:55:43.108[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018000602722168 -- 2026-06-29 15:55:43.149[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722465 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-29 15:55:43.151[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01921820640564 -- 2026-06-29 15:55:44.325[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017632961273193 -- 2026-06-29 15:55:44.636[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093729496002197 -- 2026-06-29 15:55:47.902[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019490003585815 -- 2026-06-29 15:55:52.022[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090641975402832 -- 2026-06-29 15:56:37.779[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097088813781738 -- 2026-06-29 15:56:54.651[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 15:56:54.701[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013720035552979 -- 2026-06-29 15:56:56.131[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-29 15:56:56.237[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026750564575195 -- 2026-06-29 15:56:56.270[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79873 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034160614013672 -- 2026-06-29 15:56:56.274[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14259 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088920593261719 -- 2026-06-29 15:57:27.146[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-29 15:57:27.234[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002964973449707 -- 2026-06-29 15:57:27.277[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79873 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026991367340088 -- 2026-06-29 15:57:27.280[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14259 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091938972473145 -- 2026-06-29 15:57:40.739[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-29 15:57:40.837[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029168128967285 -- 2026-06-29 15:57:40.871[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79873 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028650760650635 -- 2026-06-29 15:57:40.874[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14259 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098059177398682 -- 2026-06-29 15:57:41.160[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074601173400879 -- 2026-06-29 15:58:08.991[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014500617980957 -- 2026-06-29 15:58:09.057[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028400421142578 -- 2026-06-29 15:58:09.091[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009904146194458 -- 2026-06-29 15:59:46.094[慕杨-2786] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022446870803833 -- 2026-06-29 16:00:00.781[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001690149307251 -- 2026-06-29 16:00:00.820[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073320865631104 -- 2026-06-29 16:00:03.227[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014400482177734 -- 2026-06-29 16:00:03.334[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027310848236084 -- 2026-06-29 16:00:03.369[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028600692749023 -- 2026-06-29 16:00:03.372[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010247945785522 -- 2026-06-29 16:00:51.102[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250412%22}&event=edit_fareApply&fareApply_id=50412 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50412 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020589828491211 -- 2026-06-29 16:00:51.104[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250412%22}&event=edit_fareApply&fareApply_id=50412 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50412 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024518966674805 -- 2026-06-29 16:00:51.107[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250412%22}&event=edit_fareApply&fareApply_id=50412 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6657545 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019838809967041 -- 2026-06-29 16:00:51.109[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250412%22}&event=edit_fareApply&fareApply_id=50412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020871162414551 -- 2026-06-29 16:00:51.156[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250412%22}&event=edit_fareApply&fareApply_id=50412 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6657545 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019149780273438 -- 2026-06-29 16:00:51.158[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250412%22}&event=edit_fareApply&fareApply_id=50412 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093398094177246 -- 2026-06-29 16:00:52.849[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023000240325928 -- 2026-06-29 16:00:52.852[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023238658905029 -- 2026-06-29 16:00:52.854[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 16:00:52.856[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-29 16:00:52.858[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2544 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010192155838013 -- 2026-06-29 16:00:54.560[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50811 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 16:00:54.562[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022064924240112 -- 2026-06-29 16:00:54.618[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-29 16:00:54.620[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 16:00:54.623[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018041133880615 -- 2026-06-29 16:00:54.656[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 16:00:54.658[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010836124420166 -- 2026-06-29 16:00:54.945[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%刘晓进-司机%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022429943084717 -- 2026-06-29 16:00:55.077[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%刘晓进%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019248008728027 -- 2026-06-29 16:00:55.234[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%郑州车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009882926940918 -- 2026-06-29 16:00:55.388[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079360008239746 -- 2026-06-29 16:00:55.521[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016500949859619 -- 2026-06-29 16:00:55.523[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009882926940918 -- 2026-06-29 16:01:01.191[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 16:01:01.287[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032331943511963 -- 2026-06-29 16:01:01.321[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034959316253662 -- 2026-06-29 16:01:01.325[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015259027481079 -- 2026-06-29 16:01:02.791[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-29 16:01:02.887[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032129287719727 -- 2026-06-29 16:01:02.921[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028979778289795 -- 2026-06-29 16:01:02.924[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084598064422607 -- 2026-06-29 16:01:20.740[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 16:01:20.838[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030050277709961 -- 2026-06-29 16:01:20.871[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029120445251465 -- 2026-06-29 16:01:20.874[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093448162078857 -- 2026-06-29 16:01:22.232[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 16:01:22.338[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033998489379883 -- 2026-06-29 16:01:22.382[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 2786,updatedby_id = 2786 where extrafareApply_id = 79874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003108024597168 -- 2026-06-29 16:01:22.385[慕杨-2786] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 2786,updatedby_id = 2786 where otherfee_id = 14260 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084540843963623 -- 2026-06-29 16:01:22.650[慕杨-2786] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2786 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019315958023071 -- 2026-06-29 16:02:21.669[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 16:02:21.671[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select payment_id from dbthird.thd_payment where oa_payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 16:02:21.673[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145917 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021238327026367 -- 2026-06-29 16:02:21.676[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016858577728271 -- 2026-06-29 16:02:21.677[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-29 16:02:21.746[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 16:02:21.748[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001622200012207 -- 2026-06-29 16:02:21.750[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016250610351562 -- 2026-06-29 16:02:21.752[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016601085662842 -- 2026-06-29 16:02:21.793[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097501277923584 -- 2026-06-29 16:02:30.119[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091021060943604 -- 2026-06-29 16:02:30.561[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099749565124512 -- 2026-06-29 16:02:32.205[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 16:02:32.207[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select payment_id from dbthird.thd_payment where oa_payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-29 16:02:32.209[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145917 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017178058624268 -- 2026-06-29 16:02:32.211[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015830993652344 -- 2026-06-29 16:02:32.212[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019544124603271 -- 2026-06-29 16:02:32.264[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 16:02:32.266[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 16:02:32.268[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 16:02:32.269[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 16:02:32.311[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22133449%22}&event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010335206985474 -- 2026-06-29 16:11:12.286 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020229816436768 -- 2026-06-29 16:11:12.290 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0029160976409912 -- 2026-06-29 16:11:12.293 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='TangLing' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021929740905762 -- 2026-06-29 16:11:12.295[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 23 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094690322875977 -- 2026-06-29 16:11:12.623[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077447891235352 -- 2026-06-29 16:11:14.532[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-29 16:11:14.534[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select payment_id from dbthird.thd_payment where oa_payment_id = 133464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 16:11:14.536[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145932 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015120506286621 -- 2026-06-29 16:11:14.538[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013599395751953 -- 2026-06-29 16:11:14.540[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015151500701904 -- 2026-06-29 16:11:14.573[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-29 16:11:14.575[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013470649719238 -- 2026-06-29 16:11:14.576[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001349925994873 -- 2026-06-29 16:11:14.578[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013999938964844 -- 2026-06-29 16:11:14.617[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010209798812866 -- 2026-06-29 16:11:17.016[唐玲-1660] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014597177505493 -- 2026-06-29 16:11:17.641[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016359806060791 -- 2026-06-29 16:11:19.132[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017662048339844 -- 2026-06-29 16:11:19.134[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select payment_id from dbthird.thd_payment where oa_payment_id = 133433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 16:11:19.136[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-29 16:11:19.138[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719600 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016469955444336 -- 2026-06-29 16:11:19.140[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024470090866089 -- 2026-06-29 16:11:19.207[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017931461334229 -- 2026-06-29 16:11:19.209[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719600 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 16:11:19.210[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016329288482666 -- 2026-06-29 16:11:19.212[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 16:11:19.253[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098721981048584 -- 2026-06-29 16:11:20.776[唐玲-1660] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081517696380615 -- 2026-06-29 16:11:21.421[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016165971755981 -- 2026-06-29 16:11:22.833[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 16:11:22.835[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select payment_id from dbthird.thd_payment where oa_payment_id = 133347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017478466033936 -- 2026-06-29 16:11:22.836[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145823 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021679401397705 -- 2026-06-29 16:11:22.839[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713653 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015788078308105 -- 2026-06-29 16:11:22.840[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019251823425293 -- 2026-06-29 16:11:22.891[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 16:11:22.893[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713653 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-29 16:11:22.895[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015640258789062 -- 2026-06-29 16:11:22.897[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016391277313232 -- 2026-06-29 16:11:22.938[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086798667907715 -- 2026-06-29 16:11:25.726[唐玲-1660] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019052982330322 -- 2026-06-29 16:11:26.423[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096359252929688 -- 2026-06-29 16:11:27.741[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018448829650879 -- 2026-06-29 16:11:27.743[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select payment_id from dbthird.thd_payment where oa_payment_id = 133344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019011497497559 -- 2026-06-29 16:11:27.745[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145820 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 16:11:27.747[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713608 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017178058624268 -- 2026-06-29 16:11:27.749[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017081022262573 -- 2026-06-29 16:11:27.799[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018918514251709 -- 2026-06-29 16:11:27.801[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713608 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 16:11:27.803[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 16:11:27.805[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 16:11:27.845[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013334035873413 -- 2026-06-29 16:11:29.463[唐玲-1660] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096890926361084 -- 2026-06-29 16:11:30.169[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022069931030273 -- 2026-06-29 16:11:31.440[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 16:11:31.442[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select payment_id from dbthird.thd_payment where oa_payment_id = 133343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 16:11:31.443[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145819 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 16:11:31.445[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713583 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016369819641113 -- 2026-06-29 16:11:31.447[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-29 16:11:31.491[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017058849334717 -- 2026-06-29 16:11:31.493[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713583 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015859603881836 -- 2026-06-29 16:11:31.494[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015888214111328 -- 2026-06-29 16:11:31.496[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 16:11:31.534[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021704912185669 -- 2026-06-29 16:11:32.819[唐玲-1660] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011109113693237 -- 2026-06-29 16:11:33.399[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01084303855896 -- 2026-06-29 16:11:34.599[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002385139465332 -- 2026-06-29 16:11:34.601[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select payment_id from dbthird.thd_payment where oa_payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023789405822754 -- 2026-06-29 16:11:34.604[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145818 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023298263549805 -- 2026-06-29 16:11:34.606[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 16:11:34.608[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021425008773804 -- 2026-06-29 16:11:34.663[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020949840545654 -- 2026-06-29 16:11:34.665[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-29 16:11:34.667[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018861293792725 -- 2026-06-29 16:11:34.669[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 16:11:34.711[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020350933074951 -- 2026-06-29 16:11:36.206[唐玲-1660] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080740451812744 -- 2026-06-29 16:11:36.849[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009357213973999 -- 2026-06-29 16:11:38.203[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 16:11:38.205[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select payment_id from dbthird.thd_payment where oa_payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 16:11:38.207[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145818 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 16:11:38.208[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-29 16:11:38.210[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 16:11:38.244[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select * from dbsys.sys_contact where cont_id = 1660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017578601837158 -- 2026-06-29 16:11:38.246[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 16:11:38.248[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017387866973877 -- 2026-06-29 16:11:38.250[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 16:11:38.287[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020426034927368 -- 2026-06-29 16:11:39.718[唐玲-1660] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1660 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093739032745361 -- 2026-06-29 16:13:20.853[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8543 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 16:13:20.855[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015640258789062 -- 2026-06-29 16:13:20.857[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016601085662842 -- 2026-06-29 16:13:20.890[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722598 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014908313751221 -- 2026-06-29 16:13:20.892[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098299980163574 -- 2026-06-29 16:13:25.402[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021371841430664 -- 2026-06-29 16:13:25.845[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081088542938232 -- 2026-06-29 16:13:26.399[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8543 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-29 16:13:26.401[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 16:13:26.402[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-29 16:13:26.436[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722598 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 16:13:26.438[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228543%22}&event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095229148864746 -- 2026-06-29 16:16:28.852 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018517971038818 -- 2026-06-29 16:16:28.855 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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.0027701854705811 -- 2026-06-29 16:16:28.858 -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 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='ZhuGuoCheng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020179748535156 -- 2026-06-29 16:16:28.861[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 16:16:28.868[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 31 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029768943786621 -- 2026-06-29 16:16:28.871[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select count(1) cnt from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.parent_cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 16:16:28.873[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select a.root_acct_id, a.acct_id from dbsys.sys_contact c left join dbsys.sys_acct a on c.acct_id = a.acct_id where c.cont_id = 31 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018470287322998 -- 2026-06-29 16:16:28.875[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 16:16:28.877[超级管理员-31] -- /buz/oa/index.php/oamgmt/change_isSwitchAcct?appid=ww5262fb147810c303&agentid=1000022 select ap.para_value from dbsys.sys_acct_para ap left join dbconfig.config_para a on ap.para_id = a.para_id where ap.acct_id in (2) and a.tag = 'base_multiAccount_switchModeId' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096251964569092 -- 2026-06-29 16:20:18.297[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019942045211792 -- 2026-06-29 16:20:20.288[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133504 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 16:20:20.290[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select payment_id from dbthird.thd_payment where oa_payment_id = 133504 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 16:20:20.292[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145966 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001884937286377 -- 2026-06-29 16:20:20.294[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722431 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 16:20:20.296[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 16:20:20.330[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-29 16:20:20.332[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722431 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 16:20:20.334[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 16:20:20.336[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-29 16:20:20.375[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090310573577881 -- 2026-06-29 16:20:21.521[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133504 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01678991317749 -- 2026-06-29 16:20:22.170[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091900825500488 -- 2026-06-29 16:20:23.627[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133502 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 16:20:23.629[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select payment_id from dbthird.thd_payment where oa_payment_id = 133502 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 16:20:23.631[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145964 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-29 16:20:23.633[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-29 16:20:23.634[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 16:20:23.668[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-29 16:20:23.669[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 16:20:23.671[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015721321105957 -- 2026-06-29 16:20:23.673[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-29 16:20:23.711[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009904146194458 -- 2026-06-29 16:20:24.407[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133502 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092270374298096 -- 2026-06-29 16:20:25.012[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092349052429199 -- 2026-06-29 16:20:27.767[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133500 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017561912536621 -- 2026-06-29 16:20:27.769[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select payment_id from dbthird.thd_payment where oa_payment_id = 133500 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018339157104492 -- 2026-06-29 16:20:27.771[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145962 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017819404602051 -- 2026-06-29 16:20:27.773[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722417 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001640796661377 -- 2026-06-29 16:20:27.775[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017068386077881 -- 2026-06-29 16:20:27.810[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 16:20:27.812[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722417 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016498565673828 -- 2026-06-29 16:20:27.814[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-29 16:20:27.815[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 16:20:27.856[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02082896232605 -- 2026-06-29 16:20:28.754[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133500 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010178804397583 -- 2026-06-29 16:20:29.338[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01030707359314 -- 2026-06-29 16:20:30.728[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133496 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002007007598877 -- 2026-06-29 16:20:30.731[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select payment_id from dbthird.thd_payment where oa_payment_id = 133496 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020859241485596 -- 2026-06-29 16:20:30.733[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145958 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024001598358154 -- 2026-06-29 16:20:30.735[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002202033996582 -- 2026-06-29 16:20:30.738[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-29 16:20:30.772[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002061128616333 -- 2026-06-29 16:20:30.774[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019228458404541 -- 2026-06-29 16:20:30.776[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-29 16:20:30.778[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019309520721436 -- 2026-06-29 16:20:30.828[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077700614929199 -- 2026-06-29 16:20:31.481[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133496 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089521408081055 -- 2026-06-29 16:20:32.092[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019074201583862 -- 2026-06-29 16:20:33.552[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019409656524658 -- 2026-06-29 16:20:33.554[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select payment_id from dbthird.thd_payment where oa_payment_id = 133491 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019791126251221 -- 2026-06-29 16:20:33.557[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145956 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019440650939941 -- 2026-06-29 16:20:33.559[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-29 16:20:33.561[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 16:20:33.594[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019979476928711 -- 2026-06-29 16:20:33.596[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 16:20:33.598[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 16:20:33.600[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-29 16:20:33.638[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013258218765259 -- 2026-06-29 16:20:34.602[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133491 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019163846969604 -- 2026-06-29 16:20:35.212[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014156103134155 -- 2026-06-29 16:20:36.593[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 16:20:36.595[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select payment_id from dbthird.thd_payment where oa_payment_id = 133484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018978118896484 -- 2026-06-29 16:20:36.597[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145952 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022509098052979 -- 2026-06-29 16:20:36.600[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001723051071167 -- 2026-06-29 16:20:36.602[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017721652984619 -- 2026-06-29 16:20:36.635[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 16:20:36.637[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-29 16:20:36.639[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 16:20:36.641[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-29 16:20:36.681[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0209801197052 -- 2026-06-29 16:20:38.662[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133484 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085930824279785 -- 2026-06-29 16:20:39.281[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023401021957397 -- 2026-06-29 16:20:40.544[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133479 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016610622406006 -- 2026-06-29 16:20:40.546[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select payment_id from dbthird.thd_payment where oa_payment_id = 133479 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 16:20:40.548[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145947 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 16:20:40.550[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722056 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015468597412109 -- 2026-06-29 16:20:40.552[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015919208526611 -- 2026-06-29 16:20:40.585[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 16:20:40.587[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722056 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 16:20:40.589[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-29 16:20:40.591[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015730857849121 -- 2026-06-29 16:20:40.629[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083091259002686 -- 2026-06-29 16:20:46.342[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095129013061523 -- 2026-06-29 16:20:46.927[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086731910705566 -- 2026-06-29 16:20:48.306[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133475 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 16:20:48.308[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select payment_id from dbthird.thd_payment where oa_payment_id = 133475 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017008781433105 -- 2026-06-29 16:20:48.310[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145943 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002100944519043 -- 2026-06-29 16:20:48.312[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721723 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015559196472168 -- 2026-06-29 16:20:48.314[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-29 16:20:48.348[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 16:20:48.350[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721723 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015358924865723 -- 2026-06-29 16:20:48.351[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015418529510498 -- 2026-06-29 16:20:48.353[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 16:20:48.403[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089750289916992 -- 2026-06-29 16:20:50.357[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090398788452148 -- 2026-06-29 16:20:51.162[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010290145874023 -- 2026-06-29 16:20:52.243[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133474 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019581317901611 -- 2026-06-29 16:20:52.246[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select payment_id from dbthird.thd_payment where oa_payment_id = 133474 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020339488983154 -- 2026-06-29 16:20:52.248[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145942 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-29 16:20:52.250[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-29 16:20:52.252[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-29 16:20:52.286[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019888877868652 -- 2026-06-29 16:20:52.288[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001838207244873 -- 2026-06-29 16:20:52.290[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 16:20:52.292[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018701553344727 -- 2026-06-29 16:20:52.332[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012809038162231 -- 2026-06-29 16:20:54.435[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016912937164307 -- 2026-06-29 16:20:55.095[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016660928726196 -- 2026-06-29 16:20:56.380[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133473 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 16:20:56.382[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select payment_id from dbthird.thd_payment where oa_payment_id = 133473 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016748905181885 -- 2026-06-29 16:20:56.383[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145941 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 16:20:56.385[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721689 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014891624450684 -- 2026-06-29 16:20:56.387[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01442813873291 -- 2026-06-29 16:20:56.433[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-29 16:20:56.435[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721689 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015048980712891 -- 2026-06-29 16:20:56.437[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-29 16:20:56.438[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 16:20:56.476[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079300403594971 -- 2026-06-29 16:20:57.376[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133473 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084879398345947 -- 2026-06-29 16:20:58.001[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009937047958374 -- 2026-06-29 16:20:59.229[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133472 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019369125366211 -- 2026-06-29 16:20:59.231[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select payment_id from dbthird.thd_payment where oa_payment_id = 133472 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020210742950439 -- 2026-06-29 16:20:59.233[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145940 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023829936981201 -- 2026-06-29 16:20:59.235[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721682 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 16:20:59.237[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013489007949829 -- 2026-06-29 16:20:59.283[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-29 16:20:59.285[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721682 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 16:20:59.287[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 16:20:59.289[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 16:20:59.328[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077090263366699 -- 2026-06-29 16:21:00.405[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133472 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023308992385864 -- 2026-06-29 16:21:01.021[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016024112701416 -- 2026-06-29 16:21:02.339[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133470 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022809505462646 -- 2026-06-29 16:21:02.341[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select payment_id from dbthird.thd_payment where oa_payment_id = 133470 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022790431976318 -- 2026-06-29 16:21:02.344[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145938 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002251148223877 -- 2026-06-29 16:21:02.346[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721672 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 16:21:02.348[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017306089401245 -- 2026-06-29 16:21:02.397[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-29 16:21:02.399[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721672 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017850399017334 -- 2026-06-29 16:21:02.401[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 16:21:02.403[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 16:21:02.452[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015686988830566 -- 2026-06-29 16:21:03.294[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133470 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01190185546875 -- 2026-06-29 16:21:03.890[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014626979827881 -- 2026-06-29 16:21:05.207[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133469 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017971992492676 -- 2026-06-29 16:21:05.209[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select payment_id from dbthird.thd_payment where oa_payment_id = 133469 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018439292907715 -- 2026-06-29 16:21:05.211[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145937 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-29 16:21:05.213[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721665 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 16:21:05.215[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018789052963257 -- 2026-06-29 16:21:05.266[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-29 16:21:05.268[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721665 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-29 16:21:05.270[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-29 16:21:05.271[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 16:21:05.310[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01004695892334 -- 2026-06-29 16:21:08.563[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133469 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024333953857422 -- 2026-06-29 16:21:09.158[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020490884780884 -- 2026-06-29 16:21:10.444[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133284 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 16:21:10.446[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select payment_id from dbthird.thd_payment where oa_payment_id = 133284 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022950172424316 -- 2026-06-29 16:21:10.448[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145761 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00223708152771 -- 2026-06-29 16:21:10.451[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6709518 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 16:21:10.453[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017828941345215 -- 2026-06-29 16:21:10.486[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018739700317383 -- 2026-06-29 16:21:10.488[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6709518 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 16:21:10.490[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-29 16:21:10.492[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-29 16:21:10.531[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010755062103271 -- 2026-06-29 16:21:52.021[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133284 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020499229431152 -- 2026-06-29 16:21:52.023[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select payment_id from dbthird.thd_payment where oa_payment_id = 133284 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002094030380249 -- 2026-06-29 16:21:52.025[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145761 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024378299713135 -- 2026-06-29 16:21:52.028[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6709518 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020139217376709 -- 2026-06-29 16:21:52.030[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020555019378662 -- 2026-06-29 16:21:52.083[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020639896392822 -- 2026-06-29 16:21:52.085[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6709518 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 16:21:52.087[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 16:21:52.089[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019590854644775 -- 2026-06-29 16:21:52.127[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009253978729248 -- 2026-06-29 16:26:09.483[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133284 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086390972137451 -- 2026-06-29 16:26:10.232[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098381042480469 -- 2026-06-29 16:26:11.673[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79773 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024080276489258 -- 2026-06-29 16:26:11.676[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79773 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023329257965088 -- 2026-06-29 16:26:11.678[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023288726806641 -- 2026-06-29 16:26:11.681[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 16:26:11.683[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 16:26:11.717[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019731521606445 -- 2026-06-29 16:26:11.759[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 16:26:11.761[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-29 16:26:11.763[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077478885650635 -- 2026-06-29 16:26:27.566[郭荣波-35] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012758016586304 -- 2026-06-29 16:26:28.407[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010091066360474 -- 2026-06-29 16:26:30.597[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79773 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020661354064941 -- 2026-06-29 16:26:30.599[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79773 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022940635681152 -- 2026-06-29 16:26:30.602[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002424955368042 -- 2026-06-29 16:26:30.604[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79773 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 16:26:30.606[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018332004547119 -- 2026-06-29 16:26:30.639[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019741058349609 -- 2026-06-29 16:26:30.680[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 16:26:30.682[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017750263214111 -- 2026-06-29 16:26:30.684[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79773 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093419551849365 -- 2026-06-29 16:26:35.394[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0106520652771 -- 2026-06-29 16:26:37.434[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50875 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50875 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023250579833984 -- 2026-06-29 16:26:37.436[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50875 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002708911895752 -- 2026-06-29 16:26:37.439[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50875 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722651 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 16:26:37.441[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50875 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020079612731934 -- 2026-06-29 16:26:37.475[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50875 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722651 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018432140350342 -- 2026-06-29 16:26:37.477[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50875 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009443998336792 -- 2026-06-29 16:26:45.237[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50875 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011569976806641 -- 2026-06-29 16:26:46.060[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012344121932983 -- 2026-06-29 16:26:47.361[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50859 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50859 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 16:26:47.363[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50859 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 16:26:47.365[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50859 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721502 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015859603881836 -- 2026-06-29 16:26:47.367[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 16:26:47.401[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50859 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721502 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015771389007568 -- 2026-06-29 16:26:47.403[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023207902908325 -- 2026-06-29 16:26:49.902[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50859 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083820819854736 -- 2026-06-29 16:26:50.521[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011798143386841 -- 2026-06-29 16:26:51.690[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50749 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50749 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022549629211426 -- 2026-06-29 16:26:51.692[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50749 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50749 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022091865539551 -- 2026-06-29 16:26:51.695[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50749 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6709096 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 16:26:51.697[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50749 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 16:26:51.730[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50749 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6709096 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-29 16:26:51.732[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50749 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082008838653564 -- 2026-06-29 16:26:57.326[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50749 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085208415985107 -- 2026-06-29 16:26:57.921[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084409713745117 -- 2026-06-29 16:26:59.420[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50704 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50704 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020751953125 -- 2026-06-29 16:26:59.422[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50704 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50704 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020480155944824 -- 2026-06-29 16:26:59.424[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50704 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6700012 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 16:26:59.426[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50704 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 16:26:59.460[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50704 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6700012 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015149116516113 -- 2026-06-29 16:26:59.462[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50704 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076968669891357 -- 2026-06-29 16:27:03.050[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50704 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015790939331055 -- 2026-06-29 16:27:03.667[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018121004104614 -- 2026-06-29 16:27:04.875[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50685 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50685 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 16:27:04.877[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50685 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50685 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 16:27:04.879[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50685 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6697404 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 16:27:04.881[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50685 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 16:27:04.914[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50685 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6697404 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 16:27:04.916[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50685 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094349384307861 -- 2026-06-29 16:27:06.562[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50685 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01970100402832 -- 2026-06-29 16:27:07.196[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098550319671631 -- 2026-06-29 16:27:08.312[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50682 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023679733276367 -- 2026-06-29 16:27:08.314[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50682 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022809505462646 -- 2026-06-29 16:27:08.317[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6697315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-29 16:27:08.319[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023500919342041 -- 2026-06-29 16:27:08.353[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6697315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017728805541992 -- 2026-06-29 16:27:08.355[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011883020401001 -- 2026-06-29 16:27:18.390[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50682 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080249309539795 -- 2026-06-29 16:27:18.940[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091440677642822 -- 2026-06-29 16:27:20.287[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50651 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50651 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022218227386475 -- 2026-06-29 16:27:20.289[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50651 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50651 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022809505462646 -- 2026-06-29 16:27:20.292[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50651 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6692149 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016741752624512 -- 2026-06-29 16:27:20.294[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022079944610596 -- 2026-06-29 16:27:20.328[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50651 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6692149 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 16:27:20.330[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022809028625488 -- 2026-06-29 16:27:22.577[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067319869995117 -- 2026-06-29 16:27:23.180[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010934114456177 -- 2026-06-29 16:27:24.300[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50612 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50612 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 16:27:24.301[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50612 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50612 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-29 16:27:24.303[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50612 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6686934 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013999938964844 -- 2026-06-29 16:27:24.305[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022408962249756 -- 2026-06-29 16:27:24.359[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50612 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6686934 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014100074768066 -- 2026-06-29 16:27:24.361[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094289779663086 -- 2026-06-29 16:27:26.757[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024225950241089 -- 2026-06-29 16:27:27.373[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086410045623779 -- 2026-06-29 16:27:28.466[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50373 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50373 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024020671844482 -- 2026-06-29 16:27:28.469[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50373 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50373 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-29 16:27:28.471[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50373 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6655134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 16:27:28.473[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-29 16:27:28.506[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50373 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6655134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 16:27:28.508[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093991756439209 -- 2026-06-29 16:27:30.162[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50373 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02176308631897 -- 2026-06-29 16:27:30.760[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084788799285889 -- 2026-06-29 16:30:10.970[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098798274993896 -- 2026-06-29 16:30:12.301[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50652 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-29 16:30:12.303[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50652 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023751258850098 -- 2026-06-29 16:30:12.306[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6692238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 16:30:12.308[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016790151596069 -- 2026-06-29 16:30:12.357[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6692238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 16:30:12.359[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074589252471924 -- 2026-06-29 16:30:15.454[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019814014434814 -- 2026-06-29 16:30:16.107[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098450183868408 -- 2026-06-29 16:30:18.505[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50345 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019800662994385 -- 2026-06-29 16:30:18.508[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50345 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-29 16:30:18.510[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651412 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 16:30:18.512[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020101070404053 -- 2026-06-29 16:30:18.546[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651412 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 16:30:18.548[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093920230865479 -- 2026-06-29 16:30:43.639[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010159969329834 -- 2026-06-29 16:30:44.306[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096611976623535 -- 2026-06-29 16:30:46.000[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50670 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50670 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024709701538086 -- 2026-06-29 16:30:46.002[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50670 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024528503417969 -- 2026-06-29 16:30:46.005[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50670 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6695947 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001788854598999 -- 2026-06-29 16:30:46.007[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50670 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 16:30:46.040[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50670 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6695947 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 16:30:46.042[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50670 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0102219581604 -- 2026-06-29 16:30:50.349[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50670 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084729194641113 -- 2026-06-29 16:30:50.952[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010531902313232 -- 2026-06-29 16:30:52.335[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50866 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50866 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021829605102539 -- 2026-06-29 16:30:52.337[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50866 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50866 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020589828491211 -- 2026-06-29 16:30:52.340[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50866 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722057 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019261837005615 -- 2026-06-29 16:30:52.342[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50866 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002140998840332 -- 2026-06-29 16:30:52.376[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50866 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722057 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019409656524658 -- 2026-06-29 16:30:52.378[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50866 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010095119476318 -- 2026-06-29 16:30:57.844[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50866 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012444972991943 -- 2026-06-29 16:30:58.487[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011707782745361 -- 2026-06-29 16:31:00.319[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50344 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-29 16:31:00.321[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50344 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50344 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-29 16:31:00.324[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50344 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6651341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014019012451172 -- 2026-06-29 16:31:00.325[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017008781433105 -- 2026-06-29 16:31:00.359[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50344 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6651341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013899803161621 -- 2026-06-29 16:31:00.361[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018672943115234 -- 2026-06-29 16:31:03.550[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016094923019409 -- 2026-06-29 16:31:04.428[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133326 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-29 16:31:04.430[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select payment_id from dbthird.thd_payment where oa_payment_id = 133326 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015408992767334 -- 2026-06-29 16:31:04.432[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145803 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-29 16:31:04.434[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6710868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014269351959229 -- 2026-06-29 16:31:04.435[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018270969390869 -- 2026-06-29 16:31:04.487[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015780925750732 -- 2026-06-29 16:31:04.489[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013818740844727 -- 2026-06-29 16:31:04.490[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013599395751953 -- 2026-06-29 16:31:04.492[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013840198516846 -- 2026-06-29 16:31:04.532[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133326 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082859992980957 -- 2026-06-29 16:31:05.132[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133326 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011022090911865 -- 2026-06-29 16:31:05.557[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084779262542725 -- 2026-06-29 16:31:05.635[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093789100646973 -- 2026-06-29 16:31:06.237[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092160701751709 -- 2026-06-29 16:35:15.361[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250877%22%7D&event=edit_fareApply&fareApply_id=50877 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50877 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018391609191895 -- 2026-06-29 16:35:15.363[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250877%22%7D&event=edit_fareApply&fareApply_id=50877 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50877 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022611618041992 -- 2026-06-29 16:35:15.366[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250877%22%7D&event=edit_fareApply&fareApply_id=50877 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722708 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 16:35:15.368[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250877%22%7D&event=edit_fareApply&fareApply_id=50877 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018539428710938 -- 2026-06-29 16:35:15.424[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250877%22%7D&event=edit_fareApply&fareApply_id=50877 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722708 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 16:35:15.426[姜维华-529] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250877%22%7D&event=edit_fareApply&fareApply_id=50877 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 529 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021034955978394 -- 2026-06-29 16:35:31.999[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092818737030029 -- 2026-06-29 16:35:35.206[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082769393920898 -- 2026-06-29 16:36:08.990[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009443998336792 -- 2026-06-29 16:38:47.219[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018041133880615 -- 2026-06-29 16:38:47.221[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select payment_id from dbthird.thd_payment where oa_payment_id = 133477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 16:38:47.223[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145945 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022499561309814 -- 2026-06-29 16:38:47.226[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-29 16:38:47.228[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025139093399048 -- 2026-06-29 16:38:47.308[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 16:38:47.310[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 16:38:47.312[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 16:38:47.314[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 16:38:47.359[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092229843139648 -- 2026-06-29 16:38:48.244[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092740058898926 -- 2026-06-29 16:38:48.884[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010455846786499 -- 2026-06-29 16:38:49.954[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020289421081543 -- 2026-06-29 16:38:49.957[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select payment_id from dbthird.thd_payment where oa_payment_id = 133435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020830631256104 -- 2026-06-29 16:38:49.959[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145903 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024030208587646 -- 2026-06-29 16:38:49.961[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 16:38:49.964[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016094923019409 -- 2026-06-29 16:38:50.012[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020639896392822 -- 2026-06-29 16:38:50.014[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 16:38:50.016[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 16:38:50.018[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019550323486328 -- 2026-06-29 16:38:50.066[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089972019195557 -- 2026-06-29 16:38:54.484[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090110301971436 -- 2026-06-29 16:38:55.042[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094878673553467 -- 2026-06-29 16:38:56.059[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026760101318359 -- 2026-06-29 16:38:56.062[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select payment_id from dbthird.thd_payment where oa_payment_id = 133432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019268989562988 -- 2026-06-29 16:38:56.064[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145900 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 16:38:56.066[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719592 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 16:38:56.068[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024189949035645 -- 2026-06-29 16:38:56.125[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-29 16:38:56.127[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719592 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 16:38:56.129[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-29 16:38:56.131[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-29 16:38:56.177[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020298957824707 -- 2026-06-29 16:38:57.371[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080869197845459 -- 2026-06-29 16:38:57.923[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008814811706543 -- 2026-06-29 16:38:58.945[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133429 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001594066619873 -- 2026-06-29 16:38:58.947[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select payment_id from dbthird.thd_payment where oa_payment_id = 133429 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016601085662842 -- 2026-06-29 16:38:58.949[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145897 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020289421081543 -- 2026-06-29 16:38:58.951[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719563 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015060901641846 -- 2026-06-29 16:38:58.953[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013787031173706 -- 2026-06-29 16:38:58.999[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 16:38:59.001[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719563 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014810562133789 -- 2026-06-29 16:38:59.003[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001474142074585 -- 2026-06-29 16:38:59.004[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 16:38:59.046[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084660053253174 -- 2026-06-29 16:38:59.923[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009857177734375 -- 2026-06-29 16:39:00.482[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084810256958008 -- 2026-06-29 16:39:01.447[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50833 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50833 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001727819442749 -- 2026-06-29 16:39:01.449[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50833 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50833 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021159648895264 -- 2026-06-29 16:39:01.452[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50833 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720422 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-29 16:39:01.453[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50833 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 16:39:01.488[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50833 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720422 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015270709991455 -- 2026-06-29 16:39:01.490[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50833 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091428756713867 -- 2026-06-29 16:39:08.873[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50833 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093460083007812 -- 2026-06-29 16:39:09.443[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086030960083008 -- 2026-06-29 16:39:10.456[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50823 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 16:39:10.458[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-29 16:39:10.460[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015339851379395 -- 2026-06-29 16:39:10.462[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 16:39:10.498[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015218257904053 -- 2026-06-29 16:39:10.499[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096831321716309 -- 2026-06-29 16:39:16.295[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50823 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081131458282471 -- 2026-06-29 16:39:16.880[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085010528564453 -- 2026-06-29 16:39:32.382[梁汉东-1251] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D208%26ship_city%3D%E6%9D%AD%E5%B7%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=79707 SELECT r.*,createdby.cont_name createdby,updatedby.cont_name updatedby,of.costAlloc_type_id,receive.cust_disp_name receiving_unit, o.appr_proc_name appr_proc,rc.cont_name apply_cont,org.org_name department,IFNULL(of.otherfee_id,0) otherfee_id,r.createdby_id FROM dboa.oa_extrafareApply r LEFT JOIN dboa.oa_appr_process o ON r.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact rc ON r.apply_cont_id = rc.cont_id LEFT JOIN dbsys.sys_org org ON r.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON r.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON r.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_otherfee of ON r.extrafareApply_id = of.extrafareApply_id LEFT JOIN dbthird.v_thd_customer receive ON receive.sys_cust_id = r.receiving_unit_id and receive.acct_id = r.acct_id WHERE r.extrafareApply_id = 79707 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014269351959229 -- 2026-06-29 16:39:32.383[梁汉东-1251] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D208%26ship_city%3D%E6%9D%AD%E5%B7%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=79707 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1251 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014259815216064 -- 2026-06-29 16:39:32.417[梁汉东-1251] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D208%26ship_city%3D%E6%9D%AD%E5%B7%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=79707 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1251 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-29 16:39:32.449[梁汉东-1251] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D208%26ship_city%3D%E6%9D%AD%E5%B7%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=79707 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6700720 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014231204986572 -- 2026-06-29 16:39:32.481[梁汉东-1251] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D208%26ship_city%3D%E6%9D%AD%E5%B7%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=79707 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1251 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013171911239624 -- 2026-06-29 16:39:33.203[梁汉东-1251] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%杭州办-梁汉东%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010142087936401 -- 2026-06-29 16:39:33.299[梁汉东-1251] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%梁汉东%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012580871582031 -- 2026-06-29 16:39:33.393[梁汉东-1251] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%项目三组%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022284030914307 -- 2026-06-29 16:39:40.103[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228541%22}&event=edit_officialSeals&officialSeals_id=8541 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017318725585938 -- 2026-06-29 16:39:40.105[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228541%22}&event=edit_officialSeals&officialSeals_id=8541 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016610622406006 -- 2026-06-29 16:39:40.107[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228541%22}&event=edit_officialSeals&officialSeals_id=8541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017218589782715 -- 2026-06-29 16:39:40.150[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228541%22}&event=edit_officialSeals&officialSeals_id=8541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015780925750732 -- 2026-06-29 16:39:40.151[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228541%22}&event=edit_officialSeals&officialSeals_id=8541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090391635894775 -- 2026-06-29 16:40:20.202 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017600059509277 -- 2026-06-29 16:40:20.206 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.002608060836792 -- 2026-06-29 16:40:20.209 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ZhangYong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 16:40:20.211[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014132976531982 -- 2026-06-29 16:40:20.617[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099968910217285 -- 2026-06-29 16:40:22.994[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133395 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023128986358643 -- 2026-06-29 16:40:22.996[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select payment_id from dbthird.thd_payment where oa_payment_id = 133395 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023009777069092 -- 2026-06-29 16:40:22.998[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715401 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 16:40:23.000[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020530223846436 -- 2026-06-29 16:40:23.034[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001978874206543 -- 2026-06-29 16:40:23.036[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715401 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018541812896729 -- 2026-06-29 16:40:23.038[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018391609191895 -- 2026-06-29 16:40:23.040[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018701553344727 -- 2026-06-29 16:40:23.081[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020395040512085 -- 2026-06-29 16:40:28.174[张勇-2549] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094819068908691 -- 2026-06-29 16:40:28.605[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016407012939453 -- 2026-06-29 16:40:30.134[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019741058349609 -- 2026-06-29 16:40:30.136[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select payment_id from dbthird.thd_payment where oa_payment_id = 133394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019989013671875 -- 2026-06-29 16:40:30.138[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715388 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-29 16:40:30.141[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020240068435669 -- 2026-06-29 16:40:30.193[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 16:40:30.195[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715388 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018558502197266 -- 2026-06-29 16:40:30.197[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-29 16:40:30.199[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 16:40:30.247[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012570858001709 -- 2026-06-29 16:40:36.468[张勇-2549] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098772048950195 -- 2026-06-29 16:40:36.893[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014513969421387 -- 2026-06-29 16:40:39.556[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020709037780762 -- 2026-06-29 16:40:39.558[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select payment_id from dbthird.thd_payment where oa_payment_id = 133384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 16:40:39.560[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 16:40:39.562[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020843982696533 -- 2026-06-29 16:40:39.615[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 16:40:39.617[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-29 16:40:39.619[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015218257904053 -- 2026-06-29 16:40:39.620[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015518665313721 -- 2026-06-29 16:40:39.659[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090301036834717 -- 2026-06-29 16:40:53.833[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091850757598877 -- 2026-06-29 16:40:55.737[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020871162414551 -- 2026-06-29 16:40:55.740[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select payment_id from dbthird.thd_payment where oa_payment_id = 133384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 16:40:55.741[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015668869018555 -- 2026-06-29 16:40:55.743[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014265060424805 -- 2026-06-29 16:40:55.790[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016739368438721 -- 2026-06-29 16:40:55.791[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-29 16:40:55.793[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015268325805664 -- 2026-06-29 16:40:55.795[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015959739685059 -- 2026-06-29 16:40:55.832[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010611057281494 -- 2026-06-29 16:41:17.546[张勇-2549] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011408805847168 -- 2026-06-29 16:41:17.969[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020671844482422 -- 2026-06-29 16:41:19.208[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133263 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-29 16:41:19.210[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select payment_id from dbthird.thd_payment where oa_payment_id = 133263 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021889209747314 -- 2026-06-29 16:41:19.212[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-29 16:41:19.214[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020771026611328 -- 2026-06-29 16:41:19.267[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 16:41:19.269[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 16:41:19.270[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 16:41:19.272[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016610622406006 -- 2026-06-29 16:41:19.308[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089337825775146 -- 2026-06-29 16:41:26.755[张勇-2549] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098018646240234 -- 2026-06-29 16:41:27.230[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094249248504639 -- 2026-06-29 16:41:28.772[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133044 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 16:41:28.774[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select payment_id from dbthird.thd_payment where oa_payment_id = 133044 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 16:41:28.776[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6699614 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016000270843506 -- 2026-06-29 16:41:28.777[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016500949859619 -- 2026-06-29 16:41:28.811[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 16:41:28.813[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6699614 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00160813331604 -- 2026-06-29 16:41:28.815[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016059875488281 -- 2026-06-29 16:41:28.817[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-29 16:41:28.853[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02039098739624 -- 2026-06-29 16:41:34.683[张勇-2549] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019518136978149 -- 2026-06-29 16:41:35.121[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016991853713989 -- 2026-06-29 16:41:37.066[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132780 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 16:41:37.068[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select payment_id from dbthird.thd_payment where oa_payment_id = 132780 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018181800842285 -- 2026-06-29 16:41:37.070[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6685995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-29 16:41:37.072[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019987821578979 -- 2026-06-29 16:41:37.125[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 16:41:37.127[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6685995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 16:41:37.129[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-29 16:41:37.130[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 16:41:37.169[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00882887840271 -- 2026-06-29 16:41:50.399[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017596006393433 -- 2026-06-29 16:41:54.784[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132780 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 16:41:54.786[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select payment_id from dbthird.thd_payment where oa_payment_id = 132780 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 16:41:54.788[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6685995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 16:41:54.790[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019701957702637 -- 2026-06-29 16:41:54.842[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select * from dbsys.sys_contact where cont_id = 2549 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-29 16:41:54.844[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6685995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 16:41:54.846[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 16:41:54.848[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 16:41:54.884[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074789524078369 -- 2026-06-29 16:41:56.223[张勇-2549] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086851119995117 -- 2026-06-29 16:41:56.675[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085361003875732 -- 2026-06-29 16:41:58.358[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79814 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 16:41:58.360[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79814 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019650459289551 -- 2026-06-29 16:41:58.362[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79814 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032792091369629 -- 2026-06-29 16:41:58.366[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79814 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015082359313965 -- 2026-06-29 16:41:58.367[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015530586242676 -- 2026-06-29 16:41:58.401[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 16:41:58.444[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719542 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-29 16:41:58.445[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-29 16:41:58.447[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082719326019287 -- 2026-06-29 16:42:07.912[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019103050231934 -- 2026-06-29 16:42:08.360[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076920986175537 -- 2026-06-29 16:42:10.192[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79798 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015690326690674 -- 2026-06-29 16:42:10.194[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79798 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 16:42:10.196[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79798 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00313401222229 -- 2026-06-29 16:42:10.199[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79798 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013880729675293 -- 2026-06-29 16:42:10.201[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013918876647949 -- 2026-06-29 16:42:10.235[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015411376953125 -- 2026-06-29 16:42:10.276[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717988 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013809204101562 -- 2026-06-29 16:42:10.277[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013670921325684 -- 2026-06-29 16:42:10.279[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085000991821289 -- 2026-06-29 16:42:12.835[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015208005905151 -- 2026-06-29 16:42:13.251[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017215013504028 -- 2026-06-29 16:42:16.309[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79796 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019779205322266 -- 2026-06-29 16:42:16.311[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79796 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022540092468262 -- 2026-06-29 16:42:16.313[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79796 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026857852935791 -- 2026-06-29 16:42:16.316[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79796 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 16:42:16.318[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-29 16:42:16.353[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019271373748779 -- 2026-06-29 16:42:16.393[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717885 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001751184463501 -- 2026-06-29 16:42:16.395[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-29 16:42:16.397[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085690021514893 -- 2026-06-29 16:42:17.313[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082380771636963 -- 2026-06-29 16:42:17.767[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01581883430481 -- 2026-06-29 16:42:19.288[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79761 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017309188842773 -- 2026-06-29 16:42:19.290[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019950866699219 -- 2026-06-29 16:42:19.292[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79761 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-29 16:42:19.294[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79761 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014998912811279 -- 2026-06-29 16:42:19.295[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015838146209717 -- 2026-06-29 16:42:19.329[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 16:42:19.369[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710066 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015251636505127 -- 2026-06-29 16:42:19.371[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015168190002441 -- 2026-06-29 16:42:19.373[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020337104797363 -- 2026-06-29 16:42:20.871[张勇-2549] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012803077697754 -- 2026-06-29 16:42:21.294[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091300010681152 -- 2026-06-29 16:42:24.002[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50868 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50868 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022189617156982 -- 2026-06-29 16:42:24.005[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50868 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50868 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021820068359375 -- 2026-06-29 16:42:24.007[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50868 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722303 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016860961914062 -- 2026-06-29 16:42:24.009[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 16:42:24.042[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50868 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722303 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 16:42:24.044[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008497953414917 -- 2026-06-29 16:42:26.059[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080828666687012 -- 2026-06-29 16:42:26.516[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092298984527588 -- 2026-06-29 16:42:28.133[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50851 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022759437561035 -- 2026-06-29 16:42:28.135[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 16:42:28.137[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-29 16:42:28.139[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 16:42:28.174[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 16:42:28.176[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01479697227478 -- 2026-06-29 16:42:29.478[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50851 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083520412445068 -- 2026-06-29 16:42:29.934[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020530939102173 -- 2026-06-29 16:42:31.251[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50852 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 16:42:31.253[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018501281738281 -- 2026-06-29 16:42:31.255[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016970634460449 -- 2026-06-29 16:42:31.257[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020160675048828 -- 2026-06-29 16:42:31.292[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 16:42:31.294[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086410045623779 -- 2026-06-29 16:42:32.458[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50852 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017997980117798 -- 2026-06-29 16:42:32.895[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016241073608398 -- 2026-06-29 16:42:34.089[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50843 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022220611572266 -- 2026-06-29 16:42:34.092[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50843 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022220611572266 -- 2026-06-29 16:42:34.094[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 16:42:34.096[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001924991607666 -- 2026-06-29 16:42:34.129[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 16:42:34.131[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094468593597412 -- 2026-06-29 16:42:47.865[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085420608520508 -- 2026-06-29 16:42:48.311[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012382030487061 -- 2026-06-29 16:42:49.689[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50850 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 16:42:49.691[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50850 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 16:42:49.693[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721257 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016500949859619 -- 2026-06-29 16:42:49.695[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 16:42:49.729[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721257 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015511512756348 -- 2026-06-29 16:42:49.731[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019713878631592 -- 2026-06-29 16:42:54.284[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50850 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011829137802124 -- 2026-06-29 16:42:54.707[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016887903213501 -- 2026-06-29 16:42:56.213[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50840 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-29 16:42:56.215[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50840 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 16:42:56.217[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018048286437988 -- 2026-06-29 16:42:56.219[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019068717956543 -- 2026-06-29 16:42:56.253[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017387866973877 -- 2026-06-29 16:42:56.255[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021300077438354 -- 2026-06-29 16:42:59.082[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018718957901001 -- 2026-06-29 16:42:59.505[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0209059715271 -- 2026-06-29 16:43:01.229[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50836 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 16:43:01.231[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50836 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 16:43:01.233[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720603 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015840530395508 -- 2026-06-29 16:43:01.235[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017378330230713 -- 2026-06-29 16:43:01.268[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720603 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-29 16:43:01.269[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094990730285645 -- 2026-06-29 16:43:05.612[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087869167327881 -- 2026-06-29 16:43:06.032[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078380107879639 -- 2026-06-29 16:43:07.350[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50828 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015859603881836 -- 2026-06-29 16:43:07.351[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50828 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 16:43:07.353[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720008 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015220642089844 -- 2026-06-29 16:43:07.355[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-29 16:43:07.391[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720008 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014338493347168 -- 2026-06-29 16:43:07.392[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017394781112671 -- 2026-06-29 16:43:08.958[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50828 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014937877655029 -- 2026-06-29 16:43:09.367[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084171295166016 -- 2026-06-29 16:43:10.612[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50827 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020968914031982 -- 2026-06-29 16:43:10.614[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50827 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020349025726318 -- 2026-06-29 16:43:10.617[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00152587890625 -- 2026-06-29 16:43:10.618[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016798973083496 -- 2026-06-29 16:43:10.653[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015480518341064 -- 2026-06-29 16:43:10.654[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014243125915527 -- 2026-06-29 16:43:12.456[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50827 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085020065307617 -- 2026-06-29 16:43:12.878[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019195079803467 -- 2026-06-29 16:43:14.259[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50826 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002357006072998 -- 2026-06-29 16:43:14.261[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50826 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022950172424316 -- 2026-06-29 16:43:14.264[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719893 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 16:43:14.265[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-29 16:43:14.300[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719893 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 16:43:14.302[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089519023895264 -- 2026-06-29 16:43:16.842[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088338851928711 -- 2026-06-29 16:43:17.263[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021390914916992 -- 2026-06-29 16:43:19.510[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50825 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023000240325928 -- 2026-06-29 16:43:19.513[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50825 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018739700317383 -- 2026-06-29 16:43:19.515[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 16:43:19.517[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018658638000488 -- 2026-06-29 16:43:19.557[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 16:43:19.559[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091159343719482 -- 2026-06-29 16:43:25.638[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50825 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009145975112915 -- 2026-06-29 16:43:26.049[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015721082687378 -- 2026-06-29 16:43:27.398[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50822 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 16:43:27.400[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50822 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 16:43:27.402[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719464 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-29 16:43:27.404[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 16:43:27.438[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719464 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 16:43:27.440[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017976999282837 -- 2026-06-29 16:43:31.975[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50822 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020622968673706 -- 2026-06-29 16:43:32.415[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011661052703857 -- 2026-06-29 16:43:33.715[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50801 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-29 16:43:33.717[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-29 16:43:33.719[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715452 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015199184417725 -- 2026-06-29 16:43:33.721[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016701221466064 -- 2026-06-29 16:43:33.754[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715452 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 16:43:33.756[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009364128112793 -- 2026-06-29 16:43:41.068[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50801 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096421241760254 -- 2026-06-29 16:43:41.473[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099930763244629 -- 2026-06-29 16:43:42.975[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50788 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-29 16:43:42.977[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50788 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019800662994385 -- 2026-06-29 16:43:42.979[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018970966339111 -- 2026-06-29 16:43:42.981[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 16:43:43.017[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-29 16:43:43.019[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010583162307739 -- 2026-06-29 16:43:46.165[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50788 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013317108154297 -- 2026-06-29 16:43:46.635[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018179893493652 -- 2026-06-29 16:43:48.031[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50711 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 16:43:48.033[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50711 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017411708831787 -- 2026-06-29 16:43:48.035[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6702261 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015349388122559 -- 2026-06-29 16:43:48.036[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017061233520508 -- 2026-06-29 16:43:48.071[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6702261 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 16:43:48.072[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095617771148682 -- 2026-06-29 16:43:50.848[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50711 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021298885345459 -- 2026-06-29 16:43:51.276[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022122859954834 -- 2026-06-29 16:43:52.735[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50658 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022530555725098 -- 2026-06-29 16:43:52.737[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50658 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019218921661377 -- 2026-06-29 16:43:52.739[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6694040 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 16:43:52.741[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-29 16:43:52.775[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6694040 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 16:43:52.777[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080540180206299 -- 2026-06-29 16:43:55.322[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020470857620239 -- 2026-06-29 16:43:55.759[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072319507598877 -- 2026-06-29 16:43:57.149[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 16:43:57.151[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 16:43:57.153[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6692769 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001413106918335 -- 2026-06-29 16:43:57.154[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014998912811279 -- 2026-06-29 16:43:57.186[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6692769 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013439655303955 -- 2026-06-29 16:43:57.188[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02078104019165 -- 2026-06-29 16:43:59.334[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084061622619629 -- 2026-06-29 16:43:59.763[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082309246063232 -- 2026-06-29 16:44:01.178[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 16:44:01.180[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-29 16:44:01.182[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6658341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015110969543457 -- 2026-06-29 16:44:01.183[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016841888427734 -- 2026-06-29 16:44:01.217[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6658341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-29 16:44:01.219[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095739364624023 -- 2026-06-29 16:44:04.064[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087409019470215 -- 2026-06-29 16:44:04.541[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010572195053101 -- 2026-06-29 16:44:06.155[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49719 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024821758270264 -- 2026-06-29 16:44:06.158[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49719 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024800300598145 -- 2026-06-29 16:44:06.161[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6591620 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019121170043945 -- 2026-06-29 16:44:06.163[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021071434020996 -- 2026-06-29 16:44:06.196[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6591620 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 16:44:06.198[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018470048904419 -- 2026-06-29 16:44:07.848[张勇-2549] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=49719 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019513130187988 -- 2026-06-29 16:44:08.335[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098350048065186 -- 2026-06-29 16:44:10.650[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4311 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002439022064209 -- 2026-06-29 16:44:10.653[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select * from dbpurc.purc_apply_product where purcapply_id = 4311 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 16:44:10.654[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010879039764404 -- 2026-06-29 16:44:12.724[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014860868453979 -- 2026-06-29 16:44:13.163[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017039060592651 -- 2026-06-29 16:44:14.701[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4311 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022759437561035 -- 2026-06-29 16:44:14.703[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select * from dbpurc.purc_apply_product where purcapply_id = 4311 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016689300537109 -- 2026-06-29 16:44:14.705[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098259449005127 -- 2026-06-29 16:44:15.372[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084071159362793 -- 2026-06-29 16:44:15.676[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49719 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 16:44:15.678[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49719 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 16:44:15.680[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6591620 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-29 16:44:15.682[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 16:44:15.717[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6591620 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-29 16:44:15.718[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49719 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010982036590576 -- 2026-06-29 16:44:16.095[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093040466308594 -- 2026-06-29 16:44:16.691[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022640228271484 -- 2026-06-29 16:44:16.694[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001917839050293 -- 2026-06-29 16:44:16.696[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6658341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-29 16:44:16.698[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019199848175049 -- 2026-06-29 16:44:16.731[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6658341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017361640930176 -- 2026-06-29 16:44:16.733[张勇-2549] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2549 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015959978103638 -- 2026-06-29 16:45:30.430 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019538402557373 -- 2026-06-29 16:45:30.434 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0028839111328125 -- 2026-06-29 16:45:30.437 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021231174468994 -- 2026-06-29 16:45:30.439[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017566919326782 -- 2026-06-29 16:45:30.743[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012019872665405 -- 2026-06-29 16:45:36.410[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8534 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020809173583984 -- 2026-06-29 16:45:36.413[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020198822021484 -- 2026-06-29 16:45:36.415[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020730495452881 -- 2026-06-29 16:45:36.449[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710722 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-29 16:45:36.451[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020890951156616 -- 2026-06-29 16:45:38.251[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008124828338623 -- 2026-06-29 16:45:39.008[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009876012802124 -- 2026-06-29 16:45:40.670[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019378662109375 -- 2026-06-29 16:45:40.672[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select payment_id from dbthird.thd_payment where oa_payment_id = 133450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019798278808594 -- 2026-06-29 16:45:40.674[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145918 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025010108947754 -- 2026-06-29 16:45:40.677[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 16:45:40.679[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019388198852539 -- 2026-06-29 16:45:40.712[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019137859344482 -- 2026-06-29 16:45:40.714[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720904 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 16:45:40.716[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018198490142822 -- 2026-06-29 16:45:40.718[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018248558044434 -- 2026-06-29 16:45:40.757[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083248615264893 -- 2026-06-29 16:45:41.303[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008098840713501 -- 2026-06-29 16:45:41.876[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019089937210083 -- 2026-06-29 16:45:43.351[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-29 16:45:43.353[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select payment_id from dbthird.thd_payment where oa_payment_id = 133448 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 16:45:43.356[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145916 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023050308227539 -- 2026-06-29 16:45:43.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 16:45:43.360[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001849889755249 -- 2026-06-29 16:45:43.393[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 16:45:43.395[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017719268798828 -- 2026-06-29 16:45:43.397[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-29 16:45:43.399[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-29 16:45:43.437[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088529586791992 -- 2026-06-29 16:45:45.572[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133448 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091450214385986 -- 2026-06-29 16:45:46.049[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086820125579834 -- 2026-06-29 16:45:47.521[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133395 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 16:45:47.523[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select payment_id from dbthird.thd_payment where oa_payment_id = 133395 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019519329071045 -- 2026-06-29 16:45:47.525[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715401 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014200210571289 -- 2026-06-29 16:45:47.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022164106369019 -- 2026-06-29 16:45:47.580[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015919208526611 -- 2026-06-29 16:45:47.582[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715401 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014171600341797 -- 2026-06-29 16:45:47.583[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013980865478516 -- 2026-06-29 16:45:47.585[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014770030975342 -- 2026-06-29 16:45:47.623[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019749879837036 -- 2026-06-29 16:45:48.335[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090129375457764 -- 2026-06-29 16:45:48.826[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095210075378418 -- 2026-06-29 16:45:50.194[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 16:45:50.196[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select payment_id from dbthird.thd_payment where oa_payment_id = 133394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022180080413818 -- 2026-06-29 16:45:50.198[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715388 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 16:45:50.200[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 16:45:50.234[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002161979675293 -- 2026-06-29 16:45:50.236[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715388 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-29 16:45:50.238[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016779899597168 -- 2026-06-29 16:45:50.240[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-29 16:45:50.277[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009429931640625 -- 2026-06-29 16:45:50.872[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012373924255371 -- 2026-06-29 16:45:51.849[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097990036010742 -- 2026-06-29 16:48:23.269 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-29 16:48:23.272 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.003087043762207 -- 2026-06-29 16:48:23.276 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ZhangTiHai' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020570755004883 -- 2026-06-29 16:48:23.278[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 23 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087699890136719 -- 2026-06-29 16:48:24.010[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096831321716309 -- 2026-06-29 16:48:25.311[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133509 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021390914916992 -- 2026-06-29 16:48:25.313[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select payment_id from dbthird.thd_payment where oa_payment_id = 133509 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 16:48:25.315[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145971 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020840167999268 -- 2026-06-29 16:48:25.317[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722573 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001600980758667 -- 2026-06-29 16:48:25.319[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 16:48:25.353[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 16:48:25.355[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722573 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-29 16:48:25.357[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001600980758667 -- 2026-06-29 16:48:25.358[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001619815826416 -- 2026-06-29 16:48:25.399[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133509 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089068412780762 -- 2026-06-29 16:48:26.189[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133509 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014164924621582 -- 2026-06-29 16:48:26.674[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016258001327515 -- 2026-06-29 16:48:27.757[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133508 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 16:48:27.759[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select payment_id from dbthird.thd_payment where oa_payment_id = 133508 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-29 16:48:27.761[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145970 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 16:48:27.763[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722565 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 16:48:27.764[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018841028213501 -- 2026-06-29 16:48:27.816[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 16:48:27.818[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722565 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016851425170898 -- 2026-06-29 16:48:27.820[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016751289367676 -- 2026-06-29 16:48:27.821[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 16:48:27.864[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00919508934021 -- 2026-06-29 16:48:30.149[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093770027160645 -- 2026-06-29 16:48:30.609[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087728500366211 -- 2026-06-29 16:48:31.769[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133505 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016548633575439 -- 2026-06-29 16:48:31.771[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select payment_id from dbthird.thd_payment where oa_payment_id = 133505 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 16:48:31.773[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145967 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017008781433105 -- 2026-06-29 16:48:31.775[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722450 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-29 16:48:31.776[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020119905471802 -- 2026-06-29 16:48:31.829[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001701831817627 -- 2026-06-29 16:48:31.831[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722450 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 16:48:31.833[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015411376953125 -- 2026-06-29 16:48:31.834[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 16:48:31.874[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013900995254517 -- 2026-06-29 16:48:32.695[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016549110412598 -- 2026-06-29 16:48:33.197[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093879699707031 -- 2026-06-29 16:48:34.350[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133497 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-29 16:48:34.352[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select payment_id from dbthird.thd_payment where oa_payment_id = 133497 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018689632415771 -- 2026-06-29 16:48:34.354[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145959 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018391609191895 -- 2026-06-29 16:48:34.356[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722408 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016732215881348 -- 2026-06-29 16:48:34.358[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 16:48:34.391[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-29 16:48:34.393[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722408 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 16:48:34.395[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 16:48:34.397[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-29 16:48:34.437[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133497 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088210105895996 -- 2026-06-29 16:48:35.289[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133497 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097048282623291 -- 2026-06-29 16:48:35.769[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011084794998169 -- 2026-06-29 16:48:36.772[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133467 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 16:48:36.774[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select payment_id from dbthird.thd_payment where oa_payment_id = 133467 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018777847290039 -- 2026-06-29 16:48:36.776[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145935 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022151470184326 -- 2026-06-29 16:48:36.778[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 16:48:36.780[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-29 16:48:36.813[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-29 16:48:36.815[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 16:48:36.817[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-29 16:48:36.819[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017621517181396 -- 2026-06-29 16:48:36.858[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010179042816162 -- 2026-06-29 16:48:38.210[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097360610961914 -- 2026-06-29 16:48:38.690[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010305166244507 -- 2026-06-29 16:48:39.671[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133463 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-29 16:48:39.673[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select payment_id from dbthird.thd_payment where oa_payment_id = 133463 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020530223846436 -- 2026-06-29 16:48:39.675[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145931 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020360946655273 -- 2026-06-29 16:48:39.677[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721559 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-29 16:48:39.679[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-29 16:48:39.714[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00199294090271 -- 2026-06-29 16:48:39.716[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721559 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 16:48:39.718[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 16:48:39.720[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 16:48:39.758[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007843017578125 -- 2026-06-29 16:48:40.595[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021554946899414 -- 2026-06-29 16:48:41.082[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019633769989014 -- 2026-06-29 16:48:42.040[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133462 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018720626831055 -- 2026-06-29 16:48:42.042[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select payment_id from dbthird.thd_payment where oa_payment_id = 133462 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024080276489258 -- 2026-06-29 16:48:42.045[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145930 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022878646850586 -- 2026-06-29 16:48:42.047[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 16:48:42.049[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 16:48:42.084[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019218921661377 -- 2026-06-29 16:48:42.087[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-29 16:48:42.088[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 16:48:42.090[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018038749694824 -- 2026-06-29 16:48:42.132[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099689960479736 -- 2026-06-29 16:48:54.523[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018270015716553 -- 2026-06-29 16:48:55.117[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022494077682495 -- 2026-06-29 16:48:56.325[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133447 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 16:48:56.327[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select payment_id from dbthird.thd_payment where oa_payment_id = 133447 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019199848175049 -- 2026-06-29 16:48:56.329[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145915 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022339820861816 -- 2026-06-29 16:48:56.332[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720538 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017108917236328 -- 2026-06-29 16:48:56.334[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01862907409668 -- 2026-06-29 16:48:56.384[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 16:48:56.386[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720538 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016980171203613 -- 2026-06-29 16:48:56.388[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 16:48:56.390[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-29 16:48:56.427[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093162059783936 -- 2026-06-29 16:48:57.351[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086889266967773 -- 2026-06-29 16:48:57.830[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096158981323242 -- 2026-06-29 16:48:58.926[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133444 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018060207366943 -- 2026-06-29 16:48:58.928[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select payment_id from dbthird.thd_payment where oa_payment_id = 133444 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 16:48:58.930[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145912 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018479824066162 -- 2026-06-29 16:48:58.932[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720319 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016951560974121 -- 2026-06-29 16:48:58.934[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019690036773682 -- 2026-06-29 16:48:58.987[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020551681518555 -- 2026-06-29 16:48:58.990[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720319 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018057823181152 -- 2026-06-29 16:48:58.992[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017218589782715 -- 2026-06-29 16:48:58.994[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 16:48:59.039[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133444 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00919508934021 -- 2026-06-29 16:49:01.214[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133444 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008868932723999 -- 2026-06-29 16:49:01.733[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086100101470947 -- 2026-06-29 16:49:02.717[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133437 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016148090362549 -- 2026-06-29 16:49:02.719[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select payment_id from dbthird.thd_payment where oa_payment_id = 133437 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016391277313232 -- 2026-06-29 16:49:02.720[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145905 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 16:49:02.723[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719674 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014538764953613 -- 2026-06-29 16:49:02.724[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016594886779785 -- 2026-06-29 16:49:02.778[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016288757324219 -- 2026-06-29 16:49:02.780[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719674 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014801025390625 -- 2026-06-29 16:49:02.781[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 16:49:02.783[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001507043838501 -- 2026-06-29 16:49:02.822[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094730854034424 -- 2026-06-29 16:49:03.544[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008018970489502 -- 2026-06-29 16:49:04.047[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093050003051758 -- 2026-06-29 16:49:04.977[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79867 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018458366394043 -- 2026-06-29 16:49:04.980[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79867 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020990371704102 -- 2026-06-29 16:49:04.982[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79867 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022320747375488 -- 2026-06-29 16:49:04.984[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79867 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 16:49:04.986[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 16:49:05.019[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-29 16:49:05.060[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722178 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016238689422607 -- 2026-06-29 16:49:05.061[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096321105957031 -- 2026-06-29 16:49:05.816[张体海-1176] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79867 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084958076477051 -- 2026-06-29 16:49:06.374[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010126113891602 -- 2026-06-29 16:49:07.299[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79842 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021090507507324 -- 2026-06-29 16:49:07.301[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79842 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019879341125488 -- 2026-06-29 16:49:07.304[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79842 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021440982818604 -- 2026-06-29 16:49:07.306[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79842 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 16:49:07.308[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019130706787109 -- 2026-06-29 16:49:07.341[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020670890808105 -- 2026-06-29 16:49:07.391[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720469 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019059181213379 -- 2026-06-29 16:49:07.393[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092411041259766 -- 2026-06-29 16:49:08.058[张体海-1176] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078170299530029 -- 2026-06-29 16:49:08.603[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012159109115601 -- 2026-06-29 16:49:09.654[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 16:49:09.656[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014369487762451 -- 2026-06-29 16:49:09.658[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016131401062012 -- 2026-06-29 16:49:09.692[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014290809631348 -- 2026-06-29 16:49:09.694[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010113954544067 -- 2026-06-29 16:49:10.655[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089888572692871 -- 2026-06-29 16:49:11.135[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099539756774902 -- 2026-06-29 16:49:12.019[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50821 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50821 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022361278533936 -- 2026-06-29 16:49:12.021[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50821 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50821 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-29 16:49:12.023[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50821 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719440 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017368793487549 -- 2026-06-29 16:49:12.025[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50821 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 16:49:12.061[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50821 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719440 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 16:49:12.063[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50821 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00919508934021 -- 2026-06-29 16:49:13.392[张体海-1176] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50821 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083508491516113 -- 2026-06-29 16:49:13.875[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097718238830566 -- 2026-06-29 16:50:46.682[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228534%22}&event=edit_officialSeals&officialSeals_id=8534 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8534 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 16:50:46.684[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228534%22}&event=edit_officialSeals&officialSeals_id=8534 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-29 16:50:46.686[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228534%22}&event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-29 16:50:46.720[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228534%22}&event=edit_officialSeals&officialSeals_id=8534 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710722 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-29 16:50:46.722[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228534%22}&event=edit_officialSeals&officialSeals_id=8534 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011098861694336 -- 2026-06-29 16:58:44.982[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010035991668701 -- 2026-06-29 16:58:46.451[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50882 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50882 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019891262054443 -- 2026-06-29 16:58:46.453[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50882 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50882 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020041465759277 -- 2026-06-29 16:58:46.455[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50882 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-29 16:58:46.458[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50882 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020120143890381 -- 2026-06-29 16:58:46.491[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50882 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018570423126221 -- 2026-06-29 16:58:46.493[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50882 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011284828186035 -- 2026-06-29 16:59:25.700[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50882 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018204927444458 -- 2026-06-29 16:59:26.406[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083370208740234 -- 2026-06-29 17:00:12.403[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=delete_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00160813331604 -- 2026-06-29 17:00:12.453[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=delete_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024174213409424 -- 2026-06-29 17:00:24.450[唐桂-2500] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 and e.extrafare_name like '%14%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013350009918213 -- 2026-06-29 17:00:56.573[唐桂-2500] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 47 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014322996139526 -- 2026-06-29 17:01:09.636[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 17:01:09.674[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016204118728638 -- 2026-06-29 17:01:13.727[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016059875488281 -- 2026-06-29 17:01:13.820[唐桂-2500] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021862030029297 -- 2026-06-29 17:01:14.104[唐桂-2500] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2500 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008558988571167 -- 2026-06-29 17:02:23.023 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-29 17:02:23.027 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0025088787078857 -- 2026-06-29 17:02:23.029 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='WuLingGang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024678707122803 -- 2026-06-29 17:02:23.032[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 5 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022802829742432 -- 2026-06-29 17:02:23.466[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086121559143066 -- 2026-06-29 17:02:24.667[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015628337860107 -- 2026-06-29 17:02:24.669[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select payment_id from dbthird.thd_payment where oa_payment_id = 133529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019831657409668 -- 2026-06-29 17:02:24.671[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145975 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-29 17:02:24.673[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014700889587402 -- 2026-06-29 17:02:24.675[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015861988067627 -- 2026-06-29 17:02:24.718[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016138553619385 -- 2026-06-29 17:02:24.720[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014479160308838 -- 2026-06-29 17:02:24.721[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014610290527344 -- 2026-06-29 17:02:24.723[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014889240264893 -- 2026-06-29 17:02:24.764[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013884782791138 -- 2026-06-29 17:02:25.739[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075840950012207 -- 2026-06-29 17:02:26.216[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013746023178101 -- 2026-06-29 17:02:27.166[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133528 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022270679473877 -- 2026-06-29 17:02:27.169[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select payment_id from dbthird.thd_payment where oa_payment_id = 133528 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002223014831543 -- 2026-06-29 17:02:27.171[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145974 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021848678588867 -- 2026-06-29 17:02:27.173[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 17:02:27.175[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 17:02:27.209[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 17:02:27.211[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 17:02:27.213[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016748905181885 -- 2026-06-29 17:02:27.215[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 17:02:27.254[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133528 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087099075317383 -- 2026-06-29 17:02:28.099[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133528 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01146388053894 -- 2026-06-29 17:02:28.593[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014004945755005 -- 2026-06-29 17:02:29.534[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133510 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-29 17:02:29.536[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select payment_id from dbthird.thd_payment where oa_payment_id = 133510 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019040107727051 -- 2026-06-29 17:02:29.538[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145972 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018649101257324 -- 2026-06-29 17:02:29.540[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722775 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 17:02:29.542[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017378330230713 -- 2026-06-29 17:02:29.576[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018789768218994 -- 2026-06-29 17:02:29.578[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722775 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016870498657227 -- 2026-06-29 17:02:29.579[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016791820526123 -- 2026-06-29 17:02:29.581[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 17:02:29.624[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084240436553955 -- 2026-06-29 17:02:32.087[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092239379882812 -- 2026-06-29 17:02:32.565[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095410346984863 -- 2026-06-29 17:04:39.076 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 17:04:39.079 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0024738311767578 -- 2026-06-29 17:04:39.082 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='ShiJiaoHua' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027840137481689 -- 2026-06-29 17:04:39.085[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013694047927856 -- 2026-06-29 17:04:39.712[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086982250213623 -- 2026-06-29 17:04:46.266[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018226861953735 -- 2026-06-29 17:04:47.426[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8526 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-29 17:04:47.428[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001568078994751 -- 2026-06-29 17:04:47.429[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 17:04:47.464[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704949 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-06-29 17:04:47.466[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075790882110596 -- 2026-06-29 17:06:10.032 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015161037445068 -- 2026-06-29 17:06:10.035 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.002061128616333 -- 2026-06-29 17:06:10.038 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GuanGuan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017077922821045 -- 2026-06-29 17:06:10.039[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022994041442871 -- 2026-06-29 17:06:10.632[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010398864746094 -- 2026-06-29 17:06:12.094[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50883 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50883 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023608207702637 -- 2026-06-29 17:06:12.097[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50883 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50883 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023410320281982 -- 2026-06-29 17:06:12.099[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50883 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723166 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018351078033447 -- 2026-06-29 17:06:12.101[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50883 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00217604637146 -- 2026-06-29 17:06:12.135[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50883 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723166 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 17:06:12.137[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50883 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010090112686157 -- 2026-06-29 17:06:14.851[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50883 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076718330383301 -- 2026-06-29 17:06:15.259[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01469898223877 -- 2026-06-29 17:06:16.339[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50839 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023658275604248 -- 2026-06-29 17:06:16.342[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50839 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023651123046875 -- 2026-06-29 17:06:16.344[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-29 17:06:16.346[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020091533660889 -- 2026-06-29 17:06:16.381[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-29 17:06:16.383[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012041807174683 -- 2026-06-29 17:06:17.953[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085668563842773 -- 2026-06-29 17:06:18.410[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090811252593994 -- 2026-06-29 17:06:19.473[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50838 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 17:06:19.475[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018258094787598 -- 2026-06-29 17:06:19.477[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 17:06:19.479[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 17:06:19.512[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 17:06:19.514[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0160231590271 -- 2026-06-29 17:06:21.387[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086960792541504 -- 2026-06-29 17:06:21.830[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010204076766968 -- 2026-06-29 17:06:25.741[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50832 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50832 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020260810852051 -- 2026-06-29 17:06:25.743[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50832 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50832 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024168491363525 -- 2026-06-29 17:06:25.746[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50832 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720327 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-29 17:06:25.748[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50832 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020668506622314 -- 2026-06-29 17:06:25.782[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50832 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720327 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001917839050293 -- 2026-06-29 17:06:25.784[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50832 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012964010238647 -- 2026-06-29 17:06:28.301[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50832 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020015001296997 -- 2026-06-29 17:06:28.741[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010780096054077 -- 2026-06-29 17:06:29.855[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4314 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4314 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023748874664307 -- 2026-06-29 17:06:29.857[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4314 select * from dbpurc.purc_apply_product where purcapply_id = 4314 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 17:06:29.859[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4314 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095851421356201 -- 2026-06-29 17:06:31.991[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096089839935303 -- 2026-06-29 17:06:32.407[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095381736755371 -- 2026-06-29 17:06:33.414[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4313 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021529197692871 -- 2026-06-29 17:06:33.416[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select * from dbpurc.purc_apply_product where purcapply_id = 4313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 17:06:33.418[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4313 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010601043701172 -- 2026-06-29 17:06:35.733[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009145975112915 -- 2026-06-29 17:06:36.172[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.039491891860962 -- 2026-06-29 17:06:37.266[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4312 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020370483398438 -- 2026-06-29 17:06:37.268[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4312 select * from dbpurc.purc_apply_product where purcapply_id = 4312 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015430450439453 -- 2026-06-29 17:06:37.270[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019398927688599 -- 2026-06-29 17:06:39.198[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008659839630127 -- 2026-06-29 17:06:39.622[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075931549072266 -- 2026-06-29 17:06:40.652[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select a.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(a.purch_apply_date,'%Y-%m-%d') apply_date,1 appr_type_id,p.appr_proc_name, date_format(a.purch_end_date,'%Y-%m-%d') purch_end_date from dbpurc.purc_apply a LEFT JOIN dbsys.sys_contact c ON a.purch_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON a.purch_department_id = org.org_id LEFT JOIN dbsys.sys_contact cr on a.createdby_id = cr.cont_id LEFT JOIN dbsys.sys_contact up on a.updatedby_id = up.cont_id LEFT JOIN dboa.oa_appr_process p ON a.appr_proc_id = p.appr_proc_id where a.purcapply_id = 4311 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022060871124268 -- 2026-06-29 17:06:40.654[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select * from dbpurc.purc_apply_product where purcapply_id = 4311 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013720989227295 -- 2026-06-29 17:06:40.656[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=4311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088818073272705 -- 2026-06-29 17:06:43.892[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017255067825317 -- 2026-06-29 17:06:44.340[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098261833190918 -- 2026-06-29 17:07:09.684[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015257120132446 -- 2026-06-29 17:07:10.258[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013585090637207 -- 2026-06-29 17:07:11.716[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8543 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017871856689453 -- 2026-06-29 17:07:11.718[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 17:07:11.720[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018801689147949 -- 2026-06-29 17:07:11.754[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722598 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 17:07:11.756[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014485836029053 -- 2026-06-29 17:07:29.071[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012727975845337 -- 2026-06-29 17:07:31.219[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017368793487549 -- 2026-06-29 17:07:31.221[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-29 17:07:31.223[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 17:07:31.257[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722253 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001596212387085 -- 2026-06-29 17:07:31.258[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011336803436279 -- 2026-06-29 17:07:33.508[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012679815292358 -- 2026-06-29 17:07:35.499[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8540 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017721652984619 -- 2026-06-29 17:07:35.501[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015580654144287 -- 2026-06-29 17:07:35.503[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017421245574951 -- 2026-06-29 17:07:35.546[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722182 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015690326690674 -- 2026-06-29 17:07:35.548[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8540 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014799833297729 -- 2026-06-29 17:07:40.187[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0068399906158447 -- 2026-06-29 17:09:26.965[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015259027481079 -- 2026-06-29 17:09:28.997[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018683195114136 -- 2026-06-29 17:17:05.542[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018862009048462 -- 2026-06-29 17:17:06.420[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133508 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019409656524658 -- 2026-06-29 17:17:06.422[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select payment_id from dbthird.thd_payment where oa_payment_id = 133508 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-29 17:17:06.424[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145970 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019571781158447 -- 2026-06-29 17:17:06.426[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722565 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014579296112061 -- 2026-06-29 17:17:06.428[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020004034042358 -- 2026-06-29 17:17:06.479[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015931129455566 -- 2026-06-29 17:17:06.481[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722565 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014550685882568 -- 2026-06-29 17:17:06.483[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014438629150391 -- 2026-06-29 17:17:06.484[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014851093292236 -- 2026-06-29 17:17:06.527[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089559555053711 -- 2026-06-29 17:17:07.066[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133508 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015455007553101 -- 2026-06-29 17:17:07.512[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010159015655518 -- 2026-06-29 17:17:08.187[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133505 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019841194152832 -- 2026-06-29 17:17:08.189[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select payment_id from dbthird.thd_payment where oa_payment_id = 133505 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020508766174316 -- 2026-06-29 17:17:08.191[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145967 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024120807647705 -- 2026-06-29 17:17:08.194[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722450 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 17:17:08.196[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024342775344849 -- 2026-06-29 17:17:08.251[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020921230316162 -- 2026-06-29 17:17:08.254[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722450 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-29 17:17:08.256[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018739700317383 -- 2026-06-29 17:17:08.258[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-29 17:17:08.302[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086619853973389 -- 2026-06-29 17:17:08.792[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133505 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091087818145752 -- 2026-06-29 17:17:09.217[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076730251312256 -- 2026-06-29 17:17:09.849[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133467 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014679431915283 -- 2026-06-29 17:17:09.851[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select payment_id from dbthird.thd_payment where oa_payment_id = 133467 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015361309051514 -- 2026-06-29 17:17:09.852[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145935 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 17:17:09.854[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013561248779297 -- 2026-06-29 17:17:09.856[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022650003433228 -- 2026-06-29 17:17:09.911[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015189647674561 -- 2026-06-29 17:17:09.913[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013628005981445 -- 2026-06-29 17:17:09.914[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013408660888672 -- 2026-06-29 17:17:09.916[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013999938964844 -- 2026-06-29 17:17:09.956[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0102219581604 -- 2026-06-29 17:17:10.452[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082159042358398 -- 2026-06-29 17:17:10.890[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090289115905762 -- 2026-06-29 17:17:11.571[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017619132995605 -- 2026-06-29 17:17:11.573[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select payment_id from dbthird.thd_payment where oa_payment_id = 133464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024809837341309 -- 2026-06-29 17:17:11.575[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145932 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 17:17:11.577[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 17:17:11.579[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017228126525879 -- 2026-06-29 17:17:11.613[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 17:17:11.615[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016231536865234 -- 2026-06-29 17:17:11.617[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016381740570068 -- 2026-06-29 17:17:11.618[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016651153564453 -- 2026-06-29 17:17:11.660[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012842893600464 -- 2026-06-29 17:17:12.206[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088660717010498 -- 2026-06-29 17:17:12.625[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010197877883911 -- 2026-06-29 17:17:13.364[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133463 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019841194152832 -- 2026-06-29 17:17:13.366[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select payment_id from dbthird.thd_payment where oa_payment_id = 133463 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020270347595215 -- 2026-06-29 17:17:13.368[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145931 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023949146270752 -- 2026-06-29 17:17:13.371[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721559 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 17:17:13.373[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-29 17:17:13.407[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019469261169434 -- 2026-06-29 17:17:13.409[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721559 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 17:17:13.411[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 17:17:13.413[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001859188079834 -- 2026-06-29 17:17:13.453[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009368896484375 -- 2026-06-29 17:17:13.958[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008296012878418 -- 2026-06-29 17:17:14.392[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089590549468994 -- 2026-06-29 17:17:15.138[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133462 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021140575408936 -- 2026-06-29 17:17:15.140[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select payment_id from dbthird.thd_payment where oa_payment_id = 133462 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 17:17:15.142[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145930 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017361640930176 -- 2026-06-29 17:17:15.144[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015730857849121 -- 2026-06-29 17:17:15.146[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018267869949341 -- 2026-06-29 17:17:15.196[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-29 17:17:15.198[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721523 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015621185302734 -- 2026-06-29 17:17:15.200[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015561580657959 -- 2026-06-29 17:17:15.202[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001615047454834 -- 2026-06-29 17:17:15.241[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020299911499023 -- 2026-06-29 17:17:16.548[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133462 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084848403930664 -- 2026-06-29 17:17:16.970[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010649919509888 -- 2026-06-29 17:17:17.819[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133445 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018141269683838 -- 2026-06-29 17:17:17.821[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select payment_id from dbthird.thd_payment where oa_payment_id = 133445 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019080638885498 -- 2026-06-29 17:17:17.823[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145913 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018341541290283 -- 2026-06-29 17:17:17.825[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720325 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 17:17:17.827[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 17:17:17.862[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-29 17:17:17.864[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720325 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-29 17:17:17.866[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-29 17:17:17.867[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017368793487549 -- 2026-06-29 17:17:17.913[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133445 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097019672393799 -- 2026-06-29 17:17:18.434[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133445 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011260032653809 -- 2026-06-29 17:17:18.885[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096700191497803 -- 2026-06-29 17:17:19.633[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 17:17:19.635[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select payment_id from dbthird.thd_payment where oa_payment_id = 133435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-29 17:17:19.637[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145903 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002288818359375 -- 2026-06-29 17:17:19.639[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017299652099609 -- 2026-06-29 17:17:19.641[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023452997207642 -- 2026-06-29 17:17:19.697[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-29 17:17:19.699[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 17:17:19.700[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 17:17:19.702[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017251968383789 -- 2026-06-29 17:17:19.740[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095210075378418 -- 2026-06-29 17:17:20.298[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078978538513184 -- 2026-06-29 17:17:20.722[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099639892578125 -- 2026-06-29 17:17:21.539[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-29 17:17:21.541[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select payment_id from dbthird.thd_payment where oa_payment_id = 133433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 17:17:21.543[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023479461669922 -- 2026-06-29 17:17:21.545[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719600 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 17:17:21.547[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018260478973389 -- 2026-06-29 17:17:21.581[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 17:17:21.583[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719600 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 17:17:21.585[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-29 17:17:21.587[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018389225006104 -- 2026-06-29 17:17:21.625[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099380016326904 -- 2026-06-29 17:17:22.004[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020297050476074 -- 2026-06-29 17:17:22.116[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010044097900391 -- 2026-06-29 17:17:22.554[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014672040939331 -- 2026-06-29 17:17:23.308[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-29 17:17:23.310[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select payment_id from dbthird.thd_payment where oa_payment_id = 133432 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019128322601318 -- 2026-06-29 17:17:23.312[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145900 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-29 17:17:23.314[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719592 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 17:17:23.316[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017998218536377 -- 2026-06-29 17:17:23.349[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 17:17:23.351[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719592 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 17:17:23.353[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 17:17:23.355[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017788410186768 -- 2026-06-29 17:17:23.394[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014177083969116 -- 2026-06-29 17:17:23.902[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133432 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083320140838623 -- 2026-06-29 17:17:24.108[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8526 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001633882522583 -- 2026-06-29 17:17:24.110[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014958381652832 -- 2026-06-29 17:17:24.112[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016639232635498 -- 2026-06-29 17:17:24.145[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704949 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001500129699707 -- 2026-06-29 17:17:24.147[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096700191497803 -- 2026-06-29 17:17:24.363[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021991014480591 -- 2026-06-29 17:17:25.064[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133350 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-29 17:17:25.066[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select payment_id from dbthird.thd_payment where oa_payment_id = 133350 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020029544830322 -- 2026-06-29 17:17:25.068[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145825 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024030208587646 -- 2026-06-29 17:17:25.071[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713799 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018532276153564 -- 2026-06-29 17:17:25.073[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019149780273438 -- 2026-06-29 17:17:25.107[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-29 17:17:25.109[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713799 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 17:17:25.111[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 17:17:25.113[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 17:17:25.152[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086681842803955 -- 2026-06-29 17:17:25.643[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010233879089355 -- 2026-06-29 17:17:26.084[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010348081588745 -- 2026-06-29 17:17:26.859[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133348 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-29 17:17:26.861[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select payment_id from dbthird.thd_payment where oa_payment_id = 133348 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00205397605896 -- 2026-06-29 17:17:26.863[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145824 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-29 17:17:26.866[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713677 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 17:17:26.868[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023426055908203 -- 2026-06-29 17:17:26.923[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020270347595215 -- 2026-06-29 17:17:26.925[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713677 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-29 17:17:26.927[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 17:17:26.929[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 17:17:26.971[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009835958480835 -- 2026-06-29 17:17:27.484[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010757923126221 -- 2026-06-29 17:17:27.915[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020211219787598 -- 2026-06-29 17:17:28.654[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019781589508057 -- 2026-06-29 17:17:28.656[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select payment_id from dbthird.thd_payment where oa_payment_id = 133347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020730495452881 -- 2026-06-29 17:17:28.658[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145823 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-29 17:17:28.660[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713653 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 17:17:28.662[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017788171768188 -- 2026-06-29 17:17:28.712[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002079963684082 -- 2026-06-29 17:17:28.715[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713653 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019099712371826 -- 2026-06-29 17:17:28.717[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018818378448486 -- 2026-06-29 17:17:28.719[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019519329071045 -- 2026-06-29 17:17:28.759[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084879398345947 -- 2026-06-29 17:17:29.258[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014572143554688 -- 2026-06-29 17:17:29.703[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008296012878418 -- 2026-06-29 17:17:30.410[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133346 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015838146209717 -- 2026-06-29 17:17:30.411[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select payment_id from dbthird.thd_payment where oa_payment_id = 133346 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016629695892334 -- 2026-06-29 17:17:30.413[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145822 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016241073608398 -- 2026-06-29 17:17:30.415[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014538764953613 -- 2026-06-29 17:17:30.416[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01387095451355 -- 2026-06-29 17:17:30.462[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 17:17:30.464[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 17:17:30.465[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014491081237793 -- 2026-06-29 17:17:30.467[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014889240264893 -- 2026-06-29 17:17:30.507[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019783020019531 -- 2026-06-29 17:17:30.989[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091688632965088 -- 2026-06-29 17:17:31.433[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090148448944092 -- 2026-06-29 17:17:32.070[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133345 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 17:17:32.072[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select payment_id from dbthird.thd_payment where oa_payment_id = 133345 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 17:17:32.074[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145821 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 17:17:32.076[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713620 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016160011291504 -- 2026-06-29 17:17:32.078[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020591974258423 -- 2026-06-29 17:17:32.130[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-29 17:17:32.132[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713620 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-29 17:17:32.134[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016350746154785 -- 2026-06-29 17:17:32.136[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 17:17:32.174[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095129013061523 -- 2026-06-29 17:17:32.658[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133345 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081980228424072 -- 2026-06-29 17:17:33.071[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088181495666504 -- 2026-06-29 17:17:33.792[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 17:17:33.794[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select payment_id from dbthird.thd_payment where oa_payment_id = 133344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 17:17:33.796[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145820 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 17:17:33.798[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713608 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 17:17:33.800[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022958040237427 -- 2026-06-29 17:17:33.855[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-29 17:17:33.857[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713608 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016031265258789 -- 2026-06-29 17:17:33.858[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-29 17:17:33.860[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-29 17:17:33.900[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090301036834717 -- 2026-06-29 17:17:34.388[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020709037780762 -- 2026-06-29 17:17:34.830[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083727836608887 -- 2026-06-29 17:17:35.610[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015981197357178 -- 2026-06-29 17:17:35.612[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select payment_id from dbthird.thd_payment where oa_payment_id = 133343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016248226165771 -- 2026-06-29 17:17:35.613[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145819 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-29 17:17:35.615[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713583 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014469623565674 -- 2026-06-29 17:17:35.617[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015514135360718 -- 2026-06-29 17:17:35.664[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 17:17:35.666[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713583 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014839172363281 -- 2026-06-29 17:17:35.668[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014269351959229 -- 2026-06-29 17:17:35.669[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014760494232178 -- 2026-06-29 17:17:35.710[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016362905502319 -- 2026-06-29 17:17:36.225[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016033887863159 -- 2026-06-29 17:17:36.664[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086128711700439 -- 2026-06-29 17:17:37.321[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016450881958008 -- 2026-06-29 17:17:37.323[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select payment_id from dbthird.thd_payment where oa_payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017139911651611 -- 2026-06-29 17:17:37.325[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145818 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 17:17:37.327[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 17:17:37.329[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021489858627319 -- 2026-06-29 17:17:37.382[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 17:17:37.384[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 17:17:37.385[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015208721160889 -- 2026-06-29 17:17:37.387[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015380382537842 -- 2026-06-29 17:17:37.425[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092339515686035 -- 2026-06-29 17:17:37.931[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013485193252563 -- 2026-06-29 17:17:38.357[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080440044403076 -- 2026-06-29 17:17:39.001[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133341 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 17:17:39.003[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select payment_id from dbthird.thd_payment where oa_payment_id = 133341 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00160813331604 -- 2026-06-29 17:17:39.005[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145817 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015299320220947 -- 2026-06-29 17:17:39.006[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713570 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014100074768066 -- 2026-06-29 17:17:39.008[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019028902053833 -- 2026-06-29 17:17:39.059[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015959739685059 -- 2026-06-29 17:17:39.061[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713570 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014081001281738 -- 2026-06-29 17:17:39.063[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013918876647949 -- 2026-06-29 17:17:39.064[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-29 17:17:39.103[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133341 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014497995376587 -- 2026-06-29 17:17:39.613[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133341 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086448192596436 -- 2026-06-29 17:17:40.083[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021368980407715 -- 2026-06-29 17:17:40.805[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133163 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018589496612549 -- 2026-06-29 17:17:40.807[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select payment_id from dbthird.thd_payment where oa_payment_id = 133163 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019328594207764 -- 2026-06-29 17:17:40.809[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145689 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-29 17:17:40.811[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6705654 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001741886138916 -- 2026-06-29 17:17:40.813[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-29 17:17:40.847[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 17:17:40.849[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6705654 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017480850219727 -- 2026-06-29 17:17:40.851[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 17:17:40.853[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-29 17:17:40.890[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133163 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091650485992432 -- 2026-06-29 17:17:41.370[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133163 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022868156433105 -- 2026-06-29 17:17:41.824[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079100131988525 -- 2026-06-29 17:17:42.486[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133161 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015790462493896 -- 2026-06-29 17:17:42.488[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select payment_id from dbthird.thd_payment where oa_payment_id = 133161 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001568078994751 -- 2026-06-29 17:17:42.490[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145687 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015408992767334 -- 2026-06-29 17:17:42.491[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6705633 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014138221740723 -- 2026-06-29 17:17:42.493[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014557838439941 -- 2026-06-29 17:17:42.537[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015730857849121 -- 2026-06-29 17:17:42.538[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6705633 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014100074768066 -- 2026-06-29 17:17:42.540[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013968944549561 -- 2026-06-29 17:17:42.542[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-29 17:17:42.580[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133161 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021647930145264 -- 2026-06-29 17:17:43.125[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133161 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093860626220703 -- 2026-06-29 17:17:43.563[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019730806350708 -- 2026-06-29 17:17:44.254[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132596 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 17:17:44.256[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select payment_id from dbthird.thd_payment where oa_payment_id = 132596 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-29 17:17:44.258[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145172 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002190113067627 -- 2026-06-29 17:17:44.260[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6671779 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 17:17:44.262[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 17:17:44.295[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017688274383545 -- 2026-06-29 17:17:44.297[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6671779 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016541481018066 -- 2026-06-29 17:17:44.298[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016710758209229 -- 2026-06-29 17:17:44.300[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016942024230957 -- 2026-06-29 17:17:44.350[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132596 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009274959564209 -- 2026-06-29 17:17:44.855[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132596 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015023946762085 -- 2026-06-29 17:17:45.304[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083999633789062 -- 2026-06-29 17:17:45.962[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50823 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 17:17:45.964[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016608238220215 -- 2026-06-29 17:17:45.966[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 17:17:45.968[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 17:17:46.001[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015301704406738 -- 2026-06-29 17:17:46.003[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50823 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076379776000977 -- 2026-06-29 17:17:54.007[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50823 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014868021011353 -- 2026-06-29 17:17:54.413[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096309185028076 -- 2026-06-29 17:17:55.160[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50731 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50731 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001884937286377 -- 2026-06-29 17:17:55.163[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50731 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50731 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 17:17:55.165[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50731 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6704875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 17:17:55.166[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50731 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 17:17:55.201[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50731 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017330646514893 -- 2026-06-29 17:17:55.203[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50731 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020437002182007 -- 2026-06-29 17:17:56.859[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50731 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0068449974060059 -- 2026-06-29 17:17:57.260[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009868860244751 -- 2026-06-29 17:17:57.870[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50730 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50730 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023791790008545 -- 2026-06-29 17:17:57.873[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50730 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50730 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-29 17:17:57.875[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50730 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6704858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-29 17:17:57.877[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50730 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002000093460083 -- 2026-06-29 17:17:57.911[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50730 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018210411071777 -- 2026-06-29 17:17:57.913[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50730 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097391605377197 -- 2026-06-29 17:17:59.111[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50730 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098910331726074 -- 2026-06-29 17:17:59.543[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019499778747559 -- 2026-06-29 17:20:17.813[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013108015060425 -- 2026-06-29 17:20:18.567[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49185 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49185 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020771026611328 -- 2026-06-29 17:20:18.569[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49185 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49185 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020861625671387 -- 2026-06-29 17:20:18.571[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49185 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6520033 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 17:20:18.573[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49185 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021018981933594 -- 2026-06-29 17:20:18.608[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49185 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6520033 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019168853759766 -- 2026-06-29 17:20:18.610[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49185 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012126922607422 -- 2026-06-29 17:20:22.894[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=49185 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018944025039673 -- 2026-06-29 17:20:23.348[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018324136734009 -- 2026-06-29 17:20:27.222[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8546 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 17:20:27.224[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001633882522583 -- 2026-06-29 17:20:27.225[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-29 17:20:27.277[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 17:20:27.279[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010036945343018 -- 2026-06-29 17:26:43.104[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085690021514893 -- 2026-06-29 17:26:44.606[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-29 17:26:44.608[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select payment_id from dbthird.thd_payment where oa_payment_id = 133529 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 17:26:44.610[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145975 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021159648895264 -- 2026-06-29 17:26:44.612[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 17:26:44.614[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013968944549561 -- 2026-06-29 17:26:44.660[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016372203826904 -- 2026-06-29 17:26:44.662[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001500129699707 -- 2026-06-29 17:26:44.664[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-29 17:26:44.665[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 17:26:44.703[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009030818939209 -- 2026-06-29 17:26:45.777[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133529 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081679821014404 -- 2026-06-29 17:26:46.382[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089700222015381 -- 2026-06-29 17:26:49.112[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133510 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017528533935547 -- 2026-06-29 17:26:49.114[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select payment_id from dbthird.thd_payment where oa_payment_id = 133510 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018081665039062 -- 2026-06-29 17:26:49.116[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145972 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021708011627197 -- 2026-06-29 17:26:49.118[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722775 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016391277313232 -- 2026-06-29 17:26:49.120[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016469955444336 -- 2026-06-29 17:26:49.154[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017740726470947 -- 2026-06-29 17:26:49.156[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722775 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-29 17:26:49.158[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015888214111328 -- 2026-06-29 17:26:49.159[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016348361968994 -- 2026-06-29 17:26:49.199[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089049339294434 -- 2026-06-29 17:26:50.068[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133510 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078849792480469 -- 2026-06-29 17:26:50.687[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099561214447021 -- 2026-06-29 17:26:52.313[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023019313812256 -- 2026-06-29 17:26:52.316[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select payment_id from dbthird.thd_payment where oa_payment_id = 133464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-29 17:26:52.318[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145932 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022740364074707 -- 2026-06-29 17:26:52.320[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017788410186768 -- 2026-06-29 17:26:52.322[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 17:26:52.356[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-29 17:26:52.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721579 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 17:26:52.359[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017588138580322 -- 2026-06-29 17:26:52.361[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017921924591064 -- 2026-06-29 17:26:52.401[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082368850708008 -- 2026-06-29 17:26:52.996[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095350742340088 -- 2026-06-29 17:26:53.618[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089738368988037 -- 2026-06-29 17:26:55.697[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-29 17:26:55.699[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select payment_id from dbthird.thd_payment where oa_payment_id = 133433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 17:26:55.701[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145901 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 17:26:55.703[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719600 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015759468078613 -- 2026-06-29 17:26:55.705[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 17:26:55.738[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 17:26:55.740[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719600 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015871524810791 -- 2026-06-29 17:26:55.741[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 17:26:55.743[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016331672668457 -- 2026-06-29 17:26:55.781[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083298683166504 -- 2026-06-29 17:26:56.396[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088348388671875 -- 2026-06-29 17:26:56.963[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090510845184326 -- 2026-06-29 17:26:58.352[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021169185638428 -- 2026-06-29 17:26:58.355[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select payment_id from dbthird.thd_payment where oa_payment_id = 133384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017359256744385 -- 2026-06-29 17:26:58.356[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 17:26:58.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016381740570068 -- 2026-06-29 17:26:58.392[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 17:26:58.394[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015869140625 -- 2026-06-29 17:26:58.396[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015740394592285 -- 2026-06-29 17:26:58.398[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016169548034668 -- 2026-06-29 17:26:58.435[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088779926300049 -- 2026-06-29 17:26:59.092[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015757083892822 -- 2026-06-29 17:26:59.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022325992584229 -- 2026-06-29 17:27:03.030[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002316951751709 -- 2026-06-29 17:27:03.033[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select payment_id from dbthird.thd_payment where oa_payment_id = 133347 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024030208587646 -- 2026-06-29 17:27:03.035[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145823 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020041465759277 -- 2026-06-29 17:27:03.038[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713653 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-29 17:27:03.040[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-29 17:27:03.074[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 17:27:03.076[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713653 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 17:27:03.078[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 17:27:03.080[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018658638000488 -- 2026-06-29 17:27:03.119[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099859237670898 -- 2026-06-29 17:27:03.828[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133347 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010161876678467 -- 2026-06-29 17:27:04.403[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009749174118042 -- 2026-06-29 17:27:05.978[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133346 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018668174743652 -- 2026-06-29 17:27:05.980[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select payment_id from dbthird.thd_payment where oa_payment_id = 133346 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019450187683105 -- 2026-06-29 17:27:05.982[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145822 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 17:27:05.984[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-29 17:27:05.986[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017789840698242 -- 2026-06-29 17:27:06.036[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 17:27:06.038[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 17:27:06.040[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017127990722656 -- 2026-06-29 17:27:06.042[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 17:27:06.081[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093979835510254 -- 2026-06-29 17:27:06.618[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133346 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010768890380859 -- 2026-06-29 17:27:07.199[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086309909820557 -- 2026-06-29 17:27:08.852[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016889572143555 -- 2026-06-29 17:27:08.854[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select payment_id from dbthird.thd_payment where oa_payment_id = 133344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001737117767334 -- 2026-06-29 17:27:08.855[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145820 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 17:27:08.857[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713608 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015490055084229 -- 2026-06-29 17:27:08.859[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016071796417236 -- 2026-06-29 17:27:08.892[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 17:27:08.894[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713608 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015630722045898 -- 2026-06-29 17:27:08.896[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015571117401123 -- 2026-06-29 17:27:08.898[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015778541564941 -- 2026-06-29 17:27:08.938[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007422924041748 -- 2026-06-29 17:27:09.681[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133344 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013671159744263 -- 2026-06-29 17:27:10.351[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086929798126221 -- 2026-06-29 17:27:11.832[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 17:27:11.834[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select payment_id from dbthird.thd_payment where oa_payment_id = 133343 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 17:27:11.835[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145819 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021049976348877 -- 2026-06-29 17:27:11.838[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713583 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015931129455566 -- 2026-06-29 17:27:11.839[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016281604766846 -- 2026-06-29 17:27:11.874[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-29 17:27:11.875[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713583 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 17:27:11.877[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016038417816162 -- 2026-06-29 17:27:11.879[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 17:27:11.920[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019441843032837 -- 2026-06-29 17:27:12.547[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133343 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010201930999756 -- 2026-06-29 17:27:13.178[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088682174682617 -- 2026-06-29 17:27:16.117[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133044 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019681453704834 -- 2026-06-29 17:27:16.119[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select payment_id from dbthird.thd_payment where oa_payment_id = 133044 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 17:27:16.121[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6699614 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014760494232178 -- 2026-06-29 17:27:16.122[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023889064788818 -- 2026-06-29 17:27:16.178[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016238689422607 -- 2026-06-29 17:27:16.180[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6699614 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001453161239624 -- 2026-06-29 17:27:16.181[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 17:27:16.183[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014739036560059 -- 2026-06-29 17:27:16.218[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094649791717529 -- 2026-06-29 17:27:17.098[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133044 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097229480743408 -- 2026-06-29 17:27:17.637[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011750936508179 -- 2026-06-29 17:27:18.975[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019810199737549 -- 2026-06-29 17:27:18.977[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select payment_id from dbthird.thd_payment where oa_payment_id = 133342 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020260810852051 -- 2026-06-29 17:27:18.980[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145818 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019781589508057 -- 2026-06-29 17:27:18.982[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 17:27:18.984[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001884937286377 -- 2026-06-29 17:27:19.018[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019979476928711 -- 2026-06-29 17:27:19.020[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6713571 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 17:27:19.022[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018329620361328 -- 2026-06-29 17:27:19.024[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-29 17:27:19.063[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083670616149902 -- 2026-06-29 17:27:19.617[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133342 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092041492462158 -- 2026-06-29 17:27:20.178[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010324001312256 -- 2026-06-29 17:27:21.674[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133263 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020308494567871 -- 2026-06-29 17:27:21.676[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select payment_id from dbthird.thd_payment where oa_payment_id = 133263 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020380020141602 -- 2026-06-29 17:27:21.678[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 17:27:21.680[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019679069519043 -- 2026-06-29 17:27:21.714[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020661354064941 -- 2026-06-29 17:27:21.716[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708134 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 17:27:21.718[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 17:27:21.720[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019760131835938 -- 2026-06-29 17:27:21.758[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086619853973389 -- 2026-06-29 17:27:22.377[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133263 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01971697807312 -- 2026-06-29 17:27:22.988[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083260536193848 -- 2026-06-29 17:27:24.227[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019989013671875 -- 2026-06-29 17:27:24.229[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select payment_id from dbthird.thd_payment where oa_payment_id = 133259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 17:27:24.231[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145738 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019969940185547 -- 2026-06-29 17:27:24.233[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001492977142334 -- 2026-06-29 17:27:24.234[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020141124725342 -- 2026-06-29 17:27:24.286[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016489028930664 -- 2026-06-29 17:27:24.288[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6708053 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014879703521729 -- 2026-06-29 17:27:24.290[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014758110046387 -- 2026-06-29 17:27:24.291[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015010833740234 -- 2026-06-29 17:27:24.329[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016272068023682 -- 2026-06-29 17:27:24.885[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019586086273193 -- 2026-06-29 17:27:25.528[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017836093902588 -- 2026-06-29 17:27:26.751[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 132780 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 17:27:26.753[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select payment_id from dbthird.thd_payment where oa_payment_id = 132780 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018198490142822 -- 2026-06-29 17:27:26.755[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6685995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 17:27:26.757[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021064043045044 -- 2026-06-29 17:27:26.810[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 17:27:26.812[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6685995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 17:27:26.814[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 17:27:26.816[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017170906066895 -- 2026-06-29 17:27:26.851[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086300373077393 -- 2026-06-29 17:27:27.657[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=132780 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009566068649292 -- 2026-06-29 17:27:28.238[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014283895492554 -- 2026-06-29 17:27:29.778[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 131530 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 17:27:29.780[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select payment_id from dbthird.thd_payment where oa_payment_id = 131530 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018980503082275 -- 2026-06-29 17:27:29.782[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 144457 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-29 17:27:29.784[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6624405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 17:27:29.785[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 17:27:29.820[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-29 17:27:29.822[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6624405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017068386077881 -- 2026-06-29 17:27:29.824[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 17:27:29.826[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-29 17:27:29.865[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=131530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087778568267822 -- 2026-06-29 17:27:30.457[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=131530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0212721824646 -- 2026-06-29 17:27:31.109[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01049017906189 -- 2026-06-29 17:27:32.584[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130545 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018091201782227 -- 2026-06-29 17:27:32.586[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select payment_id from dbthird.thd_payment where oa_payment_id = 130545 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 17:27:32.588[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143718 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 17:27:32.590[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6570093 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-29 17:27:32.592[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018410682678223 -- 2026-06-29 17:27:32.626[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 17:27:32.628[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6570093 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 17:27:32.629[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016851425170898 -- 2026-06-29 17:27:32.631[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 17:27:32.687[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0066211223602295 -- 2026-06-29 17:27:33.355[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092058181762695 -- 2026-06-29 17:27:33.962[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078229904174805 -- 2026-06-29 17:27:35.591[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130544 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015149116516113 -- 2026-06-29 17:27:35.593[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select payment_id from dbthird.thd_payment where oa_payment_id = 130544 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015840530395508 -- 2026-06-29 17:27:35.595[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143717 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015361309051514 -- 2026-06-29 17:27:35.596[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6570090 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014700889587402 -- 2026-06-29 17:27:35.598[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00154709815979 -- 2026-06-29 17:27:35.630[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015151500701904 -- 2026-06-29 17:27:35.632[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6570090 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013802051544189 -- 2026-06-29 17:27:35.634[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013840198516846 -- 2026-06-29 17:27:35.635[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001431941986084 -- 2026-06-29 17:27:35.678[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020684957504272 -- 2026-06-29 17:27:36.299[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017432928085327 -- 2026-06-29 17:27:36.926[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093050003051758 -- 2026-06-29 17:27:38.313[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130543 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001755952835083 -- 2026-06-29 17:27:38.314[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select payment_id from dbthird.thd_payment where oa_payment_id = 130543 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018141269683838 -- 2026-06-29 17:27:38.316[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143716 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 17:27:38.318[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6570085 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016720294952393 -- 2026-06-29 17:27:38.320[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 17:27:38.354[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017478466033936 -- 2026-06-29 17:27:38.356[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6570085 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016481876373291 -- 2026-06-29 17:27:38.357[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016260147094727 -- 2026-06-29 17:27:38.359[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016539096832275 -- 2026-06-29 17:27:38.402[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02283501625061 -- 2026-06-29 17:27:39.231[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094568729400635 -- 2026-06-29 17:27:39.958[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021640062332153 -- 2026-06-29 17:27:41.410[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 130541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 17:27:41.412[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select payment_id from dbthird.thd_payment where oa_payment_id = 130541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018711090087891 -- 2026-06-29 17:27:41.414[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143714 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-29 17:27:41.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6570079 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 17:27:41.418[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019979000091553 -- 2026-06-29 17:27:41.469[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 17:27:41.471[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6570079 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016648769378662 -- 2026-06-29 17:27:41.473[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 17:27:41.474[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016899108886719 -- 2026-06-29 17:27:41.512[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=130541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011924028396606 -- 2026-06-29 17:27:41.991[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=130541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075950622558594 -- 2026-06-29 17:27:42.631[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091011524200439 -- 2026-06-29 17:27:44.328[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129845 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00174880027771 -- 2026-06-29 17:27:44.330[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select payment_id from dbthird.thd_payment where oa_payment_id = 129845 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 17:27:44.332[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143180 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 17:27:44.334[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6541739 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 17:27:44.335[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017332077026367 -- 2026-06-29 17:27:44.385[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 17:27:44.387[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6541739 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016069412231445 -- 2026-06-29 17:27:44.389[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016019344329834 -- 2026-06-29 17:27:44.391[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016469955444336 -- 2026-06-29 17:27:44.429[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01559591293335 -- 2026-06-29 17:27:46.365[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129845 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017051935195923 -- 2026-06-29 17:27:47.007[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022439002990723 -- 2026-06-29 17:27:48.466[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129843 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017051696777344 -- 2026-06-29 17:27:48.468[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select payment_id from dbthird.thd_payment where oa_payment_id = 129843 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 17:27:48.470[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143178 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017189979553223 -- 2026-06-29 17:27:48.472[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6541736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016069412231445 -- 2026-06-29 17:27:48.474[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016200542449951 -- 2026-06-29 17:27:48.507[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 17:27:48.509[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6541736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015828609466553 -- 2026-06-29 17:27:48.511[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015749931335449 -- 2026-06-29 17:27:48.512[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016200542449951 -- 2026-06-29 17:27:48.550[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094738006591797 -- 2026-06-29 17:27:50.605[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095610618591309 -- 2026-06-29 17:27:51.241[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010123014450073 -- 2026-06-29 17:27:52.717[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129842 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019640922546387 -- 2026-06-29 17:27:52.719[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select payment_id from dbthird.thd_payment where oa_payment_id = 129842 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020289421081543 -- 2026-06-29 17:27:52.721[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143177 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019919872283936 -- 2026-06-29 17:27:52.723[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6541734 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 17:27:52.725[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-29 17:27:52.759[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001986026763916 -- 2026-06-29 17:27:52.761[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6541734 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018270015716553 -- 2026-06-29 17:27:52.763[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018408298492432 -- 2026-06-29 17:27:52.765[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018608570098877 -- 2026-06-29 17:27:52.803[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080208778381348 -- 2026-06-29 17:27:53.379[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129842 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008699893951416 -- 2026-06-29 17:27:54.060[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096158981323242 -- 2026-06-29 17:27:55.511[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129595 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001863956451416 -- 2026-06-29 17:27:55.513[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select payment_id from dbthird.thd_payment where oa_payment_id = 129595 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001896858215332 -- 2026-06-29 17:27:55.515[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 143040 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 17:27:55.517[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6531246 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 17:27:55.519[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017838478088379 -- 2026-06-29 17:27:55.552[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018620491027832 -- 2026-06-29 17:27:55.554[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6531246 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 17:27:55.556[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017378330230713 -- 2026-06-29 17:27:55.558[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018610954284668 -- 2026-06-29 17:27:55.596[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129595 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076742172241211 -- 2026-06-29 17:27:56.209[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129595 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095350742340088 -- 2026-06-29 17:27:57.091[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088131427764893 -- 2026-06-29 17:27:58.450[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129286 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-29 17:27:58.452[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select payment_id from dbthird.thd_payment where oa_payment_id = 129286 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017609596252441 -- 2026-06-29 17:27:58.454[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 142820 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-29 17:27:58.456[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6515174 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015881061553955 -- 2026-06-29 17:27:58.458[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023571968078613 -- 2026-06-29 17:27:58.513[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017111301422119 -- 2026-06-29 17:27:58.514[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6515174 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 17:27:58.516[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015850067138672 -- 2026-06-29 17:27:58.518[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-29 17:27:58.580[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091409683227539 -- 2026-06-29 17:27:59.230[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129286 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019063949584961 -- 2026-06-29 17:27:59.895[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010208129882812 -- 2026-06-29 17:28:01.437[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-29 17:28:01.440[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select payment_id from dbthird.thd_payment where oa_payment_id = 129279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-29 17:28:01.442[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 142815 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019659996032715 -- 2026-06-29 17:28:01.444[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6515136 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 17:28:01.446[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019822120666504 -- 2026-06-29 17:28:01.479[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 17:28:01.481[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6515136 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 17:28:01.483[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 17:28:01.485[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00187087059021 -- 2026-06-29 17:28:01.523[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094828605651855 -- 2026-06-29 17:28:02.186[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099239349365234 -- 2026-06-29 17:28:02.781[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023205041885376 -- 2026-06-29 17:28:04.475[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129211 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019850730895996 -- 2026-06-29 17:28:04.477[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select payment_id from dbthird.thd_payment where oa_payment_id = 129211 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019989013671875 -- 2026-06-29 17:28:04.479[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 142784 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019581317901611 -- 2026-06-29 17:28:04.481[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6512123 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017910003662109 -- 2026-06-29 17:28:04.483[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 17:28:04.517[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 17:28:04.519[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6512123 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-29 17:28:04.522[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017921924591064 -- 2026-06-29 17:28:04.523[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 17:28:04.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129211 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010074138641357 -- 2026-06-29 17:28:05.141[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129211 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019114017486572 -- 2026-06-29 17:28:05.790[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020295858383179 -- 2026-06-29 17:28:07.171[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 17:28:07.173[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select payment_id from dbthird.thd_payment where oa_payment_id = 129119 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001788854598999 -- 2026-06-29 17:28:07.175[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 142709 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021500587463379 -- 2026-06-29 17:28:07.177[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6509543 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015969276428223 -- 2026-06-29 17:28:07.179[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016670227050781 -- 2026-06-29 17:28:07.214[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 17:28:07.216[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6509543 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016038417816162 -- 2026-06-29 17:28:07.218[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015659332275391 -- 2026-06-29 17:28:07.220[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-29 17:28:07.258[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01982307434082 -- 2026-06-29 17:28:07.861[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129119 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081589221954346 -- 2026-06-29 17:28:08.459[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022042989730835 -- 2026-06-29 17:28:09.993[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 129109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018250942230225 -- 2026-06-29 17:28:09.995[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select payment_id from dbthird.thd_payment where oa_payment_id = 129109 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018138885498047 -- 2026-06-29 17:28:09.997[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 142699 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 17:28:09.999[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6509235 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016400814056396 -- 2026-06-29 17:28:10.001[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016958713531494 -- 2026-06-29 17:28:10.034[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 17:28:10.036[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6509235 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016748905181885 -- 2026-06-29 17:28:10.038[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016191005706787 -- 2026-06-29 17:28:10.040[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 17:28:10.078[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=129109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088069438934326 -- 2026-06-29 17:28:11.240[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=129109 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092699527740479 -- 2026-06-29 17:28:12.000[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016572952270508 -- 2026-06-29 17:28:13.553[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 127312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 17:28:13.555[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select payment_id from dbthird.thd_payment where oa_payment_id = 127312 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018870830535889 -- 2026-06-29 17:28:13.557[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 141386 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018641948699951 -- 2026-06-29 17:28:13.559[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6418158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 17:28:13.560[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 17:28:13.594[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018801689147949 -- 2026-06-29 17:28:13.596[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6418158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 17:28:13.598[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 17:28:13.600[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-29 17:28:13.642[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083727836608887 -- 2026-06-29 17:28:14.264[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=127312 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015758037567139 -- 2026-06-29 17:28:14.932[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022786855697632 -- 2026-06-29 17:28:16.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 127311 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00180983543396 -- 2026-06-29 17:28:16.360[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select payment_id from dbthird.thd_payment where oa_payment_id = 127311 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018348693847656 -- 2026-06-29 17:28:16.362[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 141385 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018408298492432 -- 2026-06-29 17:28:16.364[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6418155 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016741752624512 -- 2026-06-29 17:28:16.366[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016839504241943 -- 2026-06-29 17:28:16.399[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-29 17:28:16.401[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6418155 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 17:28:16.403[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016491413116455 -- 2026-06-29 17:28:16.405[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016789436340332 -- 2026-06-29 17:28:16.447[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010328054428101 -- 2026-06-29 17:28:17.361[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=127311 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077881813049316 -- 2026-06-29 17:28:18.004[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010190010070801 -- 2026-06-29 17:28:19.461[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 127002 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-29 17:28:19.464[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select payment_id from dbthird.thd_payment where oa_payment_id = 127002 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002007007598877 -- 2026-06-29 17:28:19.466[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 141179 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 17:28:19.468[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6407064 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 17:28:19.470[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-29 17:28:19.520[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001957893371582 -- 2026-06-29 17:28:19.522[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6407064 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 17:28:19.524[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018179416656494 -- 2026-06-29 17:28:19.526[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 17:28:19.570[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=127002 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018087863922119 -- 2026-06-29 17:28:20.214[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=127002 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093870162963867 -- 2026-06-29 17:28:20.860[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00766921043396 -- 2026-06-29 17:28:27.215[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49157 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 49157 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-29 17:28:27.217[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49157 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 49157 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015718936920166 -- 2026-06-29 17:28:27.219[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49157 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6515184 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014240741729736 -- 2026-06-29 17:28:27.220[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015649795532227 -- 2026-06-29 17:28:27.253[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49157 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6515184 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014309883117676 -- 2026-06-29 17:28:27.255[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=49157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083961486816406 -- 2026-06-29 17:28:28.165[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=49157 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014434099197388 -- 2026-06-29 17:28:28.792[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019345045089722 -- 2026-06-29 17:29:41.132[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126663 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017998218536377 -- 2026-06-29 17:29:41.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select payment_id from dbthird.thd_payment where oa_payment_id = 126663 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018529891967773 -- 2026-06-29 17:29:41.136[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140948 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023148059844971 -- 2026-06-29 17:29:41.139[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392701 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001816987991333 -- 2026-06-29 17:29:41.141[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 17:29:41.175[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 17:29:41.177[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392701 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 17:29:41.179[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016548633575439 -- 2026-06-29 17:29:41.181[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 17:29:41.219[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028795957565308 -- 2026-06-29 17:29:41.917[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092151165008545 -- 2026-06-29 17:29:42.607[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099999904632568 -- 2026-06-29 17:29:44.108[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019540786743164 -- 2026-06-29 17:29:44.110[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select payment_id from dbthird.thd_payment where oa_payment_id = 126655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020041465759277 -- 2026-06-29 17:29:44.112[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 17:29:44.114[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392663 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 17:29:44.116[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02335000038147 -- 2026-06-29 17:29:44.183[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020389556884766 -- 2026-06-29 17:29:44.185[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392663 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018508434295654 -- 2026-06-29 17:29:44.187[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 17:29:44.189[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018739700317383 -- 2026-06-29 17:29:44.228[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081009864807129 -- 2026-06-29 17:29:55.105[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018813133239746 -- 2026-06-29 17:29:56.356[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 17:29:56.358[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select payment_id from dbthird.thd_payment where oa_payment_id = 126655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 17:29:56.360[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140944 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 17:29:56.362[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392663 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 17:29:56.364[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01867413520813 -- 2026-06-29 17:29:56.415[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019609928131104 -- 2026-06-29 17:29:56.417[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392663 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017960071563721 -- 2026-06-29 17:29:56.419[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017821788787842 -- 2026-06-29 17:29:56.421[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018551349639893 -- 2026-06-29 17:29:56.458[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087912082672119 -- 2026-06-29 17:29:57.066[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008530855178833 -- 2026-06-29 17:29:57.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093891620635986 -- 2026-06-29 17:29:59.216[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126654 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 17:29:59.218[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select payment_id from dbthird.thd_payment where oa_payment_id = 126654 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019071102142334 -- 2026-06-29 17:29:59.220[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140943 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 17:29:59.222[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00173020362854 -- 2026-06-29 17:29:59.224[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 17:29:59.259[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018570423126221 -- 2026-06-29 17:29:59.261[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 17:29:59.263[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-29 17:29:59.265[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 17:29:59.303[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126654 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028258085250854 -- 2026-06-29 17:29:59.915[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126654 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084049701690674 -- 2026-06-29 17:30:00.496[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011028051376343 -- 2026-06-29 17:30:02.158[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126652 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019881725311279 -- 2026-06-29 17:30:02.160[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select payment_id from dbthird.thd_payment where oa_payment_id = 126652 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020837783813477 -- 2026-06-29 17:30:02.163[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140941 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024189949035645 -- 2026-06-29 17:30:02.165[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 17:30:02.167[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016481876373291 -- 2026-06-29 17:30:02.216[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020558834075928 -- 2026-06-29 17:30:02.219[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-29 17:30:02.221[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018799304962158 -- 2026-06-29 17:30:02.223[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019278526306152 -- 2026-06-29 17:30:02.265[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014471054077148 -- 2026-06-29 17:30:03.553[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017660140991211 -- 2026-06-29 17:30:04.165[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017354011535645 -- 2026-06-29 17:30:05.669[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126650 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001849889755249 -- 2026-06-29 17:30:05.671[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select payment_id from dbthird.thd_payment where oa_payment_id = 126650 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 17:30:05.673[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140939 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001835823059082 -- 2026-06-29 17:30:05.675[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392642 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016708374023438 -- 2026-06-29 17:30:05.677[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019040107727051 -- 2026-06-29 17:30:05.728[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 17:30:05.730[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392642 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 17:30:05.732[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 17:30:05.734[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 17:30:05.773[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126650 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016791105270386 -- 2026-06-29 17:30:06.359[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126650 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089788436889648 -- 2026-06-29 17:30:06.951[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010822057723999 -- 2026-06-29 17:30:08.413[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126648 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015602111816406 -- 2026-06-29 17:30:08.414[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select payment_id from dbthird.thd_payment where oa_payment_id = 126648 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-29 17:30:08.416[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140937 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015859603881836 -- 2026-06-29 17:30:08.418[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6392635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014419555664062 -- 2026-06-29 17:30:08.419[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015091896057129 -- 2026-06-29 17:30:08.453[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-29 17:30:08.454[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6392635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014350414276123 -- 2026-06-29 17:30:08.456[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014421939849854 -- 2026-06-29 17:30:08.458[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001471996307373 -- 2026-06-29 17:30:08.498[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126648 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015751838684082 -- 2026-06-29 17:30:09.103[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126648 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017428874969482 -- 2026-06-29 17:30:09.730[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010658979415894 -- 2026-06-29 17:30:11.188[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126107 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-29 17:30:11.189[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select payment_id from dbthird.thd_payment where oa_payment_id = 126107 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016930103302002 -- 2026-06-29 17:30:11.191[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140548 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 17:30:11.193[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6367237 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015389919281006 -- 2026-06-29 17:30:11.195[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020587921142578 -- 2026-06-29 17:30:11.247[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019690990447998 -- 2026-06-29 17:30:11.249[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6367237 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 17:30:11.251[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018088817596436 -- 2026-06-29 17:30:11.253[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 17:30:11.292[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021220922470093 -- 2026-06-29 17:30:11.878[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126107 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019365072250366 -- 2026-06-29 17:30:12.521[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013556003570557 -- 2026-06-29 17:30:14.105[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 126031 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-29 17:30:14.107[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select payment_id from dbthird.thd_payment where oa_payment_id = 126031 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020499229431152 -- 2026-06-29 17:30:14.110[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140492 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020120143890381 -- 2026-06-29 17:30:14.112[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6365988 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-29 17:30:14.114[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001878023147583 -- 2026-06-29 17:30:14.147[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020039081573486 -- 2026-06-29 17:30:14.149[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6365988 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018258094787598 -- 2026-06-29 17:30:14.151[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018389225006104 -- 2026-06-29 17:30:14.153[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018911361694336 -- 2026-06-29 17:30:14.193[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=126031 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099029541015625 -- 2026-06-29 17:30:14.817[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=126031 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022181987762451 -- 2026-06-29 17:30:15.499[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017661094665527 -- 2026-06-29 17:30:16.660[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 125971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017402172088623 -- 2026-06-29 17:30:16.662[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select payment_id from dbthird.thd_payment where oa_payment_id = 125971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001795768737793 -- 2026-06-29 17:30:16.664[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140438 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021238327026367 -- 2026-06-29 17:30:16.666[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6362563 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016269683837891 -- 2026-06-29 17:30:16.668[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01911187171936 -- 2026-06-29 17:30:16.719[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017590522766113 -- 2026-06-29 17:30:16.721[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6362563 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016388893127441 -- 2026-06-29 17:30:16.722[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 17:30:16.724[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-29 17:30:16.762[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087320804595947 -- 2026-06-29 17:30:18.174[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=125971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097761154174805 -- 2026-06-29 17:30:18.826[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010334968566895 -- 2026-06-29 17:30:20.206[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 125816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020010471343994 -- 2026-06-29 17:30:20.208[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select payment_id from dbthird.thd_payment where oa_payment_id = 125816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002061128616333 -- 2026-06-29 17:30:20.210[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140346 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020351409912109 -- 2026-06-29 17:30:20.212[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6355066 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 17:30:20.214[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01580810546875 -- 2026-06-29 17:30:20.262[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020449161529541 -- 2026-06-29 17:30:20.264[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6355066 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 17:30:20.266[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 17:30:20.269[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 17:30:20.309[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017958879470825 -- 2026-06-29 17:30:20.909[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=125816 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089468955993652 -- 2026-06-29 17:30:21.519[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010486125946045 -- 2026-06-29 17:30:23.201[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 125657 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-29 17:30:23.203[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select payment_id from dbthird.thd_payment where oa_payment_id = 125657 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020530223846436 -- 2026-06-29 17:30:23.205[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140278 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024678707122803 -- 2026-06-29 17:30:23.208[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6350664 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-29 17:30:23.210[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019538402557373 -- 2026-06-29 17:30:23.260[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020668506622314 -- 2026-06-29 17:30:23.262[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6350664 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 17:30:23.264[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 17:30:23.266[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 17:30:23.306[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074920654296875 -- 2026-06-29 17:30:25.163[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=125657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012745141983032 -- 2026-06-29 17:30:25.754[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0078721046447754 -- 2026-06-29 17:30:27.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 125447 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015180110931396 -- 2026-06-29 17:30:27.135[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select payment_id from dbthird.thd_payment where oa_payment_id = 125447 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016050338745117 -- 2026-06-29 17:30:27.137[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 140081 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015468597412109 -- 2026-06-29 17:30:27.139[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6340621 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014100074768066 -- 2026-06-29 17:30:27.141[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020681142807007 -- 2026-06-29 17:30:27.192[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001594066619873 -- 2026-06-29 17:30:27.194[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6340621 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001417875289917 -- 2026-06-29 17:30:27.196[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013890266418457 -- 2026-06-29 17:30:27.197[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014598369598389 -- 2026-06-29 17:30:27.235[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=125447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085868835449219 -- 2026-06-29 17:30:27.824[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=125447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086009502410889 -- 2026-06-29 17:30:28.419[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091960430145264 -- 2026-06-29 17:30:29.720[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 122750 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 17:30:29.722[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select payment_id from dbthird.thd_payment where oa_payment_id = 122750 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015411376953125 -- 2026-06-29 17:30:29.723[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 138215 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 17:30:29.725[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6161326 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013599395751953 -- 2026-06-29 17:30:29.727[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01960015296936 -- 2026-06-29 17:30:29.779[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015370845794678 -- 2026-06-29 17:30:29.781[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6161326 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013489723205566 -- 2026-06-29 17:30:29.782[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013458728790283 -- 2026-06-29 17:30:29.784[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00142502784729 -- 2026-06-29 17:30:29.822[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=122750 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012995958328247 -- 2026-06-29 17:30:30.394[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=122750 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097610950469971 -- 2026-06-29 17:30:31.036[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012899875640869 -- 2026-06-29 17:30:32.324[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79814 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020060539245605 -- 2026-06-29 17:30:32.326[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79814 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022189617156982 -- 2026-06-29 17:30:32.329[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79814 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040450096130371 -- 2026-06-29 17:30:32.333[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79814 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017809867858887 -- 2026-06-29 17:30:32.335[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018081665039062 -- 2026-06-29 17:30:32.368[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019731521606445 -- 2026-06-29 17:30:32.410[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719542 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017721652984619 -- 2026-06-29 17:30:32.411[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 17:30:32.413[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077989101409912 -- 2026-06-29 17:31:59.046[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79814 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076889991760254 -- 2026-06-29 17:31:59.990[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00819993019104 -- 2026-06-29 17:32:01.511[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79798 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020239353179932 -- 2026-06-29 17:32:01.513[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79798 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019309520721436 -- 2026-06-29 17:32:01.515[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79798 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033419132232666 -- 2026-06-29 17:32:01.519[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79798 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014650821685791 -- 2026-06-29 17:32:01.520[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014820098876953 -- 2026-06-29 17:32:01.555[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016579627990723 -- 2026-06-29 17:32:01.597[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717988 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014729499816895 -- 2026-06-29 17:32:01.598[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014579296112061 -- 2026-06-29 17:32:01.600[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085020065307617 -- 2026-06-29 17:32:02.271[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79798 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080649852752686 -- 2026-06-29 17:32:03.071[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099239349365234 -- 2026-06-29 17:32:04.563[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79796 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019900798797607 -- 2026-06-29 17:32:04.565[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79796 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022461414337158 -- 2026-06-29 17:32:04.567[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79796 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020151138305664 -- 2026-06-29 17:32:04.569[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79796 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-29 17:32:04.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-29 17:32:04.607[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019381046295166 -- 2026-06-29 17:32:04.648[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6717885 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017261505126953 -- 2026-06-29 17:32:04.650[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017671585083008 -- 2026-06-29 17:32:04.652[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098099708557129 -- 2026-06-29 17:32:05.478[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79796 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096030235290527 -- 2026-06-29 17:32:06.302[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090899467468262 -- 2026-06-29 17:32:07.392[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79761 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018999576568604 -- 2026-06-29 17:32:07.394[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79761 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022189617156982 -- 2026-06-29 17:32:07.396[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79761 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032110214233398 -- 2026-06-29 17:32:07.400[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 SELECT efa_tsl.extrafareapply_tslorder_id recid,efa.status_id,o.order_id,o.order_no,r.route_name,o.order_date,14 as buzSystem_id, w_sl.copilot_driver,w.driver,w.truck_no FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_tslorder efa_tsl ON efa_tsl.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbtsl.tsl_order o ON efa_tsl.order_id = o.order_id LEFT JOIN dbtsl.tsl_orderex_ftl o_ftl ON o.order_id = o_ftl.order_id LEFT JOIN dbtsl.tsl_route r ON o_ftl.route_id = r.route_id left join dbtsl.tsl_work w on efa_tsl.work_id = w.work_id left join dbtsl.tsl_workex_specline w_sl on w_sl.work_id = w.work_id WHERE efa.extrafareApply_id = 79761 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016849040985107 -- 2026-06-29 17:32:07.402[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017130374908447 -- 2026-06-29 17:32:07.435[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 17:32:07.485[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710066 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017011165618896 -- 2026-06-29 17:32:07.487[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 17:32:07.488[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083279609680176 -- 2026-06-29 17:32:08.301[高祥-33] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79761 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008472204208374 -- 2026-06-29 17:32:09.052[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085651874542236 -- 2026-06-29 17:33:11.761 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016229152679443 -- 2026-06-29 17:33:11.764 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0025210380554199 -- 2026-06-29 17:33:11.767 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018131732940674 -- 2026-06-29 17:33:11.769[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019794940948486 -- 2026-06-29 17:33:12.168[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021838903427124 -- 2026-06-29 17:33:13.909[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50887 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50887 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024299621582031 -- 2026-06-29 17:33:13.912[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50887 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50887 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023539066314697 -- 2026-06-29 17:33:13.914[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50887 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723724 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018398761749268 -- 2026-06-29 17:33:13.916[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50887 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020229816436768 -- 2026-06-29 17:33:13.951[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50887 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723724 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018298625946045 -- 2026-06-29 17:33:13.953[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50887 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099341869354248 -- 2026-06-29 17:33:14.927[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50887 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027563810348511 -- 2026-06-29 17:33:15.915[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015520095825195 -- 2026-06-29 17:35:21.469 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-29 17:35:21.473 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0026140213012695 -- 2026-06-29 17:35:21.476 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='YangJianHui' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 17:35:21.478[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010273933410645 -- 2026-06-29 17:35:21.934[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084881782531738 -- 2026-06-29 17:35:25.671[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133530 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 17:35:25.673[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select payment_id from dbthird.thd_payment where oa_payment_id = 133530 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018861293792725 -- 2026-06-29 17:35:25.675[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145976 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018401145935059 -- 2026-06-29 17:35:25.677[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013630390167236 -- 2026-06-29 17:35:25.679[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015261173248291 -- 2026-06-29 17:35:25.714[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014960765838623 -- 2026-06-29 17:35:25.716[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723084 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013930797576904 -- 2026-06-29 17:35:25.717[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013680458068848 -- 2026-06-29 17:35:25.719[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013930797576904 -- 2026-06-29 17:35:25.758[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011113166809082 -- 2026-06-29 17:35:28.055[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133530 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01491904258728 -- 2026-06-29 17:35:28.727[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094919204711914 -- 2026-06-29 17:35:29.912[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133507 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018370151519775 -- 2026-06-29 17:35:29.914[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select payment_id from dbthird.thd_payment where oa_payment_id = 133507 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018820762634277 -- 2026-06-29 17:35:29.916[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145969 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-29 17:35:29.918[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722516 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017449855804443 -- 2026-06-29 17:35:29.920[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-29 17:35:29.954[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018517971038818 -- 2026-06-29 17:35:29.956[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722516 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017120838165283 -- 2026-06-29 17:35:29.958[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017209053039551 -- 2026-06-29 17:35:29.960[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017471313476562 -- 2026-06-29 17:35:30.000[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133507 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093998908996582 -- 2026-06-29 17:35:33.523[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133507 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019464015960693 -- 2026-06-29 17:35:34.153[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012704133987427 -- 2026-06-29 17:35:35.377[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133506 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001939058303833 -- 2026-06-29 17:35:35.379[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select payment_id from dbthird.thd_payment where oa_payment_id = 133506 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002068042755127 -- 2026-06-29 17:35:35.381[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145968 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019958019256592 -- 2026-06-29 17:35:35.383[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722493 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 17:35:35.385[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016865015029907 -- 2026-06-29 17:35:35.435[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019769668579102 -- 2026-06-29 17:35:35.437[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722493 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 17:35:35.439[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 17:35:35.441[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 17:35:35.482[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133506 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086321830749512 -- 2026-06-29 17:35:40.427[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133506 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014721155166626 -- 2026-06-29 17:35:41.036[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011215925216675 -- 2026-06-29 17:37:56.389[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50872 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50872 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019900798797607 -- 2026-06-29 17:37:56.392[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50872 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50872 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023980140686035 -- 2026-06-29 17:37:56.394[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50872 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019268989562988 -- 2026-06-29 17:37:56.396[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020129680633545 -- 2026-06-29 17:37:56.431[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50872 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018467903137207 -- 2026-06-29 17:37:56.433[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083270072937012 -- 2026-06-29 17:37:57.106[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50872 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019222021102905 -- 2026-06-29 17:37:57.738[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017587900161743 -- 2026-06-29 17:37:59.227[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50871 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018019676208496 -- 2026-06-29 17:37:59.229[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50871 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 17:37:59.231[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722432 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016758441925049 -- 2026-06-29 17:37:59.233[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018589496612549 -- 2026-06-29 17:37:59.271[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722432 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 17:37:59.273[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008368968963623 -- 2026-06-29 17:38:25.746 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016188621520996 -- 2026-06-29 17:38:25.749 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0025069713592529 -- 2026-06-29 17:38:25.752 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017631053924561 -- 2026-06-29 17:38:25.754[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.007918119430542 -- 2026-06-29 17:38:26.166[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010219097137451 -- 2026-06-29 17:38:27.873[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50871 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002032995223999 -- 2026-06-29 17:38:27.875[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50871 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020630359649658 -- 2026-06-29 17:38:27.878[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722432 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018618106842041 -- 2026-06-29 17:38:27.880[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002051830291748 -- 2026-06-29 17:38:27.914[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722432 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018961429595947 -- 2026-06-29 17:38:27.916[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50871 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022624015808105 -- 2026-06-29 17:38:28.720[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50871 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073189735412598 -- 2026-06-29 17:38:29.470[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020869970321655 -- 2026-06-29 17:38:31.134[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50870 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50870 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021240711212158 -- 2026-06-29 17:38:31.136[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50870 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50870 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016999244689941 -- 2026-06-29 17:38:31.138[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50870 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722422 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015931129455566 -- 2026-06-29 17:38:31.140[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017280578613281 -- 2026-06-29 17:38:31.173[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50870 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722422 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015461444854736 -- 2026-06-29 17:38:31.175[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087628364562988 -- 2026-06-29 17:38:33.357[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50870 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087471008300781 -- 2026-06-29 17:38:34.581[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084149837493896 -- 2026-06-29 17:38:59.831[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50069 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50069 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016880035400391 -- 2026-06-29 17:38:59.832[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50069 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50069 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020551681518555 -- 2026-06-29 17:38:59.835[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50069 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6622423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001643180847168 -- 2026-06-29 17:38:59.836[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50069 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017411708831787 -- 2026-06-29 17:38:59.870[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50069 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6622423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015571117401123 -- 2026-06-29 17:38:59.871[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50069 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01028299331665 -- 2026-06-29 17:39:14.649[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50069 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017880916595459 -- 2026-06-29 17:39:15.378[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011814832687378 -- 2026-06-29 17:39:35.980[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50865 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016448497772217 -- 2026-06-29 17:39:35.981[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50865 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-29 17:39:35.983[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015819072723389 -- 2026-06-29 17:39:35.985[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016658306121826 -- 2026-06-29 17:39:36.018[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721695 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015180110931396 -- 2026-06-29 17:39:36.020[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50865 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084259510040283 -- 2026-06-29 17:39:38.561[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50865 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079588890075684 -- 2026-06-29 17:39:39.170[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094928741455078 -- 2026-06-29 17:39:40.684[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50864 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022649765014648 -- 2026-06-29 17:39:40.687[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50864 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022280216217041 -- 2026-06-29 17:39:40.689[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017337799072266 -- 2026-06-29 17:39:40.691[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018680095672607 -- 2026-06-29 17:39:40.725[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 17:39:40.727[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50864 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010739088058472 -- 2026-06-29 17:39:42.502[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50864 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013805866241455 -- 2026-06-29 17:39:43.004[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01311182975769 -- 2026-06-29 17:39:44.399[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50852 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 17:39:44.401[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50852 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 17:39:44.403[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016601085662842 -- 2026-06-29 17:39:44.405[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018200874328613 -- 2026-06-29 17:39:44.439[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721313 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016529560089111 -- 2026-06-29 17:39:44.441[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50852 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019378900527954 -- 2026-06-29 17:39:44.996[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50852 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089199542999268 -- 2026-06-29 17:39:45.479[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018811941146851 -- 2026-06-29 17:39:46.798[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50851 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014970302581787 -- 2026-06-29 17:39:46.800[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001521110534668 -- 2026-06-29 17:39:46.801[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00136399269104 -- 2026-06-29 17:39:46.803[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015060901641846 -- 2026-06-29 17:39:46.837[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721279 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013589859008789 -- 2026-06-29 17:39:46.838[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50851 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089211463928223 -- 2026-06-29 17:39:47.349[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50851 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0076220035552979 -- 2026-06-29 17:39:47.817[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090241432189941 -- 2026-06-29 17:39:49.013[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50850 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 17:39:49.015[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50850 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-29 17:39:49.017[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721257 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016272068023682 -- 2026-06-29 17:39:49.019[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018100738525391 -- 2026-06-29 17:39:49.054[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721257 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001622200012207 -- 2026-06-29 17:39:49.056[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50850 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013906002044678 -- 2026-06-29 17:39:49.559[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50850 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015738010406494 -- 2026-06-29 17:39:50.060[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022866010665894 -- 2026-06-29 17:39:51.267[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50843 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 17:39:51.269[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50843 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001910924911499 -- 2026-06-29 17:39:51.271[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 17:39:51.273[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019240379333496 -- 2026-06-29 17:39:51.307[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720875 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017530918121338 -- 2026-06-29 17:39:51.309[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079619884490967 -- 2026-06-29 17:39:51.832[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50843 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092980861663818 -- 2026-06-29 17:39:52.338[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095551013946533 -- 2026-06-29 17:39:53.564[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50840 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021541118621826 -- 2026-06-29 17:39:53.567[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50840 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022141933441162 -- 2026-06-29 17:39:53.569[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016582012176514 -- 2026-06-29 17:39:53.571[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 17:39:53.604[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720853 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016610622406006 -- 2026-06-29 17:39:53.606[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089809894561768 -- 2026-06-29 17:39:54.418[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011712074279785 -- 2026-06-29 17:39:54.904[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009666919708252 -- 2026-06-29 17:39:56.329[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50836 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018990039825439 -- 2026-06-29 17:39:56.331[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50836 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019118785858154 -- 2026-06-29 17:39:56.333[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720603 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017778873443604 -- 2026-06-29 17:39:56.335[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-29 17:39:56.369[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720603 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018010139465332 -- 2026-06-29 17:39:56.371[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096428394317627 -- 2026-06-29 17:40:09.428[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0069630146026611 -- 2026-06-29 17:40:11.347[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50828 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013980865478516 -- 2026-06-29 17:40:11.349[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50828 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013861656188965 -- 2026-06-29 17:40:11.350[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720008 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012350082397461 -- 2026-06-29 17:40:11.352[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001439094543457 -- 2026-06-29 17:40:11.384[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720008 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012447834014893 -- 2026-06-29 17:40:11.386[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50828 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088241100311279 -- 2026-06-29 17:40:22.146[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50828 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014976024627686 -- 2026-06-29 17:40:22.656[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089390277862549 -- 2026-06-29 17:40:24.663[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50827 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017838478088379 -- 2026-06-29 17:40:24.665[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50827 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 17:40:24.667[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016341209411621 -- 2026-06-29 17:40:24.669[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018038749694824 -- 2026-06-29 17:40:24.702[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719995 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016410350799561 -- 2026-06-29 17:40:24.704[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50827 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077660083770752 -- 2026-06-29 17:40:27.360[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50827 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092270374298096 -- 2026-06-29 17:40:27.917[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091700553894043 -- 2026-06-29 17:40:29.474[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50826 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022141933441162 -- 2026-06-29 17:40:29.476[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50826 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021829605102539 -- 2026-06-29 17:40:29.478[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719893 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 17:40:29.480[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018467903137207 -- 2026-06-29 17:40:29.513[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719893 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 17:40:29.515[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008897066116333 -- 2026-06-29 17:40:31.200[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50826 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085699558258057 -- 2026-06-29 17:40:31.786[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013861894607544 -- 2026-06-29 17:40:33.380[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50825 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018928050994873 -- 2026-06-29 17:40:33.382[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50825 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-29 17:40:33.384[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017430782318115 -- 2026-06-29 17:40:33.386[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-29 17:40:33.420[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719874 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017368793487549 -- 2026-06-29 17:40:33.422[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50825 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087640285491943 -- 2026-06-29 17:40:41.169[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50825 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019816875457764 -- 2026-06-29 17:40:41.641[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013328075408936 -- 2026-06-29 17:40:43.508[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50822 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018961429595947 -- 2026-06-29 17:40:43.510[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50822 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019290447235107 -- 2026-06-29 17:40:43.512[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6719464 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 17:40:43.514[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019409656524658 -- 2026-06-29 17:40:43.548[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6719464 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 17:40:43.550[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50822 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010832071304321 -- 2026-06-29 17:40:45.546[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50822 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018724918365479 -- 2026-06-29 17:40:46.549[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018745183944702 -- 2026-06-29 17:40:48.118[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50801 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018441677093506 -- 2026-06-29 17:40:48.120[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50801 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023229122161865 -- 2026-06-29 17:40:48.122[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6715452 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017180442810059 -- 2026-06-29 17:40:48.124[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018718242645264 -- 2026-06-29 17:40:48.159[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715452 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017049312591553 -- 2026-06-29 17:40:48.160[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50801 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018187999725342 -- 2026-06-29 17:40:51.504[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50801 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021522045135498 -- 2026-06-29 17:40:52.085[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023272037506104 -- 2026-06-29 17:40:53.653[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50788 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022139549255371 -- 2026-06-29 17:40:53.655[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50788 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022010803222656 -- 2026-06-29 17:40:53.658[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6714831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016920566558838 -- 2026-06-29 17:40:53.659[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 17:40:53.693[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714831 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017001628875732 -- 2026-06-29 17:40:53.695[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50788 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086140632629395 -- 2026-06-29 17:40:55.828[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50788 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010710954666138 -- 2026-06-29 17:40:56.317[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01253604888916 -- 2026-06-29 17:40:57.965[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50711 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018601417541504 -- 2026-06-29 17:40:57.967[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50711 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018560886383057 -- 2026-06-29 17:40:57.969[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6702261 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017318725585938 -- 2026-06-29 17:40:57.971[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 17:40:58.005[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6702261 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 17:40:58.007[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50711 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010040044784546 -- 2026-06-29 17:40:59.301[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50711 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015767097473145 -- 2026-06-29 17:40:59.845[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015973806381226 -- 2026-06-29 17:41:01.633[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50682 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020458698272705 -- 2026-06-29 17:41:01.636[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50682 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020630359649658 -- 2026-06-29 17:41:01.638[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6697315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-29 17:41:01.640[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020980834960938 -- 2026-06-29 17:41:01.674[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6697315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019268989562988 -- 2026-06-29 17:41:01.676[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50682 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011306047439575 -- 2026-06-29 17:41:02.621[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50682 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01199197769165 -- 2026-06-29 17:41:03.232[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017785787582397 -- 2026-06-29 17:41:04.706[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50658 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021750926971436 -- 2026-06-29 17:41:04.708[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50658 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021400451660156 -- 2026-06-29 17:41:04.710[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6694040 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016391277313232 -- 2026-06-29 17:41:04.712[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017881393432617 -- 2026-06-29 17:41:04.745[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6694040 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-29 17:41:04.747[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0140540599823 -- 2026-06-29 17:41:05.490[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012868881225586 -- 2026-06-29 17:41:06.085[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093410015106201 -- 2026-06-29 17:41:07.670[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019190311431885 -- 2026-06-29 17:41:07.672[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019090175628662 -- 2026-06-29 17:41:07.674[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6692769 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-29 17:41:07.676[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019240379333496 -- 2026-06-29 17:41:07.710[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6692769 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017459392547607 -- 2026-06-29 17:41:07.712[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018741130828857 -- 2026-06-29 17:41:08.374[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020915031433105 -- 2026-06-29 17:41:08.985[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020852088928223 -- 2026-06-29 17:41:10.366[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50652 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018191337585449 -- 2026-06-29 17:41:10.368[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50652 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022830963134766 -- 2026-06-29 17:41:10.370[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6692238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017211437225342 -- 2026-06-29 17:41:10.372[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021102905273438 -- 2026-06-29 17:41:10.424[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6692238 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 17:41:10.426[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082778930664062 -- 2026-06-29 17:41:11.650[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015478849411011 -- 2026-06-29 17:41:12.263[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090599060058594 -- 2026-06-29 17:41:13.708[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50541 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022280216217041 -- 2026-06-29 17:41:13.710[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50541 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022330284118652 -- 2026-06-29 17:41:13.712[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6673676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017111301422119 -- 2026-06-29 17:41:13.714[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017453908920288 -- 2026-06-29 17:41:13.764[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6673676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 17:41:13.766[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0139479637146 -- 2026-06-29 17:41:18.251[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50541 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018881797790527 -- 2026-06-29 17:41:18.738[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019052982330322 -- 2026-06-29 17:41:20.274[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017549991607666 -- 2026-06-29 17:41:20.276[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 17:41:20.278[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6658341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016179084777832 -- 2026-06-29 17:41:20.279[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00189208984375 -- 2026-06-29 17:41:20.313[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6658341 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016398429870605 -- 2026-06-29 17:41:20.315[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089950561523438 -- 2026-06-29 17:41:22.702[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084078311920166 -- 2026-06-29 17:41:23.198[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094180107116699 -- 2026-06-29 17:41:24.726[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50836 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018949508666992 -- 2026-06-29 17:41:24.728[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50836 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018749237060547 -- 2026-06-29 17:41:24.730[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720603 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017380714416504 -- 2026-06-29 17:41:24.731[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019381046295166 -- 2026-06-29 17:41:24.765[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720603 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001784086227417 -- 2026-06-29 17:41:24.767[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094230175018311 -- 2026-06-29 17:42:23.385[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8546 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-29 17:42:23.387[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 17:42:23.389[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 17:42:23.428[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016438961029053 -- 2026-06-29 17:42:23.430[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086421966552734 -- 2026-06-29 17:44:30.746[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008126974105835 -- 2026-06-29 17:44:31.245[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024302005767822 -- 2026-06-29 17:44:32.686[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8544 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8544 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 17:44:32.688[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8544 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016989707946777 -- 2026-06-29 17:44:32.690[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 17:44:32.725[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8544 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722847 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 17:44:32.726[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8544 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012885093688965 -- 2026-06-29 17:44:59.871[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092270374298096 -- 2026-06-29 17:45:01.067[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8543 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016767978668213 -- 2026-06-29 17:45:01.069[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016050338745117 -- 2026-06-29 17:45:01.071[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 17:45:01.107[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722598 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015809535980225 -- 2026-06-29 17:45:01.108[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8543 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017225027084351 -- 2026-06-29 17:45:12.586[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010204076766968 -- 2026-06-29 17:45:13.387[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8546 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018079280853271 -- 2026-06-29 17:45:13.389[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 17:45:13.391[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018379688262939 -- 2026-06-29 17:45:13.425[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016520023345947 -- 2026-06-29 17:45:13.427[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022367000579834 -- 2026-06-29 17:45:14.436[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088291168212891 -- 2026-06-29 17:45:14.898[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097560882568359 -- 2026-06-29 17:49:16.583[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50836 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009429931640625 -- 2026-06-29 17:49:17.158[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020977020263672 -- 2026-06-29 17:49:18.901[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8546 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-29 17:49:18.903[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001788854598999 -- 2026-06-29 17:49:18.905[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00199294090271 -- 2026-06-29 17:49:18.940[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 17:49:18.942[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095469951629639 -- 2026-06-29 17:49:21.265[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017250776290894 -- 2026-06-29 17:49:22.035[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010182857513428 -- 2026-06-29 17:50:15.563[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228545%22}&event=edit_officialSeals&officialSeals_id=8545 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8545 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019659996032715 -- 2026-06-29 17:50:15.566[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228545%22}&event=edit_officialSeals&officialSeals_id=8545 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018601417541504 -- 2026-06-29 17:50:15.568[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228545%22}&event=edit_officialSeals&officialSeals_id=8545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-29 17:50:15.603[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228545%22}&event=edit_officialSeals&officialSeals_id=8545 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723464 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 17:50:15.605[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228545%22}&event=edit_officialSeals&officialSeals_id=8545 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021055936813354 -- 2026-06-29 17:50:19.904[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8546 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 17:50:19.906[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018701553344727 -- 2026-06-29 17:50:19.909[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019690990447998 -- 2026-06-29 17:50:19.952[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723513 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017788410186768 -- 2026-06-29 17:50:19.954[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%228546%22}&event=edit_officialSeals&officialSeals_id=8546 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017047882080078 -- 2026-06-29 17:55:02.278 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 17:55:02.282 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0023472309112549 -- 2026-06-29 17:55:02.284 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='FeiFei' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020499229431152 -- 2026-06-29 17:55:02.286[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099151134490967 -- 2026-06-29 17:55:02.697[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016197919845581 -- 2026-06-29 17:55:03.768[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023901462554932 -- 2026-06-29 17:55:03.770[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select payment_id from dbthird.thd_payment where oa_payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023350715637207 -- 2026-06-29 17:55:03.773[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145954 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019559860229492 -- 2026-06-29 17:55:03.775[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 17:55:03.777[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015853881835938 -- 2026-06-29 17:55:03.826[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019490718841553 -- 2026-06-29 17:55:03.828[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 17:55:03.830[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017659664154053 -- 2026-06-29 17:55:03.832[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018408298492432 -- 2026-06-29 17:55:03.873[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022698879241943 -- 2026-06-29 17:55:05.868[肖飞飞-477] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084118843078613 -- 2026-06-29 17:55:06.324[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016633987426758 -- 2026-06-29 17:55:07.452[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019230842590332 -- 2026-06-29 17:55:07.454[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select payment_id from dbthird.thd_payment where oa_payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002371072769165 -- 2026-06-29 17:55:07.457[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145953 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019369125366211 -- 2026-06-29 17:55:07.459[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 17:55:07.461[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017757892608643 -- 2026-06-29 17:55:07.510[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019361972808838 -- 2026-06-29 17:55:07.513[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 17:55:07.515[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017921924591064 -- 2026-06-29 17:55:07.517[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018069744110107 -- 2026-06-29 17:55:07.555[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084500312805176 -- 2026-06-29 17:55:11.575[肖飞飞-477] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083699226379395 -- 2026-06-29 17:55:12.034[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015473127365112 -- 2026-06-29 17:55:12.971[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019869804382324 -- 2026-06-29 17:55:12.974[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select payment_id from dbthird.thd_payment where oa_payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020439624786377 -- 2026-06-29 17:55:12.976[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145917 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019781589508057 -- 2026-06-29 17:55:12.978[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018429756164551 -- 2026-06-29 17:55:12.980[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017842054367065 -- 2026-06-29 17:55:13.030[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select * from dbsys.sys_contact where cont_id = 477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021140575408936 -- 2026-06-29 17:55:13.032[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018491744995117 -- 2026-06-29 17:55:13.034[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018141269683838 -- 2026-06-29 17:55:13.036[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 17:55:13.077[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089590549468994 -- 2026-06-29 17:55:14.375[肖飞飞-477] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093610286712646 -- 2026-06-29 17:55:14.846[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080010890960693 -- 2026-06-29 17:55:15.914[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50839 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015919208526611 -- 2026-06-29 17:55:15.915[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50839 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016200542449951 -- 2026-06-29 17:55:15.917[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014939308166504 -- 2026-06-29 17:55:15.919[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001615047454834 -- 2026-06-29 17:55:15.955[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014820098876953 -- 2026-06-29 17:55:15.956[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010215044021606 -- 2026-06-29 17:55:17.186[肖飞飞-477] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086109638214111 -- 2026-06-29 17:55:17.655[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017927169799805 -- 2026-06-29 17:55:18.614[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50838 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015449523925781 -- 2026-06-29 17:55:18.616[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015609264373779 -- 2026-06-29 17:55:18.617[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013911724090576 -- 2026-06-29 17:55:18.619[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 17:55:18.653[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014028549194336 -- 2026-06-29 17:55:18.654[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012079954147339 -- 2026-06-29 17:55:20.355[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096368789672852 -- 2026-06-29 17:55:21.055[肖飞飞-477] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018717050552368 -- 2026-06-29 17:55:21.514[肖飞飞-477] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 477 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094058513641357 -- 2026-06-29 17:55:21.594[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133539 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018670558929443 -- 2026-06-29 17:55:21.596[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select payment_id from dbthird.thd_payment where oa_payment_id = 133539 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-29 17:55:21.598[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145978 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018501281738281 -- 2026-06-29 17:55:21.600[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6723628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001737117767334 -- 2026-06-29 17:55:21.602[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018701553344727 -- 2026-06-29 17:55:21.635[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019471645355225 -- 2026-06-29 17:55:21.637[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6723628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 17:55:21.639[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 17:55:21.641[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017361640930176 -- 2026-06-29 17:55:21.682[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133539 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095479488372803 -- 2026-06-29 17:55:23.703[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133539 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015031099319458 -- 2026-06-29 17:55:24.149[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009727954864502 -- 2026-06-29 17:55:25.638[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133460 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018441677093506 -- 2026-06-29 17:55:25.640[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select payment_id from dbthird.thd_payment where oa_payment_id = 133460 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001953125 -- 2026-06-29 17:55:25.642[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145928 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018658638000488 -- 2026-06-29 17:55:25.644[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721500 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00173020362854 -- 2026-06-29 17:55:25.646[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017812252044678 -- 2026-06-29 17:55:25.679[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019400119781494 -- 2026-06-29 17:55:25.681[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721500 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017070770263672 -- 2026-06-29 17:55:25.683[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-29 17:55:25.685[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018081665039062 -- 2026-06-29 17:55:25.724[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021807193756104 -- 2026-06-29 17:55:28.508[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0089161396026611 -- 2026-06-29 17:55:29.224[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011229038238525 -- 2026-06-29 17:55:30.389[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020911693572998 -- 2026-06-29 17:55:30.391[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select payment_id from dbthird.thd_payment where oa_payment_id = 133459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017540454864502 -- 2026-06-29 17:55:30.393[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145927 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 17:55:30.395[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721482 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-29 17:55:30.397[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016508102416992 -- 2026-06-29 17:55:30.430[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 17:55:30.432[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721482 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015799999237061 -- 2026-06-29 17:55:30.434[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015709400177002 -- 2026-06-29 17:55:30.436[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016379356384277 -- 2026-06-29 17:55:30.477[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009119987487793 -- 2026-06-29 17:55:31.938[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014197111129761 -- 2026-06-29 17:55:32.442[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016215085983276 -- 2026-06-29 17:55:33.447[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133451 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019521713256836 -- 2026-06-29 17:55:33.449[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select payment_id from dbthird.thd_payment where oa_payment_id = 133451 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024139881134033 -- 2026-06-29 17:55:33.452[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145919 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023560523986816 -- 2026-06-29 17:55:33.454[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720907 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-29 17:55:33.456[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-29 17:55:33.492[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019538402557373 -- 2026-06-29 17:55:33.494[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720907 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017940998077393 -- 2026-06-29 17:55:33.496[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017709732055664 -- 2026-06-29 17:55:33.498[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-29 17:55:33.539[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010256052017212 -- 2026-06-29 17:55:35.202[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077848434448242 -- 2026-06-29 17:55:35.594[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086359977722168 -- 2026-06-29 17:59:18.359[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083329677581787 -- 2026-06-29 17:59:19.824[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087409019470215 -- 2026-06-29 17:59:20.969[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133460 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016660690307617 -- 2026-06-29 17:59:20.971[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select payment_id from dbthird.thd_payment where oa_payment_id = 133460 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017211437225342 -- 2026-06-29 17:59:20.973[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145928 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021288394927979 -- 2026-06-29 17:59:20.975[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721500 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 17:59:20.977[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017311573028564 -- 2026-06-29 17:59:21.014[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017011165618896 -- 2026-06-29 17:59:21.015[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721500 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001533031463623 -- 2026-06-29 17:59:21.017[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015418529510498 -- 2026-06-29 17:59:21.019[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015981197357178 -- 2026-06-29 17:59:21.058[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092508792877197 -- 2026-06-29 17:59:39.862[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086569786071777 -- 2026-06-29 17:59:40.465[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091230869293213 -- 2026-06-29 17:59:41.907[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017499923706055 -- 2026-06-29 17:59:41.909[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select payment_id from dbthird.thd_payment where oa_payment_id = 133459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017979145050049 -- 2026-06-29 17:59:41.911[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145927 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022001266479492 -- 2026-06-29 17:59:41.913[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6721482 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016059875488281 -- 2026-06-29 17:59:41.915[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017938613891602 -- 2026-06-29 17:59:41.948[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017690658569336 -- 2026-06-29 17:59:41.950[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721482 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016069412231445 -- 2026-06-29 17:59:41.951[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016391277313232 -- 2026-06-29 17:59:41.953[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016570091247559 -- 2026-06-29 17:59:41.994[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020870923995972 -- 2026-06-29 17:59:48.303[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015307903289795 -- 2026-06-29 17:59:48.962[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015107870101929 -- 2026-06-29 17:59:50.231[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133451 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-29 17:59:50.233[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select payment_id from dbthird.thd_payment where oa_payment_id = 133451 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015130043029785 -- 2026-06-29 17:59:50.235[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145919 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015099048614502 -- 2026-06-29 17:59:50.236[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720907 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013539791107178 -- 2026-06-29 17:59:50.238[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020498991012573 -- 2026-06-29 17:59:50.290[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015010833740234 -- 2026-06-29 17:59:50.292[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720907 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013511180877686 -- 2026-06-29 17:59:50.293[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001345157623291 -- 2026-06-29 17:59:50.295[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013771057128906 -- 2026-06-29 17:59:50.332[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014247894287109 -- 2026-06-29 17:59:56.221[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010317087173462 -- 2026-06-29 17:59:56.862[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014966011047363 -- 2026-06-29 17:59:58.088[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8526 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019021034240723 -- 2026-06-29 17:59:58.090[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017340183258057 -- 2026-06-29 17:59:58.092[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019330978393555 -- 2026-06-29 17:59:58.129[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704949 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017409324645996 -- 2026-06-29 17:59:58.131[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008944034576416 -- 2026-06-29 18:09:22.008[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083639621734619 -- 2026-06-29 18:09:22.097[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016322135925293 -- 2026-06-29 18:09:23.178[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079751014709473 -- 2026-06-29 18:09:26.083[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093979835510254 -- 2026-06-29 18:09:31.050[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079681873321533 -- 2026-06-29 18:09:31.133[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015553951263428 -- 2026-06-29 18:09:33.259[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010359048843384 -- 2026-06-29 18:10:09.354[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8526 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001823902130127 -- 2026-06-29 18:10:09.356[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017321109771729 -- 2026-06-29 18:10:09.358[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018160343170166 -- 2026-06-29 18:10:09.393[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704949 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00164794921875 -- 2026-06-29 18:10:09.395[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083138942718506 -- 2026-06-29 18:10:10.323[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081069469451904 -- 2026-06-29 18:10:10.977[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013562917709351 -- 2026-06-29 18:10:12.847[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081439018249512 -- 2026-06-29 18:12:48.696 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095820426940918 -- 2026-06-29 18:12:49.679[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01025915145874 -- 2026-06-29 18:12:50.673[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 802 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00288987159729 -- 2026-06-29 18:12:50.676[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 802 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023720264434814 -- 2026-06-29 18:12:50.679[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 802 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022730827331543 -- 2026-06-29 18:12:50.681[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 802 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002216100692749 -- 2026-06-29 18:12:50.684[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 802 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097150802612305 -- 2026-06-29 18:12:51.240[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021131038665771 -- 2026-06-29 18:12:51.242[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select payment_id from dbthird.thd_payment where oa_payment_id = 133449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021870136260986 -- 2026-06-29 18:12:51.245[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145917 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018420219421387 -- 2026-06-29 18:12:51.247[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016820430755615 -- 2026-06-29 18:12:51.248[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022856950759888 -- 2026-06-29 18:12:51.304[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 18:12:51.306[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720899 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016460418701172 -- 2026-06-29 18:12:51.308[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 18:12:51.310[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016658306121826 -- 2026-06-29 18:12:51.347[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083250999450684 -- 2026-06-29 18:12:52.965[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018362998962402 -- 2026-06-29 18:12:53.551[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094940662384033 -- 2026-06-29 18:12:54.298[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50846 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 18:12:54.300[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017588138580322 -- 2026-06-29 18:12:54.335[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721028 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 18:12:54.337[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016100406646729 -- 2026-06-29 18:12:54.339[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 18:12:54.371[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6721028 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016129016876221 -- 2026-06-29 18:12:54.373[乐春华-802] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50846 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 802 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0398108959198 -- 2026-06-29 18:12:55.022[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select o.*,c.cont_name apply_cont,org.org_name department,cr.cont_name createdby,up.cont_name updatedby, date_format(o.apply_date,'%Y-%m-%d') apply_date,14 appr_type_id,a.appr_proc_name, com.org_name seals_company from dboa.oa_officialSeals o left join dbsys.sys_contact c on o.apply_cont_id = c.cont_id left join dbsys.sys_org org on o.department_id = org.org_id left join dbsys.sys_contact cr on o.createdby_id = cr.cont_id left join dbsys.sys_contact up on o.updatedby_id = up.cont_id left join dboa.oa_appr_process a on o.appr_proc_id = a.appr_proc_id left join dbsys.sys_org com on o.seals_company_id = com.org_id where o.officialSeals_id = 8526 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001845121383667 -- 2026-06-29 18:12:55.024[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001615047454834 -- 2026-06-29 18:12:55.026[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018129348754883 -- 2026-06-29 18:12:55.060[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6704949 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016319751739502 -- 2026-06-29 18:12:55.062[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=8526 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097579956054688 -- 2026-06-29 18:12:55.327[乐春华-802] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =5 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%李秀红%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010991096496582 -- 2026-06-29 18:12:55.448[乐春华-802] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 5 and cont.cont_isenable = 1 AND cont.cont_name like '%乐春华%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014889001846313 -- 2026-06-29 18:12:55.573[乐春华-802] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 5 AND o.org_name like '%项目一部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085310935974121 -- 2026-06-29 18:12:55.680[乐春华-802] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 5 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009019136428833 -- 2026-06-29 18:12:55.762[乐春华-802] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 5 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 18:12:55.764[乐春华-802] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 5 and p.project_id not in (24,196,1,10,242) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018872022628784 -- 2026-06-29 18:12:56.749[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009242057800293 -- 2026-06-29 18:12:57.418[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0079669952392578 -- 2026-06-29 18:18:31.215 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015988349914551 -- 2026-06-29 18:18:31.218 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0021350383758545 -- 2026-06-29 18:18:31.220 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='Zhao' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018188953399658 -- 2026-06-29 18:18:31.222[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 43 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077409744262695 -- 2026-06-29 18:18:31.591[赵亚楠-2242] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2242 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094108581542969 -- 2026-06-29 18:31:53.793 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 18:31:53.796 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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.002655029296875 -- 2026-06-29 18:31:53.799 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 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='LiuXiaoJin' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019009113311768 -- 2026-06-29 18:31:53.801[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01321005821228 -- 2026-06-29 18:31:54.504[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026950836181641 -- 2026-06-29 18:31:54.507[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022499561309814 -- 2026-06-29 18:31:54.509[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022120475769043 -- 2026-06-29 18:31:54.511[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 2544 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022158622741699 -- 2026-06-29 18:31:54.514[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 2544 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010279893875122 -- 2026-06-29 18:31:56.560[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50811 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018758773803711 -- 2026-06-29 18:31:56.562[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024870157241821 -- 2026-06-29 18:31:56.632[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017950534820557 -- 2026-06-29 18:31:56.634[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017759799957275 -- 2026-06-29 18:31:56.637[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018291473388672 -- 2026-06-29 18:31:56.670[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6716049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 18:31:56.672[刘晓进-2544] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50811 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2544 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015285015106201 -- 2026-06-29 18:31:56.904[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =49 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%刘晓进-司机%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013597965240479 -- 2026-06-29 18:31:57.013[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 49 and cont.cont_isenable = 1 AND cont.cont_name like '%刘晓进%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088460445404053 -- 2026-06-29 18:31:57.118[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.org_name like '%郑州车队%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094108581542969 -- 2026-06-29 18:31:57.249[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 49 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097560882568359 -- 2026-06-29 18:31:57.364[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 49 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001971960067749 -- 2026-06-29 18:31:57.366[刘晓进-2544] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 49 and p.project_id not in (1,1251,1329,1253,1406) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010136842727661 -- 2026-06-29 18:57:44.640[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094368457794189 -- 2026-06-29 18:57:53.643[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010061979293823 -- 2026-06-29 18:57:59.833[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084571838378906 -- 2026-06-29 19:27:27.185[高蓉-498] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 498 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090169906616211 -- 2026-06-29 19:27:27.345[高蓉-498] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 498 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095310211181641 -- 2026-06-29 19:27:28.686[高蓉-498] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 498 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019160032272339 -- 2026-06-29 19:29:29.130 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018808841705322 -- 2026-06-29 19:29:29.133 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.002781867980957 -- 2026-06-29 19:29:29.136 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='AMeng' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021488666534424 -- 2026-06-29 19:29:29.139[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008324146270752 -- 2026-06-29 19:29:29.603[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015548944473267 -- 2026-06-29 19:29:32.266[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021359920501709 -- 2026-06-29 19:29:32.268[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select payment_id from dbthird.thd_payment where oa_payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018219947814941 -- 2026-06-29 19:29:32.270[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145954 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021359920501709 -- 2026-06-29 19:29:32.272[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 19:29:32.274[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018050670623779 -- 2026-06-29 19:29:32.308[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017490386962891 -- 2026-06-29 19:29:32.310[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016288757324219 -- 2026-06-29 19:29:32.312[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-29 19:29:32.313[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017027854919434 -- 2026-06-29 19:29:32.353[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093188285827637 -- 2026-06-29 19:29:37.507[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017993211746216 -- 2026-06-29 19:29:37.987[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022478103637695 -- 2026-06-29 19:29:39.336[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016801357269287 -- 2026-06-29 19:29:39.338[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select payment_id from dbthird.thd_payment where oa_payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017650127410889 -- 2026-06-29 19:29:39.339[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145953 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002112865447998 -- 2026-06-29 19:29:39.342[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015881061553955 -- 2026-06-29 19:29:39.343[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016510486602783 -- 2026-06-29 19:29:39.377[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select * from dbsys.sys_contact where cont_id = 478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017149448394775 -- 2026-06-29 19:29:39.379[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015900135040283 -- 2026-06-29 19:29:39.381[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015959739685059 -- 2026-06-29 19:29:39.383[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016419887542725 -- 2026-06-29 19:29:39.421[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008962869644165 -- 2026-06-29 19:29:43.083[李明娥-478] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088760852813721 -- 2026-06-29 19:29:43.554[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010524988174438 -- 2026-06-29 19:29:44.756[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79840 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025219917297363 -- 2026-06-29 19:29:44.759[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79840 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024130344390869 -- 2026-06-29 19:29:44.762[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79840 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024678707122803 -- 2026-06-29 19:29:44.764[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79840 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018289089202881 -- 2026-06-29 19:29:44.766[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 19:29:44.801[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019981861114502 -- 2026-06-29 19:29:44.842[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720023 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018360614776611 -- 2026-06-29 19:29:44.844[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018150806427002 -- 2026-06-29 19:29:44.845[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080118179321289 -- 2026-06-29 19:29:46.841[李明娥-478] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=79840 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018966913223267 -- 2026-06-29 19:29:47.411[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010194063186646 -- 2026-06-29 19:29:48.632[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50879 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024089813232422 -- 2026-06-29 19:29:48.634[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 19:29:48.636[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722933 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001835823059082 -- 2026-06-29 19:29:48.638[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019750595092773 -- 2026-06-29 19:29:48.673[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722933 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018301010131836 -- 2026-06-29 19:29:48.675[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0065999031066895 -- 2026-06-29 19:29:50.573[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092442035675049 -- 2026-06-29 19:29:51.031[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092511177062988 -- 2026-06-29 19:29:52.202[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50839 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023400783538818 -- 2026-06-29 19:29:52.205[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50839 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021982192993164 -- 2026-06-29 19:29:52.207[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016829967498779 -- 2026-06-29 19:29:52.209[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018548965454102 -- 2026-06-29 19:29:52.242[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016679763793945 -- 2026-06-29 19:29:52.244[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014526128768921 -- 2026-06-29 19:30:06.789[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010794878005981 -- 2026-06-29 19:30:07.276[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012696981430054 -- 2026-06-29 19:30:08.733[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50838 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021259784698486 -- 2026-06-29 19:30:08.736[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020599365234375 -- 2026-06-29 19:30:08.738[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015590190887451 -- 2026-06-29 19:30:08.740[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017440319061279 -- 2026-06-29 19:30:08.774[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015549659729004 -- 2026-06-29 19:30:08.776[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099351406097412 -- 2026-06-29 19:30:10.824[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084009170532227 -- 2026-06-29 19:30:11.350[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013401985168457 -- 2026-06-29 19:30:12.686[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50624 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025010108947754 -- 2026-06-29 19:30:12.688[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024099349975586 -- 2026-06-29 19:30:12.691[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018830299377441 -- 2026-06-29 19:30:12.693[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021119117736816 -- 2026-06-29 19:30:12.728[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-29 19:30:12.730[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010826826095581 -- 2026-06-29 19:30:16.463[李明娥-478] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020509958267212 -- 2026-06-29 19:30:16.965[李明娥-478] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 478 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017230987548828 -- 2026-06-29 19:30:18.423[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250879%22}&event=edit_fareApply&fareApply_id=50879 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50879 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018901824951172 -- 2026-06-29 19:30:18.425[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250879%22}&event=edit_fareApply&fareApply_id=50879 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024411678314209 -- 2026-06-29 19:30:18.427[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250879%22}&event=edit_fareApply&fareApply_id=50879 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722933 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-29 19:30:18.429[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250879%22}&event=edit_fareApply&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016300678253174 -- 2026-06-29 19:30:18.501[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250879%22}&event=edit_fareApply&fareApply_id=50879 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722933 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014510154724121 -- 2026-06-29 19:30:18.503[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250879%22}&event=edit_fareApply&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092349052429199 -- 2026-06-29 19:30:21.247[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084981918334961 -- 2026-06-29 19:30:21.677[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021247148513794 -- 2026-06-29 19:30:23.267[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50839 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020389556884766 -- 2026-06-29 19:30:23.270[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50839 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020229816436768 -- 2026-06-29 19:30:23.272[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015127658843994 -- 2026-06-29 19:30:23.274[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016651153564453 -- 2026-06-29 19:30:23.308[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014920234680176 -- 2026-06-29 19:30:23.309[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012953042984009 -- 2026-06-29 19:30:25.509[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01249885559082 -- 2026-06-29 19:30:25.902[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012513875961304 -- 2026-06-29 19:30:27.234[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50838 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015230178833008 -- 2026-06-29 19:30:27.236[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015439987182617 -- 2026-06-29 19:30:27.237[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013489723205566 -- 2026-06-29 19:30:27.239[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015280246734619 -- 2026-06-29 19:30:27.274[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013341903686523 -- 2026-06-29 19:30:27.276[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095911026000977 -- 2026-06-29 19:30:28.842[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015558958053589 -- 2026-06-29 19:30:29.257[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021273136138916 -- 2026-06-29 19:30:30.432[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50624 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016560554504395 -- 2026-06-29 19:30:30.434[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 19:30:30.436[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015459060668945 -- 2026-06-29 19:30:30.438[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 19:30:30.473[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001554012298584 -- 2026-06-29 19:30:30.474[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090827941894531 -- 2026-06-29 19:30:31.844[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014014959335327 -- 2026-06-29 19:30:32.235[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010262966156006 -- 2026-06-29 19:30:33.585[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019159317016602 -- 2026-06-29 19:30:33.587[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select payment_id from dbthird.thd_payment where oa_payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019819736480713 -- 2026-06-29 19:30:33.589[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145953 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019221305847168 -- 2026-06-29 19:30:33.591[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017859935760498 -- 2026-06-29 19:30:33.593[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019741058349609 -- 2026-06-29 19:30:33.626[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019068717956543 -- 2026-06-29 19:30:33.628[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017790794372559 -- 2026-06-29 19:30:33.630[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017800331115723 -- 2026-06-29 19:30:33.632[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 19:30:33.672[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018375158309937 -- 2026-06-29 19:30:35.026[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0092010498046875 -- 2026-06-29 19:30:35.432[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095009803771973 -- 2026-06-29 19:30:36.535[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022609233856201 -- 2026-06-29 19:30:36.537[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select payment_id from dbthird.thd_payment where oa_payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022962093353271 -- 2026-06-29 19:30:36.540[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145954 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022192001342773 -- 2026-06-29 19:30:36.542[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017399787902832 -- 2026-06-29 19:30:36.544[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017938613891602 -- 2026-06-29 19:30:36.577[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019187927246094 -- 2026-06-29 19:30:36.579[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017480850219727 -- 2026-06-29 19:30:36.581[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 19:30:36.583[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001802921295166 -- 2026-06-29 19:30:36.622[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012760877609253 -- 2026-06-29 19:30:37.645[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081968307495117 -- 2026-06-29 19:30:38.068[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080490112304688 -- 2026-06-29 19:30:38.592[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015499591827393 -- 2026-06-29 19:30:38.594[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select payment_id from dbthird.thd_payment where oa_payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015377998352051 -- 2026-06-29 19:30:38.595[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145954 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001539945602417 -- 2026-06-29 19:30:38.597[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015308856964111 -- 2026-06-29 19:30:38.599[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015881061553955 -- 2026-06-29 19:30:38.633[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015170574188232 -- 2026-06-29 19:30:38.635[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015177726745605 -- 2026-06-29 19:30:38.636[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015149116516113 -- 2026-06-29 19:30:38.638[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015699863433838 -- 2026-06-29 19:30:38.677[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088338851928711 -- 2026-06-29 19:35:09.476 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016942024230957 -- 2026-06-29 19:35:09.479 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0028460025787354 -- 2026-06-29 19:35:09.482 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='GaoXiang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019888877868652 -- 2026-06-29 19:35:09.484[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 2 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077018737792969 -- 2026-06-29 19:35:09.874[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015444993972778 -- 2026-06-29 19:35:11.442[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022859573364258 -- 2026-06-29 19:35:11.444[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select payment_id from dbthird.thd_payment where oa_payment_id = 133486 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019359588623047 -- 2026-06-29 19:35:11.446[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145954 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022451877593994 -- 2026-06-29 19:35:11.449[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017259120941162 -- 2026-06-29 19:35:11.450[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016733884811401 -- 2026-06-29 19:35:11.500[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019052028656006 -- 2026-06-29 19:35:11.502[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722284 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017268657684326 -- 2026-06-29 19:35:11.504[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-29 19:35:11.506[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017969608306885 -- 2026-06-29 19:35:11.547[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021481037139893 -- 2026-06-29 19:35:12.853[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133486 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077841281890869 -- 2026-06-29 19:35:13.346[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015352964401245 -- 2026-06-29 19:35:14.923[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002039909362793 -- 2026-06-29 19:35:14.925[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select payment_id from dbthird.thd_payment where oa_payment_id = 133485 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024919509887695 -- 2026-06-29 19:35:14.927[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 145953 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-29 19:35:14.930[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018899440765381 -- 2026-06-29 19:35:14.932[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019550323486328 -- 2026-06-29 19:35:14.966[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020208358764648 -- 2026-06-29 19:35:14.968[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018858909606934 -- 2026-06-29 19:35:14.970[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018939971923828 -- 2026-06-29 19:35:14.972[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019440650939941 -- 2026-06-29 19:35:15.012[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009458065032959 -- 2026-06-29 19:35:15.675[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=133485 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093278884887695 -- 2026-06-29 19:35:16.232[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022974967956543 -- 2026-06-29 19:35:17.776[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50879 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019018650054932 -- 2026-06-29 19:35:17.778[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50879 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018899440765381 -- 2026-06-29 19:35:17.780[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6722933 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001762866973877 -- 2026-06-29 19:35:17.782[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019209384918213 -- 2026-06-29 19:35:17.815[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6722933 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017390251159668 -- 2026-06-29 19:35:17.817[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093898773193359 -- 2026-06-29 19:35:20.072[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50879 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00996994972229 -- 2026-06-29 19:35:20.629[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020565032958984 -- 2026-06-29 19:35:21.992[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50839 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019140243530273 -- 2026-06-29 19:35:21.994[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50839 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018768310546875 -- 2026-06-29 19:35:21.996[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013539791107178 -- 2026-06-29 19:35:21.998[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014998912811279 -- 2026-06-29 19:35:22.031[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013561248779297 -- 2026-06-29 19:35:22.033[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074570178985596 -- 2026-06-29 19:35:22.867[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022538185119629 -- 2026-06-29 19:35:23.405[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021759986877441 -- 2026-06-29 19:35:24.861[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50838 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019428730010986 -- 2026-06-29 19:35:24.864[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019440650939941 -- 2026-06-29 19:35:24.866[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014181137084961 -- 2026-06-29 19:35:24.867[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015599727630615 -- 2026-06-29 19:35:24.901[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014159679412842 -- 2026-06-29 19:35:24.903[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098800659179688 -- 2026-06-29 19:35:25.722[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017098903656006 -- 2026-06-29 19:35:26.273[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099349021911621 -- 2026-06-29 19:35:28.025[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50624 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023729801177979 -- 2026-06-29 19:35:28.028[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023789405822754 -- 2026-06-29 19:35:28.030[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001856803894043 -- 2026-06-29 19:35:28.032[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020229816436768 -- 2026-06-29 19:35:28.067[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018510818481445 -- 2026-06-29 19:35:28.069[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016295909881592 -- 2026-06-29 19:35:29.361[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086669921875 -- 2026-06-29 19:35:29.941[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010045051574707 -- 2026-06-29 19:42:13.177[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067977905273438 -- 2026-06-29 19:42:15.464[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250624%22}&event=edit_fareApply&fareApply_id=50624 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50624 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00177001953125 -- 2026-06-29 19:42:15.466[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250624%22}&event=edit_fareApply&fareApply_id=50624 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017678737640381 -- 2026-06-29 19:42:15.468[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250624%22}&event=edit_fareApply&fareApply_id=50624 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012190341949463 -- 2026-06-29 19:42:15.469[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250624%22}&event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014169216156006 -- 2026-06-29 19:42:15.504[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250624%22}&event=edit_fareApply&fareApply_id=50624 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6689446 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0012161731719971 -- 2026-06-29 19:42:15.505[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250624%22}&event=edit_fareApply&fareApply_id=50624 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010076999664307 -- 2026-06-29 19:42:21.769[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250838%22}&event=edit_fareApply&fareApply_id=50838 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50838 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022752285003662 -- 2026-06-29 19:42:21.771[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250838%22}&event=edit_fareApply&fareApply_id=50838 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022587776184082 -- 2026-06-29 19:42:21.774[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250838%22}&event=edit_fareApply&fareApply_id=50838 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017769336700439 -- 2026-06-29 19:42:21.775[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250838%22}&event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019528865814209 -- 2026-06-29 19:42:21.810[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250838%22}&event=edit_fareApply&fareApply_id=50838 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720735 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001788854598999 -- 2026-06-29 19:42:21.812[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250838%22}&event=edit_fareApply&fareApply_id=50838 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010496854782104 -- 2026-06-29 19:42:25.555[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250839%22}&event=edit_fareApply&fareApply_id=50839 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 50839 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023460388183594 -- 2026-06-29 19:42:25.557[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250839%22}&event=edit_fareApply&fareApply_id=50839 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 50839 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024950504302979 -- 2026-06-29 19:42:25.560[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250839%22}&event=edit_fareApply&fareApply_id=50839 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018441677093506 -- 2026-06-29 19:42:25.562[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250839%22}&event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019891262054443 -- 2026-06-29 19:42:25.598[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250839%22}&event=edit_fareApply&fareApply_id=50839 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6720755 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 19:42:25.600[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2250839%22}&event=edit_fareApply&fareApply_id=50839 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010885000228882 -- 2026-06-29 20:02:26.901[莫川-613] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2248385%22%7D&event=edit_fareApply&fareApply_id=48385 SELECT fa.*,c.cont_name apply_cont,o.org_name department,12 appr_type_id FROM dboa.oa_fareApply fa LEFT JOIN dbsys.sys_contact c on fa.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON fa.department_id = o.org_id WHERE fareApply_id = 48385 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025029182434082 -- 2026-06-29 20:02:26.904[莫川-613] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2248385%22%7D&event=edit_fareApply&fareApply_id=48385 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 48385 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025200843811035 -- 2026-06-29 20:02:26.906[莫川-613] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2248385%22%7D&event=edit_fareApply&fareApply_id=48385 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 6434061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020091533660889 -- 2026-06-29 20:02:26.909[莫川-613] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2248385%22%7D&event=edit_fareApply&fareApply_id=48385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021049976348877 -- 2026-06-29 20:02:26.956[莫川-613] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2248385%22%7D&event=edit_fareApply&fareApply_id=48385 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6434061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019299983978271 -- 2026-06-29 20:02:26.958[莫川-613] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2248385%22%7D&event=edit_fareApply&fareApply_id=48385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098609924316406 -- 2026-06-29 20:02:41.465[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00295090675354 -- 2026-06-29 20:02:41.468[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0026090145111084 -- 2026-06-29 20:02:41.471[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028860569000244 -- 2026-06-29 20:02:41.474[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022110939025879 -- 2026-06-29 20:02:41.476[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 613 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010594129562378 -- 2026-06-29 20:02:47.025[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50791 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018520355224609 -- 2026-06-29 20:02:47.027[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019161701202393 -- 2026-06-29 20:02:47.064[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714999 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017290115356445 -- 2026-06-29 20:02:47.066[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017220973968506 -- 2026-06-29 20:02:47.069[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017468929290771 -- 2026-06-29 20:02:47.102[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6714999 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017240047454834 -- 2026-06-29 20:02:47.104[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50791 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0206458568573 -- 2026-06-29 20:02:47.345[莫川-613] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =14 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016567945480347 -- 2026-06-29 20:02:47.454[莫川-613] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 14 and cont.cont_isenable = 1 AND cont.cont_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02144193649292 -- 2026-06-29 20:02:47.578[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.org_name like '%项目一部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086789131164551 -- 2026-06-29 20:02:47.685[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01819109916687 -- 2026-06-29 20:02:47.783[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040512084960938 -- 2026-06-29 20:02:47.787[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 14 and p.project_id not in (30,148,50,31,1,250) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02170991897583 -- 2026-06-29 20:02:55.715[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0024151802062988 -- 2026-06-29 20:02:55.718[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001676082611084 -- 2026-06-29 20:02:55.719[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019941329956055 -- 2026-06-29 20:02:55.722[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00199294090271 -- 2026-06-29 20:02:55.724[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 613 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010350942611694 -- 2026-06-29 20:02:56.191[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50792 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-29 20:02:56.193[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019550323486328 -- 2026-06-29 20:02:56.231[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715022 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017020702362061 -- 2026-06-29 20:02:56.233[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016698837280273 -- 2026-06-29 20:02:56.235[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016911029815674 -- 2026-06-29 20:02:56.269[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715022 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016641616821289 -- 2026-06-29 20:02:56.271[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099349021911621 -- 2026-06-29 20:02:56.408[莫川-613] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =14 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082650184631348 -- 2026-06-29 20:02:56.493[莫川-613] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 14 and cont.cont_isenable = 1 AND cont.cont_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020057201385498 -- 2026-06-29 20:02:56.592[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.org_name like '%项目一部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01147985458374 -- 2026-06-29 20:02:56.670[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021512031555176 -- 2026-06-29 20:02:56.765[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038230419158936 -- 2026-06-29 20:02:56.769[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 14 and p.project_id not in (30,148,50,31,1,250) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019386053085327 -- 2026-06-29 20:03:04.385[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023500919342041 -- 2026-06-29 20:03:04.387[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019650459289551 -- 2026-06-29 20:03:04.389[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-29 20:03:04.391[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019721984863281 -- 2026-06-29 20:03:04.394[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 613 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01120400428772 -- 2026-06-29 20:03:05.304[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50793 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018501281738281 -- 2026-06-29 20:03:05.306[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020320415496826 -- 2026-06-29 20:03:05.343[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715029 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018310546875 -- 2026-06-29 20:03:05.345[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018460750579834 -- 2026-06-29 20:03:05.347[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018801689147949 -- 2026-06-29 20:03:05.380[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715029 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018489360809326 -- 2026-06-29 20:03:05.382[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083768367767334 -- 2026-06-29 20:03:05.502[莫川-613] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =14 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091738700866699 -- 2026-06-29 20:03:05.606[莫川-613] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 14 and cont.cont_isenable = 1 AND cont.cont_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0081861019134521 -- 2026-06-29 20:03:05.707[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.org_name like '%项目一部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094089508056641 -- 2026-06-29 20:03:05.791[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0080280303955078 -- 2026-06-29 20:03:05.893[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003026008605957 -- 2026-06-29 20:03:05.896[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 14 and p.project_id not in (30,148,50,31,1,250) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010780811309814 -- 2026-06-29 20:03:22.856[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021688938140869 -- 2026-06-29 20:03:22.859[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018231868743896 -- 2026-06-29 20:03:22.861[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021748542785645 -- 2026-06-29 20:03:22.863[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021610260009766 -- 2026-06-29 20:03:22.865[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 613 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010149955749512 -- 2026-06-29 20:03:24.855[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50794 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017569065093994 -- 2026-06-29 20:03:24.857[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018889904022217 -- 2026-06-29 20:03:24.894[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715037 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-29 20:03:24.896[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017168521881104 -- 2026-06-29 20:03:24.898[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017640590667725 -- 2026-06-29 20:03:24.930[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715037 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017099380493164 -- 2026-06-29 20:03:24.932[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50794 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082569122314453 -- 2026-06-29 20:03:25.067[莫川-613] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =14 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083081722259521 -- 2026-06-29 20:03:25.165[莫川-613] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 14 and cont.cont_isenable = 1 AND cont.cont_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096440315246582 -- 2026-06-29 20:03:25.246[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.org_name like '%项目一部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0090289115905762 -- 2026-06-29 20:03:25.334[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012832880020142 -- 2026-06-29 20:03:25.426[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033619403839111 -- 2026-06-29 20:03:25.429[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 14 and p.project_id not in (30,148,50,31,1,250) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012113094329834 -- 2026-06-29 20:03:56.579[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020120143890381 -- 2026-06-29 20:03:56.581[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019900798797607 -- 2026-06-29 20:03:56.583[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019538402557373 -- 2026-06-29 20:03:56.585[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019590854644775 -- 2026-06-29 20:03:56.587[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 613 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019829034805298 -- 2026-06-29 20:03:57.506[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 SELECT fa.*,createdby.cont_name createdby,updatedby.cont_name updatedby,o.appr_proc_name appr_proc, apply.cont_name apply_cont,org.org_name department,12 appr_type_id, receiving.opening_bank receiving_opening_bank,receiving.bank_account receiving_bank_account, date_format(fa.apply_date,'%Y-%m-%d %H:%i') apply_date FROM dboa.oa_fareApply fa LEFT JOIN dboa.oa_appr_process o ON fa.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact apply ON fa.apply_cont_id = apply.cont_id LEFT JOIN dbsys.sys_org org ON fa.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON fa.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON fa.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_customer receiving ON fa.receiving_unit_id = receiving.customer_id WHERE fa.fareApply_id = 50795 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017330646514893 -- 2026-06-29 20:03:57.508[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017900466918945 -- 2026-06-29 20:03:57.544[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715093 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 20:03:57.546[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016310214996338 -- 2026-06-29 20:03:57.548[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016500949859619 -- 2026-06-29 20:03:57.581[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6715093 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016210079193115 -- 2026-06-29 20:03:57.583[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=50795 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 613 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025275945663452 -- 2026-06-29 20:03:57.743[莫川-613] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =14 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094139575958252 -- 2026-06-29 20:03:57.828[莫川-613] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 14 and cont.cont_isenable = 1 AND cont.cont_name like '%莫川%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010186195373535 -- 2026-06-29 20:03:57.928[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.org_name like '%项目一部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01009202003479 -- 2026-06-29 20:03:58.007[莫川-613] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 14 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01560115814209 -- 2026-06-29 20:03:58.101[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select DISTINCT IFNULL(p_e.parent_id,1) parent_id from dbsys.sys_project p left join dbsys.sys_project_ext p_e on p.project_id = p_e.project_id where p.acct_id = 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038580894470215 -- 2026-06-29 20:03:58.105[莫川-613] -- /buz/oa/index.php/oamgmt/get_projectItem_noChild select p.project_id AS `value`,p.project_name AS `title` from dbsys.sys_project p where p.acct_id = 14 and p.project_id not in (30,148,50,31,1,250) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093629360198975 -- 2026-06-29 20:04:24.095[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019500255584717 -- 2026-06-29 20:04:24.097[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001924991607666 -- 2026-06-29 20:04:24.099[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018930435180664 -- 2026-06-29 20:04:24.101[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 613 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001896858215332 -- 2026-06-29 20:04:24.104[莫川-613] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 613 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009443998336792 -- 2026-06-29 20:49:36.106[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914505,1913388&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018730163574219 -- 2026-06-29 20:49:36.108[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914505,1913388&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017509460449219 -- 2026-06-29 20:49:36.110[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914505,1913388&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019509792327881 -- 2026-06-29 20:49:36.144[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914505,1913388&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1914505,1913388) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014719009399414 -- 2026-06-29 20:49:36.380[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016345024108887 -- 2026-06-29 20:49:36.517[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099918842315674 -- 2026-06-29 20:49:36.649[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028499126434326 -- 2026-06-29 20:49:39.765[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%梁思聪%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019171953201294 -- 2026-06-29 20:49:42.773[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010082006454468 -- 2026-06-29 20:50:02.664[李丹-751] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%人工费%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082030296325684 -- 2026-06-29 20:50:10.940[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017039775848389 -- 2026-06-29 20:50:11.037[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1914505,1913388) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001582145690918 -- 2026-06-29 20:50:11.083[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015942811965942 -- 2026-06-29 20:50:11.826[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019049644470215 -- 2026-06-29 20:50:11.867[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.009192943572998 -- 2026-06-29 20:50:12.616[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018579959869385 -- 2026-06-29 20:50:12.693[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022059917449951 -- 2026-06-29 20:50:15.745[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018141269683838 -- 2026-06-29 20:50:15.828[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013062000274658 -- 2026-06-29 20:50:16.011[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023458003997803 -- 2026-06-29 20:52:11.784[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913166&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019690990447998 -- 2026-06-29 20:52:11.786[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913166&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019569396972656 -- 2026-06-29 20:52:11.788[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913166&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020699501037598 -- 2026-06-29 20:52:11.823[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913166&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1913166) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01301097869873 -- 2026-06-29 20:52:11.985[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097899436950684 -- 2026-06-29 20:52:12.211[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010117053985596 -- 2026-06-29 20:52:12.334[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012343168258667 -- 2026-06-29 20:52:16.301[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%人工费%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01725697517395 -- 2026-06-29 20:52:17.945[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093119144439697 -- 2026-06-29 20:52:39.567[李丹-751] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%人工费%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010499000549316 -- 2026-06-29 20:52:56.515[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021538972854614 -- 2026-06-29 20:53:01.031[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%梁思聪%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012643098831177 -- 2026-06-29 20:53:04.775[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017988681793213 -- 2026-06-29 20:53:04.869[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1913166) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001662015914917 -- 2026-06-29 20:53:04.902[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026081800460815 -- 2026-06-29 20:53:06.171[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018279552459717 -- 2026-06-29 20:53:06.211[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0088739395141602 -- 2026-06-29 20:53:07.861[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001694917678833 -- 2026-06-29 20:53:07.944[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099070072174072 -- 2026-06-29 20:53:09.323[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 20:53:09.397[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0073409080505371 -- 2026-06-29 20:53:09.518[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020982980728149 -- 2026-06-29 20:55:17.415[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914498,1913131&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015690326690674 -- 2026-06-29 20:55:17.417[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914498,1913131&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014410018920898 -- 2026-06-29 20:55:17.418[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914498,1913131&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001643180847168 -- 2026-06-29 20:55:17.451[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914498,1913131&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1914498,1913131) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013057947158813 -- 2026-06-29 20:55:17.641[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018755912780762 -- 2026-06-29 20:55:17.761[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022741079330444 -- 2026-06-29 20:55:17.901[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020860910415649 -- 2026-06-29 20:55:23.783[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%梁思聪%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097250938415527 -- 2026-06-29 20:55:26.572[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015249967575073 -- 2026-06-29 20:55:40.777[李丹-751] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%人工费%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010999917984009 -- 2026-06-29 20:55:47.487[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019259452819824 -- 2026-06-29 20:55:47.573[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1914498,1913131) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017890930175781 -- 2026-06-29 20:55:47.620[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015545845031738 -- 2026-06-29 20:55:48.615[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015621185302734 -- 2026-06-29 20:55:48.654[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074219703674316 -- 2026-06-29 20:55:49.463[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014121532440186 -- 2026-06-29 20:55:49.534[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015841960906982 -- 2026-06-29 20:55:53.084[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 20:55:53.157[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085511207580566 -- 2026-06-29 20:55:53.277[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096650123596191 -- 2026-06-29 21:03:45.805[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018970966339111 -- 2026-06-29 21:03:45.807[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017869472503662 -- 2026-06-29 21:03:45.809[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019640922546387 -- 2026-06-29 21:03:45.844[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1914501) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011974096298218 -- 2026-06-29 21:03:46.015[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010119915008545 -- 2026-06-29 21:03:46.142[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0077118873596191 -- 2026-06-29 21:03:46.270[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011044979095459 -- 2026-06-29 21:03:52.975[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%梁思聪%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096001625061035 -- 2026-06-29 21:03:56.110[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099930763244629 -- 2026-06-29 21:04:14.490[李丹-751] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%人工费%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085330009460449 -- 2026-06-29 21:04:22.161[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017518997192383 -- 2026-06-29 21:04:22.245[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1914501) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016238689422607 -- 2026-06-29 21:04:22.279[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020607948303223 -- 2026-06-29 21:04:23.315[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017571449279785 -- 2026-06-29 21:04:23.400[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091218948364258 -- 2026-06-29 21:04:24.973[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018119812011719 -- 2026-06-29 21:04:25.014[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093390941619873 -- 2026-06-29 21:04:26.434[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016429424285889 -- 2026-06-29 21:04:26.507[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083479881286621 -- 2026-06-29 21:04:27.011[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016059875488281 -- 2026-06-29 21:04:27.094[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018153190612793 -- 2026-06-29 21:04:27.219[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019682884216309 -- 2026-06-29 21:06:34.217[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001986026763916 -- 2026-06-29 21:06:34.219[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018839836120605 -- 2026-06-29 21:06:34.221[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020871162414551 -- 2026-06-29 21:06:34.255[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1914500) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012228965759277 -- 2026-06-29 21:06:34.442[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0095009803771973 -- 2026-06-29 21:06:34.526[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093820095062256 -- 2026-06-29 21:06:34.613[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010540008544922 -- 2026-06-29 21:06:37.428[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%梁思聪%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01027512550354 -- 2026-06-29 21:06:40.904[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097739696502686 -- 2026-06-29 21:06:55.250[李丹-751] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%人工费%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01249885559082 -- 2026-06-29 21:07:00.289[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017919540405273 -- 2026-06-29 21:07:00.382[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1914500) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016701221466064 -- 2026-06-29 21:07:00.437[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023081064224243 -- 2026-06-29 21:07:01.167[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018320083618164 -- 2026-06-29 21:07:01.207[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0082168579101562 -- 2026-06-29 21:07:03.103[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016360282897949 -- 2026-06-29 21:07:03.188[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0099771022796631 -- 2026-06-29 21:07:03.663[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019180774688721 -- 2026-06-29 21:07:03.735[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094470977783203 -- 2026-06-29 21:07:03.861[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017400026321411 -- 2026-06-29 21:09:37.893[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020239353179932 -- 2026-06-29 21:09:37.895[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019338130950928 -- 2026-06-29 21:09:37.897[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020959377288818 -- 2026-06-29 21:09:37.930[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914500&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1914500) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013542890548706 -- 2026-06-29 21:09:38.123[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014746904373169 -- 2026-06-29 21:09:38.222[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021914958953857 -- 2026-06-29 21:09:38.425[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091118812561035 -- 2026-06-29 21:09:39.183[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017199516296387 -- 2026-06-29 21:09:39.185[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017271041870117 -- 2026-06-29 21:09:39.187[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019710063934326 -- 2026-06-29 21:09:39.218[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1914501&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D670%26ship_city%3D%E4%B8%8A%E6%B5%B7%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1914501) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0086350440979004 -- 2026-06-29 21:09:39.748[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020376920700073 -- 2026-06-29 21:09:39.881[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013492822647095 -- 2026-06-29 21:09:39.961[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094368457794189 -- 2026-06-29 21:12:50.516[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018470287322998 -- 2026-06-29 21:12:50.518[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018229484558105 -- 2026-06-29 21:12:50.520[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020310878753662 -- 2026-06-29 21:12:50.554[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011429071426392 -- 2026-06-29 21:12:50.749[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =9 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096061229705811 -- 2026-06-29 21:12:50.880[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 9 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017946004867554 -- 2026-06-29 21:12:50.974[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 9 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011823892593384 -- 2026-06-29 21:12:53.993[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =9 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%梁思聪%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012720108032227 -- 2026-06-29 21:12:57.356[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 9 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097451210021973 -- 2026-06-29 21:13:23.304[李丹-751] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 and e.extrafare_name like '%专车费%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019652843475342 -- 2026-06-29 21:13:48.028[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select admin_id cont_id from dbsys.sys_acct where acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016469955444336 -- 2026-06-29 21:13:48.030[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017249584197998 -- 2026-06-29 21:13:48.117[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015499591827393 -- 2026-06-29 21:13:48.184[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031478404998779 -- 2026-06-29 21:13:48.218[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 751,updatedby_id = 751 where extrafareApply_id = 79901 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041189193725586 -- 2026-06-29 21:13:48.222[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 751,updatedby_id = 751 where otherfee_id = 76049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.011224985122681 -- 2026-06-29 21:13:49.627[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select admin_id cont_id from dbsys.sys_acct where acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016250610351562 -- 2026-06-29 21:13:49.629[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017030239105225 -- 2026-06-29 21:13:49.722[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033779144287109 -- 2026-06-29 21:13:49.756[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 751,updatedby_id = 751 where extrafareApply_id = 79901 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028328895568848 -- 2026-06-29 21:13:49.759[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 751,updatedby_id = 751 where otherfee_id = 76049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017605066299438 -- 2026-06-29 21:13:51.869[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select admin_id cont_id from dbsys.sys_acct where acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017991065979004 -- 2026-06-29 21:13:51.871[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018770694732666 -- 2026-06-29 21:13:51.968[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041680335998535 -- 2026-06-29 21:13:52.003[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 751,updatedby_id = 751 where extrafareApply_id = 79901 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031430721282959 -- 2026-06-29 21:13:52.006[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 751,updatedby_id = 751 where otherfee_id = 76049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087471008300781 -- 2026-06-29 21:14:00.374[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select admin_id cont_id from dbsys.sys_acct where acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016279220581055 -- 2026-06-29 21:14:00.376[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016851425170898 -- 2026-06-29 21:14:00.417[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0074679851531982 -- 2026-06-29 21:14:01.906[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select admin_id cont_id from dbsys.sys_acct where acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001378059387207 -- 2026-06-29 21:14:01.908[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001410961151123 -- 2026-06-29 21:14:01.980[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029621124267578 -- 2026-06-29 21:14:02.014[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 751,updatedby_id = 751 where extrafareApply_id = 79901 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0025429725646973 -- 2026-06-29 21:14:02.016[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 751,updatedby_id = 751 where otherfee_id = 76049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022145986557007 -- 2026-06-29 21:14:02.781[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select admin_id cont_id from dbsys.sys_acct where acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0015408992767334 -- 2026-06-29 21:14:02.783[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 312 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016090869903564 -- 2026-06-29 21:14:02.854[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029768943786621 -- 2026-06-29 21:14:02.887[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dboa.oa_extrafareapply set createdby_id = 751,updatedby_id = 751 where extrafareApply_id = 79901 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027220249176025 -- 2026-06-29 21:14:02.890[李丹-751] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application update dbthird.thd_otherfee set createdby_id = 751,updatedby_id = 751 where otherfee_id = 76049 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0084898471832275 -- 2026-06-29 21:14:02.985[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0094718933105469 -- 2026-06-29 21:14:39.414[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 751 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018699169158936 -- 2026-06-29 21:14:39.416[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017669200897217 -- 2026-06-29 21:14:39.418[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 751 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020170211791992 -- 2026-06-29 21:14:39.450[李丹-751] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D469%26ship_city%3D%E4%B8%9C%E8%8E%9E%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1913784,1913783,1913762,1913761,1913760,1913718,1913717,1913533) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.012245893478394 -- 2026-06-29 21:14:39.622[李丹-751] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =9 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093550682067871 -- 2026-06-29 21:14:39.753[李丹-751] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 9 and cont.cont_isenable = 1 AND cont.cont_name like '%李丹%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0075650215148926 -- 2026-06-29 21:14:39.836[李丹-751] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 9 AND o.org_name like '%上海办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0072851181030273 -- 2026-06-29 21:16:08.386 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select publicno_type_id from dbwechat.wechat_publicno where appid='ww5262fb147810c303' limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0013811588287354 -- 2026-06-29 21:16:08.389 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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.0023269653320312 -- 2026-06-29 21:16:08.391 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 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='DongGuanFeiLiShiZhouYuGuang' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001708984375 -- 2026-06-29 21:16:08.393[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select tag, para_value from dbsys.v_sys_acct_para where is_valid=1 and acct_id= 9 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0087261199951172 -- 2026-06-29 21:16:09.010[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 847 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0097818374633789 -- 2026-06-29 21:16:13.644[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 select extrafareApply_tslorder_id from dboa.oa_extrafareapply_tslorder where extrafareApply_id = 79765 and order_id > 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0023319721221924 -- 2026-06-29 21:16:13.647[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 SELECT r.*,c.cont_name apply_cont,o.org_name department,3 appr_type_id FROM dboa.oa_extrafareApply r LEFT JOIN dbsys.sys_contact c on r.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON r.department_id = o.org_id WHERE extrafareApply_id = 79765 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0022950172424316 -- 2026-06-29 21:16:13.649[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 79765 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020570755004883 -- 2026-06-29 21:16:13.651[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 SELECT efa_to.extrafareapply_thdorder_id recid,efa.status_id,o.order_id,o.order_no,a.area_name dest_city,o.pieces,o.weight,3 as buzSystem_id FROM dboa.oa_extrafareApply efa LEFT JOIN dboa.oa_extrafareapply_thdorder efa_to ON efa_to.extrafareApply_id = efa.extrafareApply_id LEFT JOIN dbthird.thd_order o ON efa_to.order_id = o.order_id LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE efa.extrafareApply_id = 79765 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017879009246826 -- 2026-06-29 21:16:13.653[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 847 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001798152923584 -- 2026-06-29 21:16:13.688[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 847 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0020089149475098 -- 2026-06-29 21:16:13.728[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6710937 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017838478088379 -- 2026-06-29 21:16:13.730[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 847 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017662048339844 -- 2026-06-29 21:16:13.732[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=79765 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 847 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024171113967896 -- 2026-06-29 21:16:17.720[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT extrafareApply_id doc_id,extrafareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,3 as appr_type_id,0 is_urgent FROM dboa.oa_extrafareApply WHERE createdby_id = 847 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0027220249176025 -- 2026-06-29 21:16:17.723[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT fareApply_id doc_id,fareApply_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,12 as appr_type_id,0 is_urgent FROM dboa.oa_fareapply WHERE createdby_id = 847 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019829273223877 -- 2026-06-29 21:16:17.725[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT payment_id doc_id,payment_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,13 as appr_type_id,0 is_urgent FROM dboa.oa_payment WHERE createdby_id = 847 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002979040145874 -- 2026-06-29 21:16:17.728[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT officialSeals_id doc_id,officialSeals_no doc_no,status_id,DATE_FORMAT(apply_date,'%Y-%m-%d') apply_date,14 as appr_type_id,is_urgent FROM dboa.oa_officialSeals WHERE createdby_id = 847 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0021581649780273 -- 2026-06-29 21:16:17.731[周玉广-847] -- /buz/oa/index.php/oamgmt/oa_application?event=query SELECT task_id doc_id, task_no doc_no, status_id, DATE_FORMAT(createdon, '%Y-%m-%d') apply_date, 4 as appr_type_id, 0 is_urgent FROM dboa.oa_task WHERE createdby_id= 847 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01001501083374 -- 2026-06-29 21:41:27.106[郑嘉琳-2346] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2346 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083389282226562 -- 2026-06-29 21:41:27.209[郑嘉琳-2346] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2346 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0096230506896973 -- 2026-06-29 21:41:28.981[郑嘉琳-2346] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2346 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0098879337310791 -- 2026-06-29 22:35:06.199[彭宗平-508] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1916230,1916074,1915441&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D307%26ship_city%3D%E6%B5%8E%E5%8D%97%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select o.org_id,o.org_name from dbsys.sys_contact c left join dbsys.sys_org o on c.cont_deforgid = o.org_id where c.cont_id = 508 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0019700527191162 -- 2026-06-29 22:35:06.201[彭宗平-508] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1916230,1916074,1915441&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D307%26ship_city%3D%E6%B5%8E%E5%8D%97%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 and is_corporate = 1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018630027770996 -- 2026-06-29 22:35:06.203[彭宗平-508] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1916230,1916074,1915441&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D307%26ship_city%3D%E6%B5%8E%E5%8D%97%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00211501121521 -- 2026-06-29 22:35:06.237[彭宗平-508] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1916230,1916074,1915441&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D307%26ship_city%3D%E6%B5%8E%E5%8D%97%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 SELECT o.order_id,o.order_no,a.area_name dest_city,o.acct_id, o.pieces,o.weight,o.volume,o.calc_weight FROM dbthird.thd_order o LEFT JOIN dbsys.sys_area a ON o.dest_city_id = a.area_id WHERE o.order_id in (1916230,1916074,1915441) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015605926513672 -- 2026-06-29 22:35:06.540[彭宗平-508] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010117053985596 -- 2026-06-29 22:35:06.686[彭宗平-508] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%彭宗平%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0085749626159668 -- 2026-06-29 22:35:06.788[彭宗平-508] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%济南办事处%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010249853134155 -- 2026-06-29 22:35:13.911[彭宗平-508] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%唐书泉%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010369062423706 -- 2026-06-29 22:35:23.676[彭宗平-508] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%项目三%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017839193344116 -- 2026-06-29 22:35:27.659[彭宗平-508] -- /buz/oa/index.php/oamgmt/get_extrafare_item select e.extrafare_name,e.extrafare_id,ifnull(dispConfig_json,'{}') dispConfig_json from dboa.oa_extrafare e left join dboa.oa_extrafareex_config e_c on e.extrafare_id = e_c.extrafare_id where e.acct_id = 15 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.008983850479126 -- 2026-06-29 22:40:00.570[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018720626831055 -- 2026-06-29 22:40:00.669[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select group_concat(order_no) order_no_str from dbthird.thd_order where order_id in (1916230,1916074,1915441) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017080307006836 -- 2026-06-29 22:40:00.717[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.013148069381714 -- 2026-06-29 22:40:01.467[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018761157989502 -- 2026-06-29 22:40:01.521[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023447036743164 -- 2026-06-29 22:40:02.517[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.001945972442627 -- 2026-06-29 22:40:02.603[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0093309879302979 -- 2026-06-29 22:40:02.750[彭宗平-508] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01169490814209 -- 2026-06-29 22:40:33.641[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0014598369598389 -- 2026-06-29 22:40:33.712[彭宗平-508] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApply_application select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018557071685791 -- 2026-06-29 22:40:33.877[彭宗平-508] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 508 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010687112808228 -- 2026-06-29 23:55:53.015[吴文超-755] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279806%22}&event=edit_extrafareApply&extrafareApply_id=79806 SELECT r.*,createdby.cont_name createdby,updatedby.cont_name updatedby,of.costAlloc_type_id,receive.cust_disp_name receiving_unit, o.appr_proc_name appr_proc,rc.cont_name apply_cont,org.org_name department,IFNULL(of.otherfee_id,0) otherfee_id,r.createdby_id FROM dboa.oa_extrafareApply r LEFT JOIN dboa.oa_appr_process o ON r.appr_proc_id = o.appr_proc_id LEFT JOIN dbsys.sys_contact rc ON r.apply_cont_id = rc.cont_id LEFT JOIN dbsys.sys_org org ON r.department_id = org.org_id LEFT JOIN dbsys.sys_contact createdby ON r.createdby_id = createdby.cont_id LEFT JOIN dbsys.sys_contact updatedby ON r.updatedby_id = updatedby.cont_id LEFT JOIN dbthird.thd_otherfee of ON r.extrafareApply_id = of.extrafareApply_id LEFT JOIN dbthird.v_thd_customer receive ON receive.sys_cust_id = r.receiving_unit_id and receive.acct_id = r.acct_id WHERE r.extrafareApply_id = 79806 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016810894012451 -- 2026-06-29 23:55:53.017[吴文超-755] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279806%22}&event=edit_extrafareApply&extrafareApply_id=79806 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 755 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0016441345214844 -- 2026-06-29 23:55:53.050[吴文超-755] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279806%22}&event=edit_extrafareApply&extrafareApply_id=79806 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 755 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0018110275268555 -- 2026-06-29 23:55:53.083[吴文超-755] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279806%22}&event=edit_extrafareApply&extrafareApply_id=79806 select file_id,file_url,file_ext,thumb_file_url,file_type_id,remark from dbpublic.pbl_upload_file where owner_id=6718962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0017008781433105 -- 2026-06-29 23:55:53.085[吴文超-755] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2279806%22}&event=edit_extrafareApply&extrafareApply_id=79806 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 755 and cont_isenable=1 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.010557889938354 -- 2026-06-29 23:55:53.284[吴文超-755] -- /buz/oa/index.php/oamgmt/get_carrier_item SELECT cust.customer_id AS `id`,cust_disp_name AS `text`,address,cust.city_id,tel, city.area_name city,pb.pricebook_id,cust.inv_cust_id, IF(IFNULL(cust.account_name,'')<>'',cust.account_name,cust.cust_name) account_name,cust.opening_bank,cust.bank_account,sys_cust_id FROM dbthird.v_thd_customer cust left join dbsys.sys_customer_ext c_e on c_e.customer_id = cust.sys_cust_id left join dbsys.sys_area city on cust.city_id = city.area_id LEFT JOIN dbthird.thd_pricebook_customer pb_c ON pb_c.customer_id = cust.customer_id left join dbthird.thd_price_book pb on pb.pricebook_id = pb_c.pricebook_id and pb.pricebook_type = 2 WHERE cust.isenable=1 and cust.acct_id =15 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%武汉办吴文超%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0091848373413086 -- 2026-06-29 23:55:53.353[吴文超-755] -- /buz/oa/index.php/oamgmt/get_cont_item SELECT cont.cont_id,cont.cont_name,org.org_id department_id,org.org_name department,org.parent_id,cont.cont_account FROM dbsys.sys_contact cont LEFT JOIN dbsys.sys_org org ON org.org_id = cont.cont_deforgid WHERE cont.acct_id = 15 and cont.cont_isenable = 1 AND cont.cont_name like '%吴文超%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0083749294281006 -- 2026-06-29 23:55:53.428[吴文超-755] -- /buz/oa/index.php/oamgmt/get_org_item SELECT o.org_id,o.org_name,p.org_name parent_name,o.parent_id FROM dbsys.sys_org o LEFT JOIN dbsys.sys_org p ON p.org_id = o.parent_id WHERE o.acct_id = 15 AND o.org_name like '%项目二组%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------