Time: 0.021295070648193 -- 25-08-06 00:00:00[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64625 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 = 64625 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00341796875 -- 25-08-06 00:00:00[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64625 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033340454101562 -- 25-08-06 00:00:01[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64625 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034570693969727 -- 25-08-06 00:00:01[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64625 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5047038 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032901763916016 -- 25-08-06 00:00:01[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64625 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030468940734863 -- 25-08-06 00:00:01[李磊-753] -- /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.019377946853638 -- 25-08-06 00:00:01[李磊-753] -- /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.019044160842896 -- 25-08-06 00:00:01[李磊-753] -- /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.018815040588379 -- 25-08-06 00:01:30[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%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 = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037829875946045 -- 25-08-06 00:01:30[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%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.0036919116973877 -- 25-08-06 00:01:30[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038959980010986 -- 25-08-06 00:01:30[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%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 (1499497,1499496) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004101037979126 -- 25-08-06 00:01:30[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021543979644775 -- 25-08-06 00:01:30[李磊-753] -- /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.019453048706055 -- 25-08-06 00:01:30[李磊-753] -- /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.026509046554565 -- 25-08-06 00:01:30[李磊-753] -- /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.030802965164185 -- 25-08-06 00:01:33[李磊-753] -- /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.016190052032471 -- 25-08-06 00:01:39[李磊-753] -- /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.01657509803772 -- 25-08-06 00:02:22[李磊-753] -- /buz/oa/index.php/oamgmt/get_extrafare_item select extrafare_name,extrafare_id from dboa.oa_extrafare where acct_id = 15 limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018028020858765 -- 25-08-06 00:03:19[李磊-753] -- /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 = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036749839782715 -- 25-08-06 00:03:19[李磊-753] -- /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 (1499497,1499496) limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035300254821777 -- 25-08-06 00:03:19[李磊-753] -- /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 = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019442081451416 -- 25-08-06 00:03:19[李磊-753] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031130313873291 -- 25-08-06 00:03:20[李磊-753] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019085884094238 -- 25-08-06 00:04:16[李磊-753] -- /buz/oa/index.php/oamgmt/get_extrafare_item select extrafare_name,extrafare_id from dboa.oa_extrafare where acct_id = 15 and extrafare_name like '%其他%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02540397644043 -- 25-08-06 00:04:20[李磊-753] -- /buz/oa/index.php/oamgmt/get_extrafare_item select extrafare_name,extrafare_id from dboa.oa_extrafare where acct_id = 15 and extrafare_name like '%其%' limit 30 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017239093780518 -- 25-08-06 00:06:13[李磊-753] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033290386199951 -- 25-08-06 00:06:13[李磊-753] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=save_extrafareApplyItem select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0191650390625 -- 25-08-06 00:08:26[李磊-753] -- /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 = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037479400634766 -- 25-08-06 00:08:26[李磊-753] -- /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 = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026129007339478 -- 25-08-06 00:08:26[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01992392539978 -- 25-08-06 00:08:41[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 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 = 64631 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035929679870605 -- 25-08-06 00:08:41[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035169124603271 -- 25-08-06 00:08:41[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036289691925049 -- 25-08-06 00:08:41[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048476 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034987926483154 -- 25-08-06 00:08:41[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017225027084351 -- 25-08-06 00:08:41[李磊-753] -- /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.027432918548584 -- 25-08-06 00:08:41[李磊-753] -- /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.018511056900024 -- 25-08-06 00:08:41[李磊-753] -- /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.01633882522583 -- 25-08-06 00:09:06[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%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 = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003324031829834 -- 25-08-06 00:09:06[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%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.0031919479370117 -- 25-08-06 00:09:06[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033688545227051 -- 25-08-06 00:09:06[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%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 (1499497,1499496) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003565788269043 -- 25-08-06 00:09:06[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&order_ids=1499497,1499496&from_url=https%3A%2F%2Fwechat.flysman.com%2Fbuz%2Fthird%2Findex.php%2Fthirdoprt%2Ftrans_arng_desk_new%3Fship_city_id%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=0 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026226997375488 -- 25-08-06 00:09:07[李磊-753] -- /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.016284942626953 -- 25-08-06 00:09:07[李磊-753] -- /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.019029855728149 -- 25-08-06 00:09:07[李磊-753] -- /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.027294158935547 -- 25-08-06 09:13:47[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 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 = 6282 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041980743408203 -- 25-08-06 09:13:47[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041899681091309 -- 25-08-06 09:13:47[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043210983276367 -- 25-08-06 09:13:47[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5044883 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041449069976807 -- 25-08-06 09:13:47[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021215915679932 -- 25-08-06 09:14:07[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 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 = 6235 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 25-08-06 09:14:07[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035021305084229 -- 25-08-06 09:14:07[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036509037017822 -- 25-08-06 09:14:07[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5007386 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034358501434326 -- 25-08-06 09:14:07[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018956184387207 -- 25-08-06 09:15:52[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226252%22}&event=edit_officialSeals&officialSeals_id=6252 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 = 6252 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035099983215332 -- 25-08-06 09:15:52[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226252%22}&event=edit_officialSeals&officialSeals_id=6252 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034430027008057 -- 25-08-06 09:15:52[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226252%22}&event=edit_officialSeals&officialSeals_id=6252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035481452941895 -- 25-08-06 09:15:52[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226252%22}&event=edit_officialSeals&officialSeals_id=6252 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5021723 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033829212188721 -- 25-08-06 09:15:52[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226252%22}&event=edit_officialSeals&officialSeals_id=6252 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01689887046814 -- 25-08-06 09:15:56[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 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 = 6279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032331943511963 -- 25-08-06 09:15:56[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030338764190674 -- 25-08-06 09:15:56[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032150745391846 -- 25-08-06 09:15:56[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043052 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030419826507568 -- 25-08-06 09:15:56[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018100023269653 -- 25-08-06 09:17:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 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 = 6279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035469532012939 -- 25-08-06 09:17:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034739971160889 -- 25-08-06 09:17:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039279460906982 -- 25-08-06 09:17:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043052 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034000873565674 -- 25-08-06 09:17:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015680074691772 -- 25-08-06 09:18:22[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226251%22}&event=edit_officialSeals&officialSeals_id=6251 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 = 6251 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029659271240234 -- 25-08-06 09:18:22[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226251%22}&event=edit_officialSeals&officialSeals_id=6251 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029289722442627 -- 25-08-06 09:18:22[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226251%22}&event=edit_officialSeals&officialSeals_id=6251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030431747436523 -- 25-08-06 09:18:22[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226251%22}&event=edit_officialSeals&officialSeals_id=6251 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5021532 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028860569000244 -- 25-08-06 09:18:22[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226251%22}&event=edit_officialSeals&officialSeals_id=6251 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029083013534546 -- 25-08-06 09:18:28[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226259%22}&event=edit_officialSeals&officialSeals_id=6259 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 = 6259 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036780834197998 -- 25-08-06 09:18:28[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226259%22}&event=edit_officialSeals&officialSeals_id=6259 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035648345947266 -- 25-08-06 09:18:28[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226259%22}&event=edit_officialSeals&officialSeals_id=6259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037469863891602 -- 25-08-06 09:18:28[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226259%22}&event=edit_officialSeals&officialSeals_id=6259 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5028194 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035648345947266 -- 25-08-06 09:18:28[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226259%22}&event=edit_officialSeals&officialSeals_id=6259 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016454935073853 -- 25-08-06 09:18:35[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226267%22}&event=edit_officialSeals&officialSeals_id=6267 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 = 6267 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031988620758057 -- 25-08-06 09:18:35[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226267%22}&event=edit_officialSeals&officialSeals_id=6267 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003087043762207 -- 25-08-06 09:18:35[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226267%22}&event=edit_officialSeals&officialSeals_id=6267 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033199787139893 -- 25-08-06 09:18:35[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226267%22}&event=edit_officialSeals&officialSeals_id=6267 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035145 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030760765075684 -- 25-08-06 09:18:35[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226267%22}&event=edit_officialSeals&officialSeals_id=6267 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025541067123413 -- 25-08-06 09:18:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226260%22}&event=edit_officialSeals&officialSeals_id=6260 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 = 6260 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033960342407227 -- 25-08-06 09:18:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226260%22}&event=edit_officialSeals&officialSeals_id=6260 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032780170440674 -- 25-08-06 09:18:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226260%22}&event=edit_officialSeals&officialSeals_id=6260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034048557281494 -- 25-08-06 09:18:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226260%22}&event=edit_officialSeals&officialSeals_id=6260 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5028808 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032391548156738 -- 25-08-06 09:18:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226260%22}&event=edit_officialSeals&officialSeals_id=6260 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024746894836426 -- 25-08-06 09:19:00[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226256%22}&event=edit_officialSeals&officialSeals_id=6256 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 = 6256 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032889842987061 -- 25-08-06 09:19:00[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226256%22}&event=edit_officialSeals&officialSeals_id=6256 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031499862670898 -- 25-08-06 09:19:00[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226256%22}&event=edit_officialSeals&officialSeals_id=6256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 09:19:00[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226256%22}&event=edit_officialSeals&officialSeals_id=6256 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5024728 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030450820922852 -- 25-08-06 09:19:00[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226256%22}&event=edit_officialSeals&officialSeals_id=6256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024780035018921 -- 25-08-06 09:20:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226253%22}&event=edit_officialSeals&officialSeals_id=6253 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 = 6253 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036361217498779 -- 25-08-06 09:20:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226253%22}&event=edit_officialSeals&officialSeals_id=6253 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034821033477783 -- 25-08-06 09:20:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226253%22}&event=edit_officialSeals&officialSeals_id=6253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036718845367432 -- 25-08-06 09:20:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226253%22}&event=edit_officialSeals&officialSeals_id=6253 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5023165 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034248828887939 -- 25-08-06 09:20:03[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226253%22}&event=edit_officialSeals&officialSeals_id=6253 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019531965255737 -- 25-08-06 09:20:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226243%22}&event=edit_officialSeals&officialSeals_id=6243 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 = 6243 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038168430328369 -- 25-08-06 09:20:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226243%22}&event=edit_officialSeals&officialSeals_id=6243 select org_id,org_name from dbsys.sys_org where corp_acct_id = 40 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036060810089111 -- 25-08-06 09:20:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226243%22}&event=edit_officialSeals&officialSeals_id=6243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037999153137207 -- 25-08-06 09:20:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226243%22}&event=edit_officialSeals&officialSeals_id=6243 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5011295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036160945892334 -- 25-08-06 09:20:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226243%22}&event=edit_officialSeals&officialSeals_id=6243 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017827987670898 -- 25-08-06 09:20:13[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226250%22}&event=edit_officialSeals&officialSeals_id=6250 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 = 6250 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033929347991943 -- 25-08-06 09:20:13[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226250%22}&event=edit_officialSeals&officialSeals_id=6250 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032939910888672 -- 25-08-06 09:20:13[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226250%22}&event=edit_officialSeals&officialSeals_id=6250 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034821033477783 -- 25-08-06 09:20:13[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226250%22}&event=edit_officialSeals&officialSeals_id=6250 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5019596 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033140182495117 -- 25-08-06 09:20:13[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226250%22}&event=edit_officialSeals&officialSeals_id=6250 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018491983413696 -- 25-08-06 09:20:19[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226238%22}&event=edit_officialSeals&officialSeals_id=6238 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 = 6238 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035700798034668 -- 25-08-06 09:20:19[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226238%22}&event=edit_officialSeals&officialSeals_id=6238 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033349990844727 -- 25-08-06 09:20:19[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226238%22}&event=edit_officialSeals&officialSeals_id=6238 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035009384155273 -- 25-08-06 09:20:19[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226238%22}&event=edit_officialSeals&officialSeals_id=6238 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5008521 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033159255981445 -- 25-08-06 09:20:19[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226238%22}&event=edit_officialSeals&officialSeals_id=6238 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019454956054688 -- 25-08-06 09:20:34[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226236%22}&event=edit_officialSeals&officialSeals_id=6236 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 = 6236 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035920143127441 -- 25-08-06 09:20:34[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226236%22}&event=edit_officialSeals&officialSeals_id=6236 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 09:20:34[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226236%22}&event=edit_officialSeals&officialSeals_id=6236 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00364089012146 -- 25-08-06 09:20:34[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226236%22}&event=edit_officialSeals&officialSeals_id=6236 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5008057 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034480094909668 -- 25-08-06 09:20:34[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226236%22}&event=edit_officialSeals&officialSeals_id=6236 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022061109542847 -- 25-08-06 09:20:41[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226228%22}&event=edit_officialSeals&officialSeals_id=6228 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 = 6228 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038919448852539 -- 25-08-06 09:20:41[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226228%22}&event=edit_officialSeals&officialSeals_id=6228 select org_id,org_name from dbsys.sys_org where corp_acct_id = 40 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036730766296387 -- 25-08-06 09:20:41[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226228%22}&event=edit_officialSeals&officialSeals_id=6228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038321018218994 -- 25-08-06 09:20:41[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226228%22}&event=edit_officialSeals&officialSeals_id=6228 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5002423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036861896514893 -- 25-08-06 09:20:41[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226228%22}&event=edit_officialSeals&officialSeals_id=6228 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021220922470093 -- 25-08-06 09:20:45[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226233%22}&event=edit_officialSeals&officialSeals_id=6233 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 = 6233 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031750202178955 -- 25-08-06 09:20:45[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226233%22}&event=edit_officialSeals&officialSeals_id=6233 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030519962310791 -- 25-08-06 09:20:45[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226233%22}&event=edit_officialSeals&officialSeals_id=6233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032238960266113 -- 25-08-06 09:20:45[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226233%22}&event=edit_officialSeals&officialSeals_id=6233 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5006009 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030510425567627 -- 25-08-06 09:20:45[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226233%22}&event=edit_officialSeals&officialSeals_id=6233 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028228044509888 -- 25-08-06 09:20:48[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 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 = 6235 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039658546447754 -- 25-08-06 09:20:48[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038518905639648 -- 25-08-06 09:20:48[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040431022644043 -- 25-08-06 09:20:48[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5007386 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038559436798096 -- 25-08-06 09:20:48[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226235%22}&event=edit_officialSeals&officialSeals_id=6235 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019052028656006 -- 25-08-06 09:20:54[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226237%22}&event=edit_officialSeals&officialSeals_id=6237 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 = 6237 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 25-08-06 09:20:54[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226237%22}&event=edit_officialSeals&officialSeals_id=6237 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034830570220947 -- 25-08-06 09:20:54[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226237%22}&event=edit_officialSeals&officialSeals_id=6237 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037229061126709 -- 25-08-06 09:20:54[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226237%22}&event=edit_officialSeals&officialSeals_id=6237 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5008196 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035009384155273 -- 25-08-06 09:20:54[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226237%22}&event=edit_officialSeals&officialSeals_id=6237 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018260955810547 -- 25-08-06 09:20:59[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226245%22}&event=edit_officialSeals&officialSeals_id=6245 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 = 6245 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033299922943115 -- 25-08-06 09:20:59[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226245%22}&event=edit_officialSeals&officialSeals_id=6245 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033178329467773 -- 25-08-06 09:20:59[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226245%22}&event=edit_officialSeals&officialSeals_id=6245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034880638122559 -- 25-08-06 09:20:59[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226245%22}&event=edit_officialSeals&officialSeals_id=6245 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5014271 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033318996429443 -- 25-08-06 09:20:59[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226245%22}&event=edit_officialSeals&officialSeals_id=6245 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018167018890381 -- 25-08-06 09:21:02[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226246%22}&event=edit_officialSeals&officialSeals_id=6246 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 = 6246 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035209655761719 -- 25-08-06 09:21:02[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226246%22}&event=edit_officialSeals&officialSeals_id=6246 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035111904144287 -- 25-08-06 09:21:02[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226246%22}&event=edit_officialSeals&officialSeals_id=6246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036580562591553 -- 25-08-06 09:21:02[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226246%22}&event=edit_officialSeals&officialSeals_id=6246 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5017130 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035061836242676 -- 25-08-06 09:21:02[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226246%22}&event=edit_officialSeals&officialSeals_id=6246 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019572019577026 -- 25-08-06 09:21:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 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 = 6240 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037100315093994 -- 25-08-06 09:21:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select org_id,org_name from dbsys.sys_org where corp_acct_id = 11 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035860538482666 -- 25-08-06 09:21:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037569999694824 -- 25-08-06 09:21:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5010391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035700798034668 -- 25-08-06 09:21:08[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023064851760864 -- 25-08-06 09:21:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226198%22}&event=edit_officialSeals&officialSeals_id=6198 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 = 6198 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034720897674561 -- 25-08-06 09:21:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226198%22}&event=edit_officialSeals&officialSeals_id=6198 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033271312713623 -- 25-08-06 09:21:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226198%22}&event=edit_officialSeals&officialSeals_id=6198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035350322723389 -- 25-08-06 09:21:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226198%22}&event=edit_officialSeals&officialSeals_id=6198 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 4979474 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033149719238281 -- 25-08-06 09:21:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226198%22}&event=edit_officialSeals&officialSeals_id=6198 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022125005722046 -- 25-08-06 09:21:29[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 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 = 6240 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029311180114746 -- 25-08-06 09:21:29[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select org_id,org_name from dbsys.sys_org where corp_acct_id = 11 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029079914093018 -- 25-08-06 09:21:29[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030369758605957 -- 25-08-06 09:21:30[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5010391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00288987159729 -- 25-08-06 09:21:30[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226240%22}&event=edit_officialSeals&officialSeals_id=6240 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017995119094849 -- 25-08-06 09:21:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226244%22}&event=edit_officialSeals&officialSeals_id=6244 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 = 6244 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036559104919434 -- 25-08-06 09:21:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226244%22}&event=edit_officialSeals&officialSeals_id=6244 select org_id,org_name from dbsys.sys_org where corp_acct_id = 2 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035591125488281 -- 25-08-06 09:21:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226244%22}&event=edit_officialSeals&officialSeals_id=6244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003666877746582 -- 25-08-06 09:21:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226244%22}&event=edit_officialSeals&officialSeals_id=6244 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5011381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034780502319336 -- 25-08-06 09:21:39[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226244%22}&event=edit_officialSeals&officialSeals_id=6244 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022799015045166 -- 25-08-06 09:35:04[廖正君-2159] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2159 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015206098556519 -- 25-08-06 09:47:54 -- /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.0030598640441895 -- 25-08-06 09:47:54 -- /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.0035450458526611 -- 25-08-06 09:47:54 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0032930374145508 -- 25-08-06 09:47:54[高祥-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.02526593208313 -- 25-08-06 09:47:54[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023510932922363 -- 25-08-06 09:47:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38436 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 = 38436 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036149024963379 -- 25-08-06 09:47:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38436 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035688877105713 -- 25-08-06 09:47:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38436 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046089 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003032922744751 -- 25-08-06 09:47:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032448768615723 -- 25-08-06 09:47:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38436 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046089 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030779838562012 -- 25-08-06 09:47:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016406059265137 -- 25-08-06 09:47:59[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38436 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022586107254028 -- 25-08-06 09:47:59[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01993989944458 -- 25-08-06 10:18:59 -- /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.017413139343262 -- 25-08-06 10:18:59 -- /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.0039958953857422 -- 25-08-06 10:18:59 -- /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.0044729709625244 -- 25-08-06 10:18:59 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0037460327148438 -- 25-08-06 10:18:59[张体海-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.017615079879761 -- 25-08-06 10:19:00[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017861127853394 -- 25-08-06 10:20:09 -- /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.0035459995269775 -- 25-08-06 10:20:09 -- /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.0043618679046631 -- 25-08-06 10:20:09 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0037569999694824 -- 25-08-06 10:20:09[彭思源-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.029608011245728 -- 25-08-06 10:20:10[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019865036010742 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 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 = 64635 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043809413909912 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040938854217529 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 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 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 = 64635 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038621425628662 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038759708404541 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040469169616699 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049554 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038487911224365 -- 25-08-06 10:20:10[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014633893966675 -- 25-08-06 10:20:12[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64635 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016966104507446 -- 25-08-06 10:20:12[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030690908432007 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 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 = 64634 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044500827789307 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64634 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041289329528809 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 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 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 = 64634 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039160251617432 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039348602294922 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041089057922363 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049489 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039191246032715 -- 25-08-06 10:20:13[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64634 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022004842758179 -- 25-08-06 10:20:15[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64634 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01714301109314 -- 25-08-06 10:20:15[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019047975540161 -- 25-08-06 10:40:13[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102946 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041399002075195 -- 25-08-06 10:40:13[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select payment_id from dbthird.thd_payment where oa_payment_id = 102946 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038328170776367 -- 25-08-06 10:40:13[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121306 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041821002960205 -- 25-08-06 10:40:13[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049674 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037040710449219 -- 25-08-06 10:40:13[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038149356842041 -- 25-08-06 10:40:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038149356842041 -- 25-08-06 10:40:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049674 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036599636077881 -- 25-08-06 10:40:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00364089012146 -- 25-08-06 10:40:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036818981170654 -- 25-08-06 10:40:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22102946%22}&event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01924991607666 -- 25-08-06 10:40:21[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02043890953064 -- 25-08-06 10:40:22[刘伍-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022807836532593 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 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 = 64612 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004004955291748 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64612 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039751529693604 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 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 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 = 64612 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034379959106445 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034010410308838 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035979747772217 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043187 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033750534057617 -- 25-08-06 10:46:14[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017096996307373 -- 25-08-06 10:46:22[熊旺先-480] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017717838287354 -- 25-08-06 10:46:23[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02375316619873 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 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 = 64613 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043120384216309 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64613 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043339729309082 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 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 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 = 64613 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003835916519165 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037810802459717 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039651393890381 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043212 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037388801574707 -- 25-08-06 10:46:27[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016579866409302 -- 25-08-06 10:46:28[熊旺先-480] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021845102310181 -- 25-08-06 10:46:29[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018234014511108 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 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 = 64616 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036399364471436 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64616 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037491321563721 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 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 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 = 64616 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003525972366333 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035591125488281 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003648042678833 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035109519958496 -- 25-08-06 10:46:35[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64616 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015805006027222 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015452146530151 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 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 = 64613 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002924919128418 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64613 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034890174865723 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 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 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 = 64613 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029220581054688 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029549598693848 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029900074005127 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043212 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029010772705078 -- 25-08-06 10:46:42[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64613 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018079996109009 -- 25-08-06 10:52:56[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016909837722778 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 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 = 64612 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038719177246094 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64612 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039820671081543 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 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 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 = 64612 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032849311828613 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033199787139893 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035469532012939 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043187 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032899379730225 -- 25-08-06 10:52:57[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264612%22}&event=edit_extrafareApply&extrafareApply_id=64612 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016667127609253 -- 25-08-06 11:06:15 -- /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.022840976715088 -- 25-08-06 11:06:15[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01571798324585 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102940 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035231113433838 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select payment_id from dbthird.thd_payment where oa_payment_id = 102940 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035650730133057 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121300 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035698413848877 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003014087677002 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025403022766113 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select * from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031940937042236 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030028820037842 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029950141906738 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030078887939453 -- 25-08-06 11:06:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022502899169922 -- 25-08-06 11:06:17[沈丽云-2156] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028836011886597 -- 25-08-06 11:06:18[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01911997795105 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102939 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038149356842041 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select payment_id from dbthird.thd_payment where oa_payment_id = 102939 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038878917694092 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121299 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038259029388428 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049374 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037081241607666 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038540363311768 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select * from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038430690765381 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049374 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036790370941162 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036718845367432 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037169456481934 -- 25-08-06 11:06:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018234014511108 -- 25-08-06 11:06:20[沈丽云-2156] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024137020111084 -- 25-08-06 11:06:21[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016839027404785 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037310123443604 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select payment_id from dbthird.thd_payment where oa_payment_id = 102937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034010410308838 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121298 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003715991973877 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003216028213501 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027137041091919 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select * from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033888816833496 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032279491424561 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032360553741455 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032649040222168 -- 25-08-06 11:06:21[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024294137954712 -- 25-08-06 11:06:23[沈丽云-2156] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018728971481323 -- 25-08-06 11:06:23[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017071008682251 -- 25-08-06 11:19:18 -- /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.0034379959106445 -- 25-08-06 11:19:18 -- /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.0038890838623047 -- 25-08-06 11:19:18 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='diana' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036900043487549 -- 25-08-06 11:19:18[董韧杰-706] -- /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= 15 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016415119171143 -- 25-08-06 11:19:21[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0048360824584961 -- 25-08-06 11:19:21[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033309459686279 -- 25-08-06 11:19:21[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041048526763916 -- 25-08-06 11:19:21[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033199787139893 -- 25-08-06 11:19:21[董韧杰-706] -- /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= 706 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016254901885986 -- 25-08-06 11:19:24[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 30 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044240951538086 -- 25-08-06 11:19:24[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 30 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033020973205566 -- 25-08-06 11:19:24[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 30 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039510726928711 -- 25-08-06 11:19:24[董韧杰-706] -- /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 = 706 AND (apply_date >= now() - interval 30 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036270618438721 -- 25-08-06 11:19:24[董韧杰-706] -- /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= 706 AND (createdon >= now() - interval 30 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015689134597778 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 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 = 64636 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64636 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035650730133057 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 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 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 = 64636 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030231475830078 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029668807983398 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031590461730957 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050173 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029349327087402 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029289722442627 -- 25-08-06 11:20:43[熊旺先-480] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_extrafareApply%22,%22extrafareApply_id%22:%2264636%22}&event=edit_extrafareApply&extrafareApply_id=64636 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 480 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028486013412476 -- 25-08-06 11:40:37 -- /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.0032439231872559 -- 25-08-06 11:40:38 -- /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.0040850639343262 -- 25-08-06 11:40:38 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='LiYiTong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035240650177002 -- 25-08-06 11:40:38[李依瞳-816] -- /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= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020227909088135 -- 25-08-06 11:40:38[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042760372161865 -- 25-08-06 11:40:38[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004040002822876 -- 25-08-06 11:40:38[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0049839019775391 -- 25-08-06 11:40:38[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040090084075928 -- 25-08-06 11:40:38[李依瞳-816] -- /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= 816 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020449876785278 -- 25-08-06 11:40:39[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034821033477783 -- 25-08-06 11:40:39[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034010410308838 -- 25-08-06 11:40:39[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033059120178223 -- 25-08-06 11:40:39[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016626119613647 -- 25-08-06 11:40:55[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036399364471436 -- 25-08-06 11:40:55[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 11:40:55[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038769245147705 -- 25-08-06 11:40:55[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037181377410889 -- 25-08-06 11:40:55[李依瞳-816] -- /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= 816 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026691913604736 -- 25-08-06 11:59:11 -- /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.016033887863159 -- 25-08-06 11:59:12[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018003940582275 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102954 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035459995269775 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select payment_id from dbthird.thd_payment where oa_payment_id = 102954 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036520957946777 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121314 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041630268096924 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050451 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034480094909668 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035941600799561 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select * from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035750865936279 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050451 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034480094909668 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003410816192627 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034940242767334 -- 25-08-06 11:59:13[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01570200920105 -- 25-08-06 11:59:16[沈丽云-2156] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024616003036499 -- 25-08-06 11:59:16[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022889852523804 -- 25-08-06 11:59:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 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 = 38455 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035529136657715 -- 25-08-06 11:59:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 11:59:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050569 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030069351196289 -- 25-08-06 11:59:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031828880310059 -- 25-08-06 11:59:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050569 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030410289764404 -- 25-08-06 11:59:18[沈丽云-2156] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023232936859131 -- 25-08-06 11:59:20[沈丽云-2156] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38455 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023487091064453 -- 25-08-06 11:59:21[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018483877182007 -- 25-08-06 11:59:48 -- /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.0035738945007324 -- 25-08-06 11:59:48 -- /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.0041129589080811 -- 25-08-06 11:59:48 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0037579536437988 -- 25-08-06 11:59:48[高祥-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.016829013824463 -- 25-08-06 11:59:48[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01843786239624 -- 25-08-06 11:59:55[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38397 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 = 38397 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031538009643555 -- 25-08-06 11:59:55[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38397 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38397 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035829544067383 -- 25-08-06 11:59:55[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38397 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030021667480469 -- 25-08-06 11:59:55[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38397 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031929016113281 -- 25-08-06 11:59:55[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38397 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030031204223633 -- 25-08-06 11:59:55[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38397 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017158031463623 -- 25-08-06 12:00:00[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38397 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022711992263794 -- 25-08-06 12:00:01[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024610996246338 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102868 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031709671020508 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select payment_id from dbthird.thd_payment where oa_payment_id = 102868 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032250881195068 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121230 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036079883575439 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045445 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030720233917236 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016880989074707 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032470226287842 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045445 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030360221862793 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030510425567627 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030720233917236 -- 25-08-06 12:00:02[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01951003074646 -- 25-08-06 12:00:05[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102868 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015870809555054 -- 25-08-06 12:00:05[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022123098373413 -- 25-08-06 12:00:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38450 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 = 38450 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034139156341553 -- 25-08-06 12:00:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38450 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38450 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034449100494385 -- 25-08-06 12:00:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38450 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050331 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029349327087402 -- 25-08-06 12:00:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031049251556396 -- 25-08-06 12:00:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38450 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050331 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029549598693848 -- 25-08-06 12:00:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015581130981445 -- 25-08-06 12:00:12[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38450 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017780065536499 -- 25-08-06 12:00:13[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015253067016602 -- 25-08-06 12:00:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38437 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 = 38437 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003079891204834 -- 25-08-06 12:00:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38437 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38437 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034749507904053 -- 25-08-06 12:00:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38437 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046174 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028870105743408 -- 25-08-06 12:00:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030539035797119 -- 25-08-06 12:00:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38437 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046174 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002918004989624 -- 25-08-06 12:00:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015810012817383 -- 25-08-06 12:00:25[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38437 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022848844528198 -- 25-08-06 12:00:25[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016748905181885 -- 25-08-06 12:00:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38398 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 = 38398 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037908554077148 -- 25-08-06 12:00:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38398 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037240982055664 -- 25-08-06 12:00:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38398 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032169818878174 -- 25-08-06 12:00:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034220218658447 -- 25-08-06 12:00:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38398 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 12:00:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017770051956177 -- 25-08-06 12:00:30[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016448020935059 -- 25-08-06 12:00:30[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015810012817383 -- 25-08-06 12:00:32[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38396 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 = 38396 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035750865936279 -- 25-08-06 12:00:32[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38396 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38396 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003554105758667 -- 25-08-06 12:00:32[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38396 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003026008605957 -- 25-08-06 12:00:32[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032639503479004 -- 25-08-06 12:00:32[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38396 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030310153961182 -- 25-08-06 12:00:32[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022876024246216 -- 25-08-06 12:00:35[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020221948623657 -- 25-08-06 12:00:36[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015093088150024 -- 25-08-06 12:00:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38395 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 = 38395 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029821395874023 -- 25-08-06 12:00:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38395 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034489631652832 -- 25-08-06 12:00:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38395 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028648376464844 -- 25-08-06 12:00:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030288696289062 -- 25-08-06 12:00:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38395 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028951168060303 -- 25-08-06 12:00:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018591165542603 -- 25-08-06 12:00:40[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02079701423645 -- 25-08-06 12:00:40[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016132831573486 -- 25-08-06 12:00:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38381 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 = 38381 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036611557006836 -- 25-08-06 12:00:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38381 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032830238342285 -- 25-08-06 12:00:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38381 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5038418 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030949115753174 -- 25-08-06 12:00:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38381 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034630298614502 -- 25-08-06 12:00:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38381 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5038418 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031130313873291 -- 25-08-06 12:00:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38381 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023997068405151 -- 25-08-06 12:00:45[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38381 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017153024673462 -- 25-08-06 12:00:45[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021394014358521 -- 25-08-06 12:15:24[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102955 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031280517578125 -- 25-08-06 12:15:24[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select payment_id from dbthird.thd_payment where oa_payment_id = 102955 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003169059753418 -- 25-08-06 12:15:24[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121315 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036690235137939 -- 25-08-06 12:15:24[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050602 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030651092529297 -- 25-08-06 12:15:24[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021536111831665 -- 25-08-06 12:15:25[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select * from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031609535217285 -- 25-08-06 12:15:25[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050602 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029981136322021 -- 25-08-06 12:15:25[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002997875213623 -- 25-08-06 12:15:25[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030341148376465 -- 25-08-06 12:15:25[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102955%22%7D&event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018260955810547 -- 25-08-06 12:16:04[袁素华-932] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029721021652222 -- 25-08-06 12:16:04[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01603102684021 -- 25-08-06 12:18:16 -- /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.0031709671020508 -- 25-08-06 12:18:16 -- /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.0039820671081543 -- 25-08-06 12:18:16 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0033929347991943 -- 25-08-06 12:18:16[杨群-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.026156902313232 -- 25-08-06 12:18:17[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015544891357422 -- 25-08-06 12:20:22 -- /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.0030069351196289 -- 25-08-06 12:20:22 -- /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.0035290718078613 -- 25-08-06 12:20:22 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0031948089599609 -- 25-08-06 12:20:22[石教华-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.018096923828125 -- 25-08-06 12:20:23[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018971920013428 -- 25-08-06 12:20:25[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6278 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 = 6278 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036849975585938 -- 25-08-06 12:20:25[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6278 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 25-08-06 12:20:25[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6278 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037329196929932 -- 25-08-06 12:20:25[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6278 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042978 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035369396209717 -- 25-08-06 12:20:25[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6278 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027806997299194 -- 25-08-06 12:20:28[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017102956771851 -- 25-08-06 12:20:41[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034289360046387 -- 25-08-06 12:20:41[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032880306243896 -- 25-08-06 12:20:41[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034658908843994 -- 25-08-06 12:20:41[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003281831741333 -- 25-08-06 12:20:41[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017956018447876 -- 25-08-06 12:23:32[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023544073104858 -- 25-08-06 12:23:33[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015945196151733 -- 25-08-06 12:25:37 -- /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.0031552314758301 -- 25-08-06 12:25:37 -- /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.0036349296569824 -- 25-08-06 12:25:37 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0033619403839111 -- 25-08-06 12:25:37[郭荣波-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.016942024230957 -- 25-08-06 12:25:38[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01628589630127 -- 25-08-06 12:25:39[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38449 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 = 38449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037798881530762 -- 25-08-06 12:25:39[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38449 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036990642547607 -- 25-08-06 12:25:39[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031490325927734 -- 25-08-06 12:25:39[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033049583435059 -- 25-08-06 12:25:39[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38449 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031440258026123 -- 25-08-06 12:25:39[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018921852111816 -- 25-08-06 12:25:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016666889190674 -- 25-08-06 12:25:43[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018440961837769 -- 25-08-06 12:25:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38442 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 = 38442 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040469169616699 -- 25-08-06 12:25:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38442 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38442 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040740966796875 -- 25-08-06 12:25:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38442 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5047347 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035340785980225 -- 25-08-06 12:25:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019080877304077 -- 25-08-06 12:25:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38442 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5047347 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035498142242432 -- 25-08-06 12:25:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030862808227539 -- 25-08-06 12:25:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38442 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025542974472046 -- 25-08-06 12:25:46[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023184061050415 -- 25-08-06 12:25:47[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38441 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 = 38441 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038809776306152 -- 25-08-06 12:25:47[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38441 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38441 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038478374481201 -- 25-08-06 12:25:47[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38441 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5047300 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033299922943115 -- 25-08-06 12:25:47[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035209655761719 -- 25-08-06 12:25:47[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38441 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5047300 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033259391784668 -- 25-08-06 12:25:47[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018795013427734 -- 25-08-06 12:25:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38441 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023841857910156 -- 25-08-06 12:25:48[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015873908996582 -- 25-08-06 12:25:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 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 = 38440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033979415893555 -- 25-08-06 12:25:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38440 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034360885620117 -- 25-08-06 12:25:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5047295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002936840057373 -- 25-08-06 12:25:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031111240386963 -- 25-08-06 12:25:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5047295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029301643371582 -- 25-08-06 12:25:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018146991729736 -- 25-08-06 12:26:06[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026633977890015 -- 25-08-06 12:26:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 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 = 38440 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031991004943848 -- 25-08-06 12:26:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38440 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032098293304443 -- 25-08-06 12:26:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5047295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031909942626953 -- 25-08-06 12:26:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033950805664062 -- 25-08-06 12:26:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5047295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031869411468506 -- 25-08-06 12:26:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023522853851318 -- 25-08-06 12:26:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38440 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02152681350708 -- 25-08-06 12:26:09[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016726016998291 -- 25-08-06 12:26:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38439 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 = 38439 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037610530853271 -- 25-08-06 12:26:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38439 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38439 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033650398254395 -- 25-08-06 12:26:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38439 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5047280 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003187894821167 -- 25-08-06 12:26:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033938884735107 -- 25-08-06 12:26:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38439 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5047280 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031900405883789 -- 25-08-06 12:26:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.032633066177368 -- 25-08-06 12:26:19[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38439 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014602899551392 -- 25-08-06 12:26:19[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015523910522461 -- 25-08-06 12:26:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 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 = 38433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035350322723389 -- 25-08-06 12:26:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38433 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 12:26:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045526 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002985954284668 -- 25-08-06 12:26:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031681060791016 -- 25-08-06 12:26:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045526 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030031204223633 -- 25-08-06 12:26:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024976015090942 -- 25-08-06 12:26:21[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021945953369141 -- 25-08-06 12:26:22[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017333030700684 -- 25-08-06 12:26:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 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 = 38401 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037448406219482 -- 25-08-06 12:26:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38401 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037539005279541 -- 25-08-06 12:26:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042903 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032269954681396 -- 25-08-06 12:26:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034198760986328 -- 25-08-06 12:26:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042903 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032551288604736 -- 25-08-06 12:26:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015444993972778 -- 25-08-06 12:26:28[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025112867355347 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 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 = 38401 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032269954681396 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38401 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032670497894287 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042903 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032417774200439 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032780170440674 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042903 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38401 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017958164215088 -- 25-08-06 12:26:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38401 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020036935806274 -- 25-08-06 12:26:31[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030089139938354 -- 25-08-06 12:26:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38299 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 = 38299 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003957986831665 -- 25-08-06 12:26:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38299 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039658546447754 -- 25-08-06 12:26:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38299 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5020514 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037851333618164 -- 25-08-06 12:26:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38299 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039751529693604 -- 25-08-06 12:26:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38299 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5020514 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037808418273926 -- 25-08-06 12:26:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38299 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017036914825439 -- 25-08-06 12:26:33[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38299 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016844987869263 -- 25-08-06 12:26:33[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023615837097168 -- 25-08-06 12:26:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38298 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 = 38298 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036029815673828 -- 25-08-06 12:26:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38298 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035378932952881 -- 25-08-06 12:26:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38298 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5020494 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030281543731689 -- 25-08-06 12:26:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38298 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032188892364502 -- 25-08-06 12:26:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38298 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5020494 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030288696289062 -- 25-08-06 12:26:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38298 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024067163467407 -- 25-08-06 12:26:37[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38298 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016884088516235 -- 25-08-06 12:26:37[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017299890518188 -- 25-08-06 12:26:38[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38281 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 = 38281 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003856897354126 -- 25-08-06 12:26:38[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38281 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38281 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038220882415771 -- 25-08-06 12:26:38[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38281 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5012897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033090114593506 -- 25-08-06 12:26:38[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38281 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035059452056885 -- 25-08-06 12:26:38[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38281 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5012897 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032939910888672 -- 25-08-06 12:26:38[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38281 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020920038223267 -- 25-08-06 12:26:41[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38281 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020089149475098 -- 25-08-06 12:26:41[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026456117630005 -- 25-08-06 12:26:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38280 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 = 38280 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033318996429443 -- 25-08-06 12:26:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38280 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38280 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 12:26:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38280 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5012537 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031931400299072 -- 25-08-06 12:26:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033769607543945 -- 25-08-06 12:26:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38280 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5012537 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031919479370117 -- 25-08-06 12:26:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015552997589111 -- 25-08-06 12:27:03[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38280 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027524948120117 -- 25-08-06 12:27:03[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02378511428833 -- 25-08-06 12:27:04[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38266 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 = 38266 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035128593444824 -- 25-08-06 12:27:04[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38266 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38266 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034840106964111 -- 25-08-06 12:27:04[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38266 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5010647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029888153076172 -- 25-08-06 12:27:04[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38266 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031380653381348 -- 25-08-06 12:27:04[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38266 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5010647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029900074005127 -- 25-08-06 12:27:04[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38266 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016780138015747 -- 25-08-06 12:27:07[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38266 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0275559425354 -- 25-08-06 12:27:07[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018988132476807 -- 25-08-06 12:27:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38256 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 = 38256 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041980743408203 -- 25-08-06 12:27:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38256 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38256 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041317939758301 -- 25-08-06 12:27:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38256 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5008364 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036399364471436 -- 25-08-06 12:27:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038220882415771 -- 25-08-06 12:27:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38256 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5008364 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036239624023438 -- 25-08-06 12:27:08[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023928165435791 -- 25-08-06 12:27:10[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38256 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029800891876221 -- 25-08-06 12:27:11[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029942035675049 -- 25-08-06 12:27:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38255 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 = 38255 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042510032653809 -- 25-08-06 12:27:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38255 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38255 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041980743408203 -- 25-08-06 12:27:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38255 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5008333 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003715991973877 -- 25-08-06 12:27:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038788318634033 -- 25-08-06 12:27:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38255 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5008333 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036888122558594 -- 25-08-06 12:27:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026857852935791 -- 25-08-06 12:27:13[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38255 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016970157623291 -- 25-08-06 12:27:14[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018224000930786 -- 25-08-06 12:27:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38254 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 = 38254 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036618709564209 -- 25-08-06 12:27:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38254 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38254 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036709308624268 -- 25-08-06 12:27:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38254 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5008248 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035049915313721 -- 25-08-06 12:27:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037109851837158 -- 25-08-06 12:27:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38254 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5008248 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035099983215332 -- 25-08-06 12:27:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028887033462524 -- 25-08-06 12:27:16[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38254 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019307851791382 -- 25-08-06 12:27:16[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017472982406616 -- 25-08-06 12:27:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38219 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 = 38219 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034639835357666 -- 25-08-06 12:27:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38219 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38219 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003493070602417 -- 25-08-06 12:27:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38219 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5004492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033440589904785 -- 25-08-06 12:27:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035429000854492 -- 25-08-06 12:27:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38219 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5004492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033450126647949 -- 25-08-06 12:27:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020195960998535 -- 25-08-06 12:27:18[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38219 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017149925231934 -- 25-08-06 12:27:19[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021179914474487 -- 25-08-06 12:27:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38217 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 = 38217 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038979053497314 -- 25-08-06 12:27:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38217 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38217 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039589405059814 -- 25-08-06 12:27:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38217 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5004489 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032339096069336 -- 25-08-06 12:27:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38217 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034561157226562 -- 25-08-06 12:27:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38217 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5004489 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032219886779785 -- 25-08-06 12:27:20[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38217 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026716947555542 -- 25-08-06 12:27:22[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38217 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018309831619263 -- 25-08-06 12:27:22[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01937198638916 -- 25-08-06 12:27:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036900043487549 -- 25-08-06 12:27:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035109519958496 -- 25-08-06 12:27:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036709308624268 -- 25-08-06 12:27:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035030841827393 -- 25-08-06 12:27:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019397020339966 -- 25-08-06 12:27:47[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020507097244263 -- 25-08-06 12:27:51[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6270 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 = 6270 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041210651397705 -- 25-08-06 12:27:51[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6270 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039389133453369 -- 25-08-06 12:27:51[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6270 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041098594665527 -- 25-08-06 12:27:51[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6270 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5036160 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039360523223877 -- 25-08-06 12:27:51[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6270 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023770093917847 -- 25-08-06 12:27:57[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026026964187622 -- 25-08-06 12:27:58[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015679836273193 -- 25-08-06 12:34:16[孟进成-1008] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238266%22%7D&event=edit_fareApply&fareApply_id=38266 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 = 38266 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031068325042725 -- 25-08-06 12:34:16[孟进成-1008] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238266%22%7D&event=edit_fareApply&fareApply_id=38266 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38266 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031189918518066 -- 25-08-06 12:34:16[孟进成-1008] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238266%22%7D&event=edit_fareApply&fareApply_id=38266 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5010647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030369758605957 -- 25-08-06 12:34:16[孟进成-1008] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238266%22%7D&event=edit_fareApply&fareApply_id=38266 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1008 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031688213348389 -- 25-08-06 12:34:16[孟进成-1008] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238266%22%7D&event=edit_fareApply&fareApply_id=38266 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5010647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029730796813965 -- 25-08-06 12:34:16[孟进成-1008] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238266%22%7D&event=edit_fareApply&fareApply_id=38266 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1008 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023972034454346 -- 25-08-06 12:35:54[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 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 = 38449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037829875946045 -- 25-08-06 12:35:54[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037441253662109 -- 25-08-06 12:35:54[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003662109375 -- 25-08-06 12:35:54[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003748893737793 -- 25-08-06 12:35:54[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035769939422607 -- 25-08-06 12:35:54[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019232988357544 -- 25-08-06 12:38:38[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042068958282471 -- 25-08-06 12:38:38[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003838062286377 -- 25-08-06 12:38:38[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0045361518859863 -- 25-08-06 12:38:38[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038449764251709 -- 25-08-06 12:38:38[熊亚娜-708] -- /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= 708 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017958164215088 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 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 = 38449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033087730407715 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034279823303223 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032041072845459 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032038688659668 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032351016998291 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032029151916504 -- 25-08-06 12:38:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023921012878418 -- 25-08-06 12:38:40[熊亚娜-708] -- /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.016963005065918 -- 25-08-06 12:38:40[熊亚娜-708] -- /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.017942905426025 -- 25-08-06 12:38:40[熊亚娜-708] -- /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.016710996627808 -- 25-08-06 12:38:40[熊亚娜-708] -- /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.016927003860474 -- 25-08-06 12:38:40[熊亚娜-708] -- /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.006782054901123 -- 25-08-06 12:38:41[熊亚娜-708] -- /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.019248008728027 -- 25-08-06 12:38:50[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041429996490479 -- 25-08-06 12:38:50[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041720867156982 -- 25-08-06 12:38:50[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043058395385742 -- 25-08-06 12:38:50[熊亚娜-708] -- /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 = 708 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004127025604248 -- 25-08-06 12:38:50[熊亚娜-708] -- /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= 708 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017838001251221 -- 25-08-06 12:39:02[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 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 = 38449 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035648345947266 -- 25-08-06 12:39:02[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38449 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035979747772217 -- 25-08-06 12:39:02[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034401416778564 -- 25-08-06 12:39:02[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034711360931396 -- 25-08-06 12:39:02[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049823 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034430027008057 -- 25-08-06 12:39:02[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238449%22}&event=edit_fareApply&fareApply_id=38449 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017237901687622 -- 25-08-06 12:42:30[曾丽-1463] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1463 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018234968185425 -- 25-08-06 12:44:47[沈丽云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015645980834961 -- 25-08-06 13:06:32 -- /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.0031189918518066 -- 25-08-06 13:06:32 -- /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.0036110877990723 -- 25-08-06 13:06:32 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0033650398254395 -- 25-08-06 13:06:32[张进-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.016021966934204 -- 25-08-06 13:06:33[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020884037017822 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102957 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003389835357666 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select payment_id from dbthird.thd_payment where oa_payment_id = 102957 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034301280975342 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121317 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038340091705322 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050649 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003248929977417 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030248880386353 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034480094909668 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050649 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032479763031006 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032248497009277 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032660961151123 -- 25-08-06 13:06:33[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017025947570801 -- 25-08-06 13:06:37[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018521070480347 -- 25-08-06 13:06:37[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025382995605469 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102956 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038678646087646 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select payment_id from dbthird.thd_payment where oa_payment_id = 102956 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039730072021484 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121316 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043430328369141 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050644 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037350654602051 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027768135070801 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039520263671875 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050644 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037469863891602 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037400722503662 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037860870361328 -- 25-08-06 13:06:38[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021834135055542 -- 25-08-06 13:06:42[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023525953292847 -- 25-08-06 13:06:43[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02771782875061 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102951 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034418106079102 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select payment_id from dbthird.thd_payment where oa_payment_id = 102951 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003525972366333 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121311 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034949779510498 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033440589904785 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017848014831543 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035040378570557 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033280849456787 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033259391784668 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033690929412842 -- 25-08-06 13:06:43[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018637895584106 -- 25-08-06 13:06:46[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01835298538208 -- 25-08-06 13:06:47[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019044876098633 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102941 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037498474121094 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select payment_id from dbthird.thd_payment where oa_payment_id = 102941 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038278102874756 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121301 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041689872741699 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049473 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036239624023438 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036730766296387 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037758350372314 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049473 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036280155181885 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036330223083496 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036430358886719 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016916036605835 -- 25-08-06 13:06:48[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017246007919312 -- 25-08-06 13:06:49[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016866207122803 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102935 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032961368560791 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select payment_id from dbthird.thd_payment where oa_payment_id = 102935 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033869743347168 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121296 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037519931793213 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049297 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031991004943848 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033349990844727 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049297 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031919479370117 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003173828125 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032370090484619 -- 25-08-06 13:06:50[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02376389503479 -- 25-08-06 13:07:01[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025695085525513 -- 25-08-06 13:07:01[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022309064865112 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033228397369385 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select payment_id from dbthird.thd_payment where oa_payment_id = 102932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033819675445557 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121293 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037410259246826 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048300 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032072067260742 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032711029052734 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003342866897583 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048300 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032029151916504 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032100677490234 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032479763031006 -- 25-08-06 13:07:03[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021851062774658 -- 25-08-06 13:07:06[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018661975860596 -- 25-08-06 13:07:07[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017728805541992 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102931 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034499168395996 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select payment_id from dbthird.thd_payment where oa_payment_id = 102931 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035469532012939 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121292 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034871101379395 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048101 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033421516418457 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034208297729492 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034909248352051 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048101 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003338098526001 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033249855041504 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033681392669678 -- 25-08-06 13:07:08[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023989200592041 -- 25-08-06 13:07:10[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015966892242432 -- 25-08-06 13:07:11[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028241872787476 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102930 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039122104644775 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select payment_id from dbthird.thd_payment where oa_payment_id = 102930 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039730072021484 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121291 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039548873901367 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048100 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038180351257324 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027724981307983 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039949417114258 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048100 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038068294525146 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037751197814941 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038168430328369 -- 25-08-06 13:07:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017222881317139 -- 25-08-06 13:07:12[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018367052078247 -- 25-08-06 13:07:13[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016723871231079 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102929 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032448768615723 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select payment_id from dbthird.thd_payment where oa_payment_id = 102929 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033161640167236 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121290 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037059783935547 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048014 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003154993057251 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032100677490234 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032920837402344 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048014 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031449794769287 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031459331512451 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031719207763672 -- 25-08-06 13:07:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102929 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019369840621948 -- 25-08-06 13:07:15[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102929 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015970945358276 -- 25-08-06 13:07:16[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019329071044922 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102886 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036959648132324 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select payment_id from dbthird.thd_payment where oa_payment_id = 102886 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037760734558105 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121247 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041170120239258 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045984 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035960674285889 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017086029052734 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037479400634766 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045984 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035860538482666 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003587007522583 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036191940307617 -- 25-08-06 13:07:17[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017060041427612 -- 25-08-06 13:07:18[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017906188964844 -- 25-08-06 13:07:18[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023122072219849 -- 25-08-06 13:07:19[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 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 = 38447 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041921138763428 -- 25-08-06 13:07:19[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037181377410889 -- 25-08-06 13:07:19[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035679340362549 -- 25-08-06 13:07:19[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037350654602051 -- 25-08-06 13:07:19[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035710334777832 -- 25-08-06 13:07:19[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018508911132812 -- 25-08-06 13:07:20[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023015022277832 -- 25-08-06 13:07:20[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016335964202881 -- 25-08-06 13:07:24[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38429 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 = 38429 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035488605499268 -- 25-08-06 13:07:24[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38429 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38429 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032079219818115 -- 25-08-06 13:07:24[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38429 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045488 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030372142791748 -- 25-08-06 13:07:24[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032939910888672 -- 25-08-06 13:07:24[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38429 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045488 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030407905578613 -- 25-08-06 13:07:24[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016992092132568 -- 25-08-06 13:07:25[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38429 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023096799850464 -- 25-08-06 13:07:25[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019882917404175 -- 25-08-06 13:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38427 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 = 38427 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044910907745361 -- 25-08-06 13:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38427 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38427 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044159889221191 -- 25-08-06 13:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38427 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045426 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038220882415771 -- 25-08-06 13:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040390491485596 -- 25-08-06 13:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38427 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045426 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038249492645264 -- 25-08-06 13:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026268005371094 -- 25-08-06 13:07:29[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38427 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014955043792725 -- 25-08-06 13:07:29[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020593881607056 -- 25-08-06 13:07:30[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38421 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 = 38421 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 13:07:30[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38421 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38421 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034501552581787 -- 25-08-06 13:07:30[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38421 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5044829 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029740333557129 -- 25-08-06 13:07:30[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031671524047852 -- 25-08-06 13:07:30[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38421 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5044829 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029878616333008 -- 25-08-06 13:07:30[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020137071609497 -- 25-08-06 13:07:33[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38421 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018018007278442 -- 25-08-06 13:07:34[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016784191131592 -- 25-08-06 13:11:14 -- /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.0033409595489502 -- 25-08-06 13:11:14 -- /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.0037820339202881 -- 25-08-06 13:11:14 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0034570693969727 -- 25-08-06 13:11:14[杨建辉-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.016787767410278 -- 25-08-06 13:11:15[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027063131332397 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102951 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038919448852539 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select payment_id from dbthird.thd_payment where oa_payment_id = 102951 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0045919418334961 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121311 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044970512390137 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036828517913818 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01907205581665 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038619041442871 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050206 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037040710449219 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036959648132324 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036988258361816 -- 25-08-06 13:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017064809799194 -- 25-08-06 13:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102951 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018171072006226 -- 25-08-06 13:11:20[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017982006072998 -- 25-08-06 13:58:25 -- /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.017035007476807 -- 25-08-06 13:58:28[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024068117141724 -- 25-08-06 14:10:10 -- /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.0033471584320068 -- 25-08-06 14:10:10 -- /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.0042219161987305 -- 25-08-06 14:10:10 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0035669803619385 -- 25-08-06 14:10:10[杨群-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.016828060150146 -- 25-08-06 14:10:10[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018631935119629 -- 25-08-06 14:10:14[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 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 = 6290 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036790370941162 -- 25-08-06 14:10:14[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034549236297607 -- 25-08-06 14:10:14[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036349296569824 -- 25-08-06 14:10:14[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050978 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034639835357666 -- 25-08-06 14:10:14[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024260997772217 -- 25-08-06 14:10:19[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01628303527832 -- 25-08-06 14:10:20[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028507947921753 -- 25-08-06 14:10:21[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 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 = 6289 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035388469696045 -- 25-08-06 14:10:21[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033190250396729 -- 25-08-06 14:10:21[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035710334777832 -- 25-08-06 14:10:21[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050971 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033349990844727 -- 25-08-06 14:10:21[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016431093215942 -- 25-08-06 14:10:25[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02000093460083 -- 25-08-06 14:10:26[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026380062103271 -- 25-08-06 14:10:27[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 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 = 6288 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 14:10:27[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003108024597168 -- 25-08-06 14:10:27[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032927989959717 -- 25-08-06 14:10:27[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050957 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031299591064453 -- 25-08-06 14:10:27[杨群-2017] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018570899963379 -- 25-08-06 14:10:31[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014916896820068 -- 25-08-06 14:10:31[杨群-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018774032592773 -- 25-08-06 14:15:50[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 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 = 64631 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035750865936279 -- 25-08-06 14:15:50[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035791397094727 -- 25-08-06 14:15:50[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037178993225098 -- 25-08-06 14:15:50[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048476 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035579204559326 -- 25-08-06 14:15:50[李磊-753] -- /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%3D568%26ship_city%3D%E8%B4%B5%E9%98%B3%E5%B8%82%26is_apply%3D1&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020676851272583 -- 25-08-06 14:15:50[李磊-753] -- /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.016071081161499 -- 25-08-06 14:15:50[李磊-753] -- /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.016960144042969 -- 25-08-06 14:15:51[李磊-753] -- /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.016769886016846 -- 25-08-06 14:31:08[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015144109725952 -- 25-08-06 14:32:25[李磊-753] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027971982955933 -- 25-08-06 14:32:26[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036242008209229 -- 25-08-06 14:32:26[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032410621643066 -- 25-08-06 14:32:26[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035710334777832 -- 25-08-06 14:32:26[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003216028213501 -- 25-08-06 14:32:26[李磊-753] -- /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= 753 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01754903793335 -- 25-08-06 14:32:33[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64272 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 = 64272 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031540393829346 -- 25-08-06 14:32:33[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64272 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031681060791016 -- 25-08-06 14:32:33[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64272 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033049583435059 -- 25-08-06 14:32:33[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64272 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5034469 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021291017532349 -- 25-08-06 14:32:33[李磊-753] -- /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.016523838043213 -- 25-08-06 14:32:34[李磊-753] -- /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 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021666049957275 -- 25-08-06 14:32:34[李磊-753] -- /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.018421173095703 -- 25-08-06 14:32:37[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036699771881104 -- 25-08-06 14:32:37[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036787986755371 -- 25-08-06 14:32:37[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036249160766602 -- 25-08-06 14:32:37[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036301612854004 -- 25-08-06 14:32:37[李磊-753] -- /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= 753 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023880958557129 -- 25-08-06 14:32:38[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 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 = 64631 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033578872680664 -- 25-08-06 14:32:38[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033788681030273 -- 25-08-06 14:32:38[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034909248352051 -- 25-08-06 14:32:38[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048476 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033431053161621 -- 25-08-06 14:32:38[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020528078079224 -- 25-08-06 14:32:38[李磊-753] -- /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.020208120346069 -- 25-08-06 14:32:38[李磊-753] -- /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.029712915420532 -- 25-08-06 14:32:39[李磊-753] -- /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.020865917205811 -- 25-08-06 14:33:10[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0046019554138184 -- 25-08-06 14:33:10[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041201114654541 -- 25-08-06 14:33:10[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044460296630859 -- 25-08-06 14:33:10[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044288635253906 -- 25-08-06 14:33:10[李磊-753] -- /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= 753 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021342992782593 -- 25-08-06 14:42:36[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01882004737854 -- 25-08-06 14:42:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38452 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 = 38452 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004162073135376 -- 25-08-06 14:42:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38452 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38452 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037949085235596 -- 25-08-06 14:42:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38452 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050374 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037100315093994 -- 25-08-06 14:42:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38452 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038809776306152 -- 25-08-06 14:42:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38452 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050374 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036489963531494 -- 25-08-06 14:42:37[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38452 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017327070236206 -- 25-08-06 14:42:43[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38452 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023844957351685 -- 25-08-06 14:42:44[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017455101013184 -- 25-08-06 14:48:44[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238395%22}&event=edit_fareApply&fareApply_id=38395 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 = 38395 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037469863891602 -- 25-08-06 14:48:44[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238395%22}&event=edit_fareApply&fareApply_id=38395 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38395 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037569999694824 -- 25-08-06 14:48:44[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238395%22}&event=edit_fareApply&fareApply_id=38395 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033450126647949 -- 25-08-06 14:48:44[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238395%22}&event=edit_fareApply&fareApply_id=38395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034399032592773 -- 25-08-06 14:48:44[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238395%22}&event=edit_fareApply&fareApply_id=38395 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042061 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032789707183838 -- 25-08-06 14:48:44[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238395%22}&event=edit_fareApply&fareApply_id=38395 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023146152496338 -- 25-08-06 14:48:50[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 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 = 38396 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038020610809326 -- 25-08-06 14:48:50[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38396 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037460327148438 -- 25-08-06 14:48:50[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032451152801514 -- 25-08-06 14:48:50[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033910274505615 -- 25-08-06 14:48:50[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032360553741455 -- 25-08-06 14:48:50[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020697116851807 -- 25-08-06 14:48:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 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 = 38398 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044019222259521 -- 25-08-06 14:48:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044608116149902 -- 25-08-06 14:48:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039591789245605 -- 25-08-06 14:48:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041160583496094 -- 25-08-06 14:48:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039467811584473 -- 25-08-06 14:48:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019062995910645 -- 25-08-06 14:49:02[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238397%22}&event=edit_fareApply&fareApply_id=38397 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 = 38397 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041320323944092 -- 25-08-06 14:49:02[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238397%22}&event=edit_fareApply&fareApply_id=38397 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38397 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038268566131592 -- 25-08-06 14:49:02[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238397%22}&event=edit_fareApply&fareApply_id=38397 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036251544952393 -- 25-08-06 14:49:02[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238397%22}&event=edit_fareApply&fareApply_id=38397 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037870407104492 -- 25-08-06 14:49:02[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238397%22}&event=edit_fareApply&fareApply_id=38397 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042095 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036189556121826 -- 25-08-06 14:49:02[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238397%22}&event=edit_fareApply&fareApply_id=38397 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016607999801636 -- 25-08-06 14:49:13[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0054268836975098 -- 25-08-06 14:49:13[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040040016174316 -- 25-08-06 14:49:13[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003986120223999 -- 25-08-06 14:49:13[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035140514373779 -- 25-08-06 14:49:13[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021952152252197 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 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 = 38394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037999153137207 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038800239562988 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037121772766113 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036799907684326 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037410259246826 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036981105804443 -- 25-08-06 14:49:20[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016129016876221 -- 25-08-06 14:49:20[陆像纯-623] -- /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.017160892486572 -- 25-08-06 14:49:20[陆像纯-623] -- /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.015114068984985 -- 25-08-06 14:49:20[陆像纯-623] -- /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.023736953735352 -- 25-08-06 14:49:20[陆像纯-623] -- /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.018574953079224 -- 25-08-06 14:49:21[陆像纯-623] -- /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.0038349628448486 -- 25-08-06 14:49:21[陆像纯-623] -- /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.022752046585083 -- 25-08-06 14:49:25[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0064301490783691 -- 25-08-06 14:49:25[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0046169757843018 -- 25-08-06 14:49:25[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0049939155578613 -- 25-08-06 14:49:25[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0049188137054443 -- 25-08-06 14:49:25[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018759965896606 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 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 = 38443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035700798034668 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036439895629883 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034830570220947 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034830570220947 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034909248352051 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034551620483398 -- 25-08-06 14:49:31[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017644882202148 -- 25-08-06 14:49:31[陆像纯-623] -- /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.018534898757935 -- 25-08-06 14:49:32[陆像纯-623] -- /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.018610000610352 -- 25-08-06 14:49:32[陆像纯-623] -- /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.015547037124634 -- 25-08-06 14:49:33[陆像纯-623] -- /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.021981954574585 -- 25-08-06 14:49:33[陆像纯-623] -- /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.0040571689605713 -- 25-08-06 14:49:33[陆像纯-623] -- /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.019829034805298 -- 25-08-06 14:49:37[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004979133605957 -- 25-08-06 14:49:37[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033798217773438 -- 25-08-06 14:49:37[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036990642547607 -- 25-08-06 14:49:37[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036969184875488 -- 25-08-06 14:49:37[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016028165817261 -- 25-08-06 15:00:23 -- /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.0032229423522949 -- 25-08-06 15:00:23 -- /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.0037400722503662 -- 25-08-06 15:00:23 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0034751892089844 -- 25-08-06 15:00:23[吴凌刚-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.020816087722778 -- 25-08-06 15:00:24[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025470972061157 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102990 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036101341247559 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select payment_id from dbthird.thd_payment where oa_payment_id = 102990 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037410259246826 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121350 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041930675506592 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051363 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035159587860107 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026432037353516 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036671161651611 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051363 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035099983215332 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034990310668945 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035331249237061 -- 25-08-06 15:00:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02725887298584 -- 25-08-06 15:00:27[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015662908554077 -- 25-08-06 15:00:28[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016792774200439 -- 25-08-06 15:00:29[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 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 = 38453 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037798881530762 -- 25-08-06 15:00:29[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037832260131836 -- 25-08-06 15:00:29[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050375 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032289028167725 -- 25-08-06 15:00:29[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003403902053833 -- 25-08-06 15:00:29[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050375 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032219886779785 -- 25-08-06 15:00:29[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018033981323242 -- 25-08-06 15:00:32[吴凌刚-279] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024305820465088 -- 25-08-06 15:00:33[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021008014678955 -- 25-08-06 15:00:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 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 = 38394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042297840118408 -- 25-08-06 15:00:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38394 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042209625244141 -- 25-08-06 15:00:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037529468536377 -- 25-08-06 15:00:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038981437683105 -- 25-08-06 15:00:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037431716918945 -- 25-08-06 15:00:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017075061798096 -- 25-08-06 15:00:37[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018182992935181 -- 25-08-06 15:00:54 -- /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.016541957855225 -- 25-08-06 15:00:54[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020758867263794 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102988 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039889812469482 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select payment_id from dbthird.thd_payment where oa_payment_id = 102988 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039608478546143 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121348 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039129257202148 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051351 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035080909729004 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023333072662354 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035510063171387 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051351 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033831596374512 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00337815284729 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034201145172119 -- 25-08-06 15:02:09[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015533924102783 -- 25-08-06 15:02:24[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01777195930481 -- 25-08-06 15:02:25[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016059875488281 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102985 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003173828125 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select payment_id from dbthird.thd_payment where oa_payment_id = 102985 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032351016998291 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121345 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003615140914917 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051333 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030808448791504 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019186973571777 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032401084899902 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051333 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030851364135742 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030639171600342 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031239986419678 -- 25-08-06 15:02:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01631498336792 -- 25-08-06 15:02:28[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017934083938599 -- 25-08-06 15:02:29[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020457983016968 -- 25-08-06 15:03:38[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019682168960571 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 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 = 64640 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004345178604126 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64640 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040509700775146 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 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 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 = 64640 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037879943847656 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038149356842041 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039470195770264 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051393 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038080215454102 -- 25-08-06 15:03:40[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64640 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028578042984009 -- 25-08-06 15:03:42[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64640 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019973993301392 -- 25-08-06 15:03:42[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017292976379395 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 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 = 64639 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039761066436768 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64639 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035262107849121 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 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 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 = 64639 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032491683959961 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032970905303955 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034201145172119 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051358 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032169818878174 -- 25-08-06 15:03:43[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64639 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018506050109863 -- 25-08-06 15:03:44[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64639 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023408889770508 -- 25-08-06 15:03:45[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0174400806427 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 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 = 64638 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038409233093262 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64638 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035891532897949 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 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 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 = 64638 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033700466156006 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034060478210449 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003572940826416 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051349 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034041404724121 -- 25-08-06 15:03:45[彭思源-1164] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027892112731934 -- 25-08-06 15:03:46[彭思源-1164] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64638 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1164 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017729997634888 -- 25-08-06 15:03:46[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01596212387085 -- 25-08-06 15:04:39[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017519950866699 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102988 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034940242767334 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select payment_id from dbthird.thd_payment where oa_payment_id = 102988 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035731792449951 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121348 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040910243988037 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051351 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034220218658447 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035300254821777 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035130977630615 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051351 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003328800201416 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033159255981445 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033369064331055 -- 25-08-06 15:04:40[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016907215118408 -- 25-08-06 15:04:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102988 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024096965789795 -- 25-08-06 15:04:43[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022418022155762 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102985 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031290054321289 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select payment_id from dbthird.thd_payment where oa_payment_id = 102985 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032131671905518 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121345 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035901069641113 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051333 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030040740966797 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016268968582153 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032820701599121 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051333 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030100345611572 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030360221862793 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003058910369873 -- 25-08-06 15:04:43[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020909070968628 -- 25-08-06 15:04:44[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102985 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028568983078003 -- 25-08-06 15:04:45[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028749942779541 -- 25-08-06 15:04:45[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102982 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032951831817627 -- 25-08-06 15:04:45[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select payment_id from dbthird.thd_payment where oa_payment_id = 102982 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033659934997559 -- 25-08-06 15:04:45[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121342 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038270950317383 -- 25-08-06 15:04:45[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051290 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031940937042236 -- 25-08-06 15:04:45[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017228841781616 -- 25-08-06 15:04:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033919811248779 -- 25-08-06 15:04:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051290 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031979084014893 -- 25-08-06 15:04:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032088756561279 -- 25-08-06 15:04:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032060146331787 -- 25-08-06 15:04:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025682926177979 -- 25-08-06 15:04:46[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018826961517334 -- 25-08-06 15:04:47[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015907049179077 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102981 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031461715698242 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select payment_id from dbthird.thd_payment where oa_payment_id = 102981 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032229423522949 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121341 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035867691040039 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030570030212402 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030980110168457 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031919479370117 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030651092529297 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030710697174072 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030841827392578 -- 25-08-06 15:04:48[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018729209899902 -- 25-08-06 15:04:49[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021581888198853 -- 25-08-06 15:04:49[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022519826889038 -- 25-08-06 15:04:50[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38457 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 = 38457 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040199756622314 -- 25-08-06 15:04:50[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38457 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38457 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039780139923096 -- 25-08-06 15:04:50[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38457 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051375 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035059452056885 -- 25-08-06 15:04:50[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036859512329102 -- 25-08-06 15:04:50[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38457 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051375 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035178661346436 -- 25-08-06 15:04:50[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016351938247681 -- 25-08-06 15:04:51[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38457 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023689985275269 -- 25-08-06 15:04:51[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019277095794678 -- 25-08-06 15:04:52[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038461685180664 -- 25-08-06 15:04:52[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036818981170654 -- 25-08-06 15:04:52[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038859844207764 -- 25-08-06 15:04:52[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036978721618652 -- 25-08-06 15:04:52[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017208814620972 -- 25-08-06 15:04:58[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026991128921509 -- 25-08-06 15:04:59[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017266035079956 -- 25-08-06 15:07:23 -- /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.0033571720123291 -- 25-08-06 15:07:23 -- /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.0042040348052979 -- 25-08-06 15:07:23 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0036110877990723 -- 25-08-06 15:07:23[张进-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.017900943756104 -- 25-08-06 15:07:23[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020554065704346 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102981 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040981769561768 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select payment_id from dbthird.thd_payment where oa_payment_id = 102981 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041618347167969 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121341 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044958591461182 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040369033813477 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004127025604248 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040857791900635 -- 25-08-06 15:07:25[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051277 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039558410644531 -- 25-08-06 15:07:26[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003953218460083 -- 25-08-06 15:07:26[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039880275726318 -- 25-08-06 15:07:26[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102981%22%7D&event=edit_payment&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016158103942871 -- 25-08-06 15:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102989 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034382343292236 -- 25-08-06 15:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select payment_id from dbthird.thd_payment where oa_payment_id = 102989 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035350322723389 -- 25-08-06 15:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121349 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031511783599854 -- 25-08-06 15:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030088424682617 -- 25-08-06 15:07:26[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021023035049438 -- 25-08-06 15:07:27[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003183126449585 -- 25-08-06 15:07:27[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030219554901123 -- 25-08-06 15:07:27[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029900074005127 -- 25-08-06 15:07:27[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030651092529297 -- 25-08-06 15:07:27[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026002883911133 -- 25-08-06 15:07:27[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102981 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016417026519775 -- 25-08-06 15:07:28[何锡强-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01622200012207 -- 25-08-06 15:07:28[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015652179718018 -- 25-08-06 15:07:29[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6269 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 = 6269 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031230449676514 -- 25-08-06 15:07:29[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6269 select org_id,org_name from dbsys.sys_org where corp_acct_id = 29 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018585920333862 -- 25-08-06 15:07:29[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029211044311523 -- 25-08-06 15:07:29[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6269 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030941963195801 -- 25-08-06 15:07:29[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6269 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035858 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002938985824585 -- 25-08-06 15:07:29[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6269 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016601085662842 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102961 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032801628112793 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select payment_id from dbthird.thd_payment where oa_payment_id = 102961 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033769607543945 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121321 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037040710449219 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031599998474121 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030748844146729 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033161640167236 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031630992889404 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031371116638184 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031921863555908 -- 25-08-06 15:07:29[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019788026809692 -- 25-08-06 15:07:31[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017855882644653 -- 25-08-06 15:07:32[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016088008880615 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102960 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031650066375732 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select payment_id from dbthird.thd_payment where oa_payment_id = 102960 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032339096069336 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121320 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035889148712158 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030460357666016 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016539096832275 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032289028167725 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003046989440918 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030310153961182 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030670166015625 -- 25-08-06 15:07:32[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018799066543579 -- 25-08-06 15:07:33[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017688989639282 -- 25-08-06 15:07:34[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025674104690552 -- 25-08-06 15:07:34[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102959 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037398338317871 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select payment_id from dbthird.thd_payment where oa_payment_id = 102959 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038189888000488 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121319 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037550926208496 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036289691925049 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003680944442749 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037689208984375 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036609172821045 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036211013793945 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036401748657227 -- 25-08-06 15:07:35[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016854047775269 -- 25-08-06 15:07:37[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024523019790649 -- 25-08-06 15:07:38[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016487121582031 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102958 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032238960266113 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select payment_id from dbthird.thd_payment where oa_payment_id = 102958 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121318 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032320022583008 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030889511108398 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017277002334595 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select * from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032858848571777 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031070709228516 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030961036682129 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031299591064453 -- 25-08-06 15:07:39[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021368980407715 -- 25-08-06 15:07:43[张进-414] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020547866821289 -- 25-08-06 15:07:44[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019639015197754 -- 25-08-06 15:07:45[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 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 = 38453 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043900012969971 -- 25-08-06 15:07:45[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38453 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004317045211792 -- 25-08-06 15:07:45[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050375 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037729740142822 -- 25-08-06 15:07:45[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039210319519043 -- 25-08-06 15:07:45[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050375 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037729740142822 -- 25-08-06 15:07:45[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018938064575195 -- 25-08-06 15:07:45[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015695095062256 -- 25-08-06 15:07:46[何锡强-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018731832504272 -- 25-08-06 15:07:47[张进-414] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38453 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021282911300659 -- 25-08-06 15:07:47[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 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 = 38433 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037670135498047 -- 25-08-06 15:07:47[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38433 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003788948059082 -- 25-08-06 15:07:47[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045526 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003303050994873 -- 25-08-06 15:07:47[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034370422363281 -- 25-08-06 15:07:47[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045526 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003281831741333 -- 25-08-06 15:07:47[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025460958480835 -- 25-08-06 15:07:47[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016688823699951 -- 25-08-06 15:07:48[何锡强-2137] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38433 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026710033416748 -- 25-08-06 15:07:49[何锡强-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026670217514038 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102982 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033159255981445 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select payment_id from dbthird.thd_payment where oa_payment_id = 102982 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033979415893555 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121342 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033748149871826 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051290 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003216028213501 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026794910430908 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select * from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033910274505615 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051290 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032200813293457 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032219886779785 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00323486328125 -- 25-08-06 15:07:50[何锡强-2137] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019536972045898 -- 25-08-06 15:07:51[何锡强-2137] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102982 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2137 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016399145126343 -- 25-08-06 15:07:52[何锡强-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030739068984985 -- 25-08-06 15:10:15[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014892101287842 -- 25-08-06 15:10:17[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020277976989746 -- 25-08-06 15:10:19[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 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 = 38459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032880306243896 -- 25-08-06 15:10:19[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037140846252441 -- 25-08-06 15:10:19[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051407 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031921863555908 -- 25-08-06 15:10:19[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 15:10:19[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051407 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032010078430176 -- 25-08-06 15:10:19[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018311023712158 -- 25-08-06 15:10:19[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027298927307129 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102957 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031120777130127 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select payment_id from dbthird.thd_payment where oa_payment_id = 102957 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032081604003906 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121317 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003554105758667 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050649 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029759407043457 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016067981719971 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031099319458008 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050649 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029549598693848 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029399394989014 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030040740966797 -- 25-08-06 15:10:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015521049499512 -- 25-08-06 15:10:33[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0174720287323 -- 25-08-06 15:10:35[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 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 = 38459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032260417938232 -- 25-08-06 15:10:35[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032498836517334 -- 25-08-06 15:10:35[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051407 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032391548156738 -- 25-08-06 15:10:35[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032548904418945 -- 25-08-06 15:10:35[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051407 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003230094909668 -- 25-08-06 15:10:35[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029038906097412 -- 25-08-06 15:10:44[吴凌刚-279] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017106056213379 -- 25-08-06 15:10:44[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018113851547241 -- 25-08-06 15:10:45[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 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 = 38394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039958953857422 -- 25-08-06 15:10:45[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38394 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040168762207031 -- 25-08-06 15:10:45[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035560131072998 -- 25-08-06 15:10:45[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036909580230713 -- 25-08-06 15:10:45[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003525972366333 -- 25-08-06 15:10:45[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02909779548645 -- 25-08-06 15:10:48[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030296087265015 -- 25-08-06 15:11:10[彭思源-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017523050308228 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102959 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034301280975342 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select payment_id from dbthird.thd_payment where oa_payment_id = 102959 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034770965576172 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121319 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038480758666992 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034000873565674 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034630298614502 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034351348876953 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050669 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033109188079834 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033068656921387 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033512115478516 -- 25-08-06 15:11:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018821001052856 -- 25-08-06 15:11:14[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102957 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015105962753296 -- 25-08-06 15:11:14[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018275022506714 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102956 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036230087280273 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select payment_id from dbthird.thd_payment where oa_payment_id = 102956 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036680698394775 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121316 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040359497070312 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050644 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034821033477783 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017226934432983 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003648042678833 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050644 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034759044647217 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034849643707275 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035109519958496 -- 25-08-06 15:11:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018347978591919 -- 25-08-06 15:11:16[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102956 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026010990142822 -- 25-08-06 15:11:16[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017047882080078 -- 25-08-06 15:11:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102959 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019428968429565 -- 25-08-06 15:11:17[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016559839248657 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102941 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032708644866943 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select payment_id from dbthird.thd_payment where oa_payment_id = 102941 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033509731292725 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121301 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037381649017334 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049473 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032031536102295 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026916027069092 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033481121063232 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049473 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032088756561279 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031740665435791 -- 25-08-06 15:11:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003209114074707 -- 25-08-06 15:11:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024891138076782 -- 25-08-06 15:11:19[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102941 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015671014785767 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102960 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031092166900635 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select payment_id from dbthird.thd_payment where oa_payment_id = 102960 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121320 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035121440887451 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030090808868408 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031440258026123 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031411647796631 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050670 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029840469360352 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030131340026855 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030310153961182 -- 25-08-06 15:11:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020180940628052 -- 25-08-06 15:11:19[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019497156143188 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102935 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038249492645264 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select payment_id from dbthird.thd_payment where oa_payment_id = 102935 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038690567016602 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121296 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038399696350098 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049297 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036959648132324 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037670135498047 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038318634033203 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049297 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037028789520264 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037028789520264 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019479036331177 -- 25-08-06 15:11:20[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102960 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037181377410889 -- 25-08-06 15:11:20[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016635179519653 -- 25-08-06 15:11:21[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020815134048462 -- 25-08-06 15:11:21[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102935 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017799139022827 -- 25-08-06 15:11:21[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022966861724854 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102961 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003270149230957 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select payment_id from dbthird.thd_payment where oa_payment_id = 102961 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033590793609619 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121321 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033178329467773 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031890869140625 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029044151306152 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034160614013672 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031900405883789 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031790733337402 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032398700714111 -- 25-08-06 15:11:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015424966812134 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030488967895508 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select payment_id from dbthird.thd_payment where oa_payment_id = 102932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030829906463623 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121293 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034370422363281 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048300 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028700828552246 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030510425567627 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030150413513184 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048300 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028951168060303 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028700828552246 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029060840606689 -- 25-08-06 15:11:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017300844192505 -- 25-08-06 15:11:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102961 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018418073654175 -- 25-08-06 15:11:23[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102932 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01932692527771 -- 25-08-06 15:11:24[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020233869552612 -- 25-08-06 15:11:24[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016793966293335 -- 25-08-06 15:11:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102931 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033559799194336 -- 25-08-06 15:11:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select payment_id from dbthird.thd_payment where oa_payment_id = 102931 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034470558166504 -- 25-08-06 15:11:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121292 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033950805664062 -- 25-08-06 15:11:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048101 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032398700714111 -- 25-08-06 15:11:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018301010131836 -- 25-08-06 15:11:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033910274505615 -- 25-08-06 15:11:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048101 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032310485839844 -- 25-08-06 15:11:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032060146331787 -- 25-08-06 15:11:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032410621643066 -- 25-08-06 15:11:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017056941986084 -- 25-08-06 15:11:25[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102931 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019420146942139 -- 25-08-06 15:11:26[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016761064529419 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102930 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033199787139893 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select payment_id from dbthird.thd_payment where oa_payment_id = 102930 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033907890319824 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121291 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037169456481934 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5048100 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031979084014893 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027209997177124 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003364086151123 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048100 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032038688659668 -- 25-08-06 15:11:26[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032050609588623 -- 25-08-06 15:11:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032467842102051 -- 25-08-06 15:11:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02003002166748 -- 25-08-06 15:11:27[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102930 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026267051696777 -- 25-08-06 15:11:28[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018488883972168 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102920 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036380290985107 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select payment_id from dbthird.thd_payment where oa_payment_id = 102920 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037050247192383 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121281 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036861896514893 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046301 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035288333892822 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017812013626099 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036928653717041 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046301 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035140514373779 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035018920898438 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035629272460938 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102920 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015600919723511 -- 25-08-06 15:11:29[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102920 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016443014144897 -- 25-08-06 15:11:37[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015935182571411 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102909 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031328201293945 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select payment_id from dbthird.thd_payment where oa_payment_id = 102909 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031969547271729 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121270 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035350322723389 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030169486999512 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030760765075684 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003136157989502 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046198 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030021667480469 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030009746551514 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030579566955566 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102909 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018512010574341 -- 25-08-06 15:11:39[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102909 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017971992492676 -- 25-08-06 15:11:40[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016237020492554 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102907 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031850337982178 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select payment_id from dbthird.thd_payment where oa_payment_id = 102907 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032482147216797 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121268 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035958290100098 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046185 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030560493469238 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031371116638184 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032248497009277 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046185 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030879974365234 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030708312988281 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031001567840576 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102907 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016681909561157 -- 25-08-06 15:11:41[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102907 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016724109649658 -- 25-08-06 15:11:44[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01711893081665 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102906 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033669471740723 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select payment_id from dbthird.thd_payment where oa_payment_id = 102906 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034589767456055 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121267 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034019947052002 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046175 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032658576965332 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023164987564087 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034339427947998 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046175 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032570362091064 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032808780670166 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032951831817627 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102906 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015923976898193 -- 25-08-06 15:11:52[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102906 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014925956726074 -- 25-08-06 15:11:53[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027467012405396 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102886 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030810832977295 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select payment_id from dbthird.thd_payment where oa_payment_id = 102886 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031418800354004 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121247 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035099983215332 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045984 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029659271240234 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019523143768311 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031499862670898 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045984 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029699802398682 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002953052520752 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029871463775635 -- 25-08-06 15:11:54[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025285005569458 -- 25-08-06 15:11:55[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102886 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019515991210938 -- 25-08-06 15:11:55[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027217864990234 -- 25-08-06 15:11:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 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 = 38447 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034270286560059 -- 25-08-06 15:11:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033597946166992 -- 25-08-06 15:11:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002877950668335 -- 25-08-06 15:11:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031321048736572 -- 25-08-06 15:11:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028791427612305 -- 25-08-06 15:11:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017362833023071 -- 25-08-06 15:11:57[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38447 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01866602897644 -- 25-08-06 15:11:57[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021063089370728 -- 25-08-06 15:11:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032198429107666 -- 25-08-06 15:11:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030741691589355 -- 25-08-06 15:11:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033950805664062 -- 25-08-06 15:11:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030961036682129 -- 25-08-06 15:11:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020279169082642 -- 25-08-06 15:12:10[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015735149383545 -- 25-08-06 15:12:11[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0208899974823 -- 25-08-06 15:15:04[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024065971374512 -- 25-08-06 15:19:19[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 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 = 6279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037670135498047 -- 25-08-06 15:19:19[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003709077835083 -- 25-08-06 15:19:19[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037999153137207 -- 25-08-06 15:19:19[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043052 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036380290985107 -- 25-08-06 15:19:19[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226279%22}&event=edit_officialSeals&officialSeals_id=6279 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028795003890991 -- 25-08-06 15:19:26[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035300254821777 -- 25-08-06 15:19:26[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034811496734619 -- 25-08-06 15:19:26[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035648345947266 -- 25-08-06 15:19:26[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033841133117676 -- 25-08-06 15:19:26[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020018100738525 -- 25-08-06 15:20:02[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 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 = 6277 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038471221923828 -- 25-08-06 15:20:02[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037069320678711 -- 25-08-06 15:20:02[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037980079650879 -- 25-08-06 15:20:02[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5040433 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036258697509766 -- 25-08-06 15:20:02[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019068956375122 -- 25-08-06 15:20:23[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 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 = 6277 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038251876831055 -- 25-08-06 15:20:23[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036962032318115 -- 25-08-06 15:20:23[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038278102874756 -- 25-08-06 15:20:23[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5040433 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036449432373047 -- 25-08-06 15:20:23[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226277%22}&event=edit_officialSeals&officialSeals_id=6277 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017099857330322 -- 25-08-06 15:20:31[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 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 = 6282 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033910274505615 -- 25-08-06 15:20:31[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033760070800781 -- 25-08-06 15:20:31[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035250186920166 -- 25-08-06 15:20:31[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5044883 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033149719238281 -- 25-08-06 15:20:31[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021525144577026 -- 25-08-06 15:20:44[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 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 = 6282 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036389827728271 -- 25-08-06 15:20:44[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035970211029053 -- 25-08-06 15:20:44[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037071704864502 -- 25-08-06 15:20:44[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5044883 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035459995269775 -- 25-08-06 15:20:44[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226282%22}&event=edit_officialSeals&officialSeals_id=6282 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025299072265625 -- 25-08-06 15:22:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 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 = 38459 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032250881195068 -- 25-08-06 15:22:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38459 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037171840667725 -- 25-08-06 15:22:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051407 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031449794769287 -- 25-08-06 15:22:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032949447631836 -- 25-08-06 15:22:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051407 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030951499938965 -- 25-08-06 15:22:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022786140441895 -- 25-08-06 15:22:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38459 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016227960586548 -- 25-08-06 15:22:32[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030346870422363 -- 25-08-06 15:27:24[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039741992950439 -- 25-08-06 15:27:24[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039029121398926 -- 25-08-06 15:27:24[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040180683135986 -- 25-08-06 15:27:24[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038290023803711 -- 25-08-06 15:27:24[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015299081802368 -- 25-08-06 15:35:15[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028419971466064 -- 25-08-06 15:35:17[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 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 = 38394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037689208984375 -- 25-08-06 15:35:17[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38394 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036890506744385 -- 25-08-06 15:35:17[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 15:35:17[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033879280090332 -- 25-08-06 15:35:17[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031938552856445 -- 25-08-06 15:35:17[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017791032791138 -- 25-08-06 15:35:22[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01630711555481 -- 25-08-06 15:35:25[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023073196411133 -- 25-08-06 15:37:14[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 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 = 38458 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043239593505859 -- 25-08-06 15:37:14[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38458 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043978691101074 -- 25-08-06 15:37:14[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039041042327881 -- 25-08-06 15:37:14[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040059089660645 -- 25-08-06 15:37:14[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038120746612549 -- 25-08-06 15:37:14[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021379947662354 -- 25-08-06 15:37:21[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030200481414795 -- 25-08-06 15:37:21[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029759407043457 -- 25-08-06 15:37:21[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030670166015625 -- 25-08-06 15:37:21[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029070377349854 -- 25-08-06 15:37:21[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226257%22}&event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018071889877319 -- 25-08-06 15:37:22[熊亚娜-708] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017848968505859 -- 25-08-06 15:37:23[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028144121170044 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102986 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036940574645996 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select payment_id from dbthird.thd_payment where oa_payment_id = 102986 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037519931793213 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121346 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037000179290771 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032029151916504 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034260749816895 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033960342407227 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032358169555664 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032060146331787 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032520294189453 -- 25-08-06 15:37:24[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024533987045288 -- 25-08-06 15:37:25[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019115209579468 -- 25-08-06 15:37:26[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024448871612549 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102983 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029690265655518 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select payment_id from dbthird.thd_payment where oa_payment_id = 102983 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030648708343506 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121343 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030078887939453 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051329 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002863883972168 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018628120422363 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030708312988281 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051329 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002875804901123 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028598308563232 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029089450836182 -- 25-08-06 15:37:27[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017691850662231 -- 25-08-06 15:37:28[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017145872116089 -- 25-08-06 15:37:28[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016632080078125 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032649040222168 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select payment_id from dbthird.thd_payment where oa_payment_id = 102977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033481121063232 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121337 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037069320678711 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051232 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003162145614624 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031759738922119 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003338098526001 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051232 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031521320343018 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031511783599854 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031828880310059 -- 25-08-06 15:37:31[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02429986000061 -- 25-08-06 15:37:32[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01872992515564 -- 25-08-06 15:37:33[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017194032669067 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102976 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029869079589844 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select payment_id from dbthird.thd_payment where oa_payment_id = 102976 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030660629272461 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121336 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033690929412842 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051209 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028948783874512 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01914381980896 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033178329467773 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051209 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029280185699463 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029098987579346 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002938985824585 -- 25-08-06 15:37:34[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019178867340088 -- 25-08-06 15:37:35[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017458915710449 -- 25-08-06 15:37:35[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016716957092285 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102972 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032789707183838 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select payment_id from dbthird.thd_payment where oa_payment_id = 102972 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033469200134277 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121332 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037040710449219 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031650066375732 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033228397369385 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003291130065918 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031628608703613 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031459331512451 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031981468200684 -- 25-08-06 15:37:36[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026670932769775 -- 25-08-06 15:37:38[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015748977661133 -- 25-08-06 15:37:38[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016038179397583 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031490325927734 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select payment_id from dbthird.thd_payment where oa_payment_id = 102971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032010078430176 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121331 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035691261291504 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030970573425293 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031759738922119 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031530857086182 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030369758605957 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030128955841064 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030372142791748 -- 25-08-06 15:37:39[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028011798858643 -- 25-08-06 15:37:40[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02003002166748 -- 25-08-06 15:37:41[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02494478225708 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102952 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036578178405762 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select payment_id from dbthird.thd_payment where oa_payment_id = 102952 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037369728088379 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121312 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037071704864502 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050382 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035498142242432 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026726961135864 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select * from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036840438842773 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050382 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035560131072998 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035538673400879 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035710334777832 -- 25-08-06 15:37:44[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029011011123657 -- 25-08-06 15:37:45[熊亚娜-708] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016895055770874 -- 25-08-06 15:37:46[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016525983810425 -- 25-08-06 15:40:17 -- /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.016619205474854 -- 25-08-06 15:40:17[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027809143066406 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102986 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035521984100342 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select payment_id from dbthird.thd_payment where oa_payment_id = 102986 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036418437957764 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121346 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040450096130371 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034511089324951 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017637014389038 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040149688720703 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034458637237549 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003432035446167 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035030841827393 -- 25-08-06 15:40:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017751932144165 -- 25-08-06 15:40:21[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016648054122925 -- 25-08-06 15:40:22[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022201061248779 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102983 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032060146331787 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select payment_id from dbthird.thd_payment where oa_payment_id = 102983 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032620429992676 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121343 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003244161605835 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051329 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031051635742188 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016886949539185 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032968521118164 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051329 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030910968780518 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030629634857178 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031290054321289 -- 25-08-06 15:40:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019410133361816 -- 25-08-06 15:40:24[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016007900238037 -- 25-08-06 15:40:25[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017531156539917 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034401416778564 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select payment_id from dbthird.thd_payment where oa_payment_id = 102977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035030841827393 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121337 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038549900054932 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051232 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003342866897583 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017196893692017 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034809112548828 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051232 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033278465270996 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003338098526001 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033588409423828 -- 25-08-06 15:40:26[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015998125076294 -- 25-08-06 15:40:27[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014985084533691 -- 25-08-06 15:40:28[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01603102684021 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102976 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030460357666016 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select payment_id from dbthird.thd_payment where oa_payment_id = 102976 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031700134277344 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121336 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003464937210083 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051209 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029420852661133 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029799938201904 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030980110168457 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051209 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029458999633789 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029211044311523 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029711723327637 -- 25-08-06 15:40:29[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016049146652222 -- 25-08-06 15:40:30[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027798891067505 -- 25-08-06 15:40:31[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017507076263428 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102972 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034329891204834 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select payment_id from dbthird.thd_payment where oa_payment_id = 102972 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035419464111328 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121332 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038561820983887 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033349990844727 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026435136795044 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035219192504883 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033400058746338 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033349990844727 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033760070800781 -- 25-08-06 15:40:32[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018545150756836 -- 25-08-06 15:40:33[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023452043533325 -- 25-08-06 15:40:34[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027714014053345 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034358501434326 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select payment_id from dbthird.thd_payment where oa_payment_id = 102971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035529136657715 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121331 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034878253936768 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033090114593506 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028781175613403 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034799575805664 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033090114593506 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033137798309326 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033600330352783 -- 25-08-06 15:40:35[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018374919891357 -- 25-08-06 15:40:37[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02108097076416 -- 25-08-06 15:40:37[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015429019927979 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102952 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033969879150391 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select payment_id from dbthird.thd_payment where oa_payment_id = 102952 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034921169281006 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121312 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034341812133789 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050382 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029630661010742 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029850006103516 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031211376190186 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050382 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029439926147461 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029380321502686 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029771327972412 -- 25-08-06 15:40:39[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025451183319092 -- 25-08-06 15:40:40[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017970085144043 -- 25-08-06 15:40:41[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027942895889282 -- 25-08-06 15:49:10 -- /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.0031352043151855 -- 25-08-06 15:49:10 -- /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.0039680004119873 -- 25-08-06 15:49:10 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0033078193664551 -- 25-08-06 15:49:10[高祥-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.016587018966675 -- 25-08-06 15:49:11[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017835855484009 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102990 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003532886505127 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select payment_id from dbthird.thd_payment where oa_payment_id = 102990 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036101341247559 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121350 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035560131072998 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051363 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033800601959229 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016608953475952 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035629272460938 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051363 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033960342407227 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033919811248779 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034260749816895 -- 25-08-06 15:49:12[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015861034393311 -- 25-08-06 15:49:13[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102990 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016081094741821 -- 25-08-06 15:49:13[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029026031494141 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102989 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003497838973999 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select payment_id from dbthird.thd_payment where oa_payment_id = 102989 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035569667816162 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121349 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038928985595703 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034830570220947 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028285026550293 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035331249237061 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051362 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034279823303223 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033969879150391 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034248828887939 -- 25-08-06 15:49:14[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01767897605896 -- 25-08-06 15:49:15[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102989 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019256830215454 -- 25-08-06 15:49:15[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016835927963257 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102958 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033130645751953 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select payment_id from dbthird.thd_payment where oa_payment_id = 102958 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033960342407227 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121318 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037810802459717 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031988620758057 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032598972320557 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033359527587891 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032238960266113 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003216028213501 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032360553741455 -- 25-08-06 15:49:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023777008056641 -- 25-08-06 15:49:17[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102958 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024693012237549 -- 25-08-06 15:49:17[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016427040100098 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102966 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035040378570557 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select payment_id from dbthird.thd_payment where oa_payment_id = 102966 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031881332397461 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121326 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035028457641602 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050998 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030820369720459 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031800270080566 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select * from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031270980834961 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050998 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029928684234619 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030009746551514 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030479431152344 -- 25-08-06 15:50:19[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?para=%7B%22event%22:%22edit_payment%22,%22payment_id%22:%22102966%22%7D&event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028115034103394 -- 25-08-06 15:51:10[袁素华-932] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018362045288086 -- 25-08-06 15:51:11[袁素华-932] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 932 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017191171646118 -- 25-08-06 16:05:17[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027530908584595 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102954 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033919811248779 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select payment_id from dbthird.thd_payment where oa_payment_id = 102954 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034379959106445 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121314 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033700466156006 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050451 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028789043426514 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016397953033447 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003068208694458 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050451 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029079914093018 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028698444366455 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029380321502686 -- 25-08-06 16:05:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016554117202759 -- 25-08-06 16:05:19[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102954 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015383005142212 -- 25-08-06 16:05:20[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020117998123169 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102940 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003136157989502 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select payment_id from dbthird.thd_payment where oa_payment_id = 102940 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032179355621338 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121300 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042078495025635 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030279159545898 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017342090606689 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032200813293457 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049383 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030279159545898 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030281543731689 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030508041381836 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018733024597168 -- 25-08-06 16:05:21[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102940 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025668144226074 -- 25-08-06 16:05:22[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02708101272583 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102939 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034768581390381 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select payment_id from dbthird.thd_payment where oa_payment_id = 102939 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035691261291504 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121299 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038881301879883 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049374 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033800601959229 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017736911773682 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035450458526611 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049374 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033910274505615 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033838748931885 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033941268920898 -- 25-08-06 16:05:23[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018818855285645 -- 25-08-06 16:05:24[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102939 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022037982940674 -- 25-08-06 16:05:24[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024036884307861 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031728744506836 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select payment_id from dbthird.thd_payment where oa_payment_id = 102937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032379627227783 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121298 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036029815673828 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030720233917236 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027184009552002 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003777027130127 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030620098114014 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030519962310791 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030949115753174 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016268968582153 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003169059753418 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select payment_id from dbthird.thd_payment where oa_payment_id = 102937 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031960010528564 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121298 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031929016113281 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031847953796387 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020879030227661 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032298564910889 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049367 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031759738922119 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032048225402832 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032129287719727 -- 25-08-06 16:05:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016124963760376 -- 25-08-06 16:05:26[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102937 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023235082626343 -- 25-08-06 16:05:26[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028024911880493 -- 25-08-06 16:05:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 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 = 38455 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003061056137085 -- 25-08-06 16:05:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38455 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034799575805664 -- 25-08-06 16:05:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050569 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028808116912842 -- 25-08-06 16:05:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034611225128174 -- 25-08-06 16:05:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050569 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028469562530518 -- 25-08-06 16:05:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38455 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020509004592896 -- 25-08-06 16:05:28[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38455 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015936136245728 -- 25-08-06 16:05:28[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015687942504883 -- 25-08-06 16:05:32[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016326189041138 -- 25-08-06 16:10:11[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01524806022644 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102986 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030088424682617 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select payment_id from dbthird.thd_payment where oa_payment_id = 102986 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031349658966064 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121346 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030579566955566 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029571056365967 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030691623687744 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030550956726074 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051339 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028939247131348 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028901100158691 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029361248016357 -- 25-08-06 16:10:12[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018109083175659 -- 25-08-06 16:10:13[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102986 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017192840576172 -- 25-08-06 16:10:13[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016530990600586 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102983 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032491683959961 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select payment_id from dbthird.thd_payment where oa_payment_id = 102983 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003303050994873 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121343 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036680698394775 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051329 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031299591064453 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022711992263794 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003342866897583 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051329 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031261444091797 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031139850616455 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031430721282959 -- 25-08-06 16:10:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015101909637451 -- 25-08-06 16:10:15[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102983 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017815113067627 -- 25-08-06 16:10:15[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016288995742798 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032060146331787 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select payment_id from dbthird.thd_payment where oa_payment_id = 102977 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036499500274658 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121337 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035660266876221 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051232 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030748844146729 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031769275665283 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032289028167725 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051232 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030529499053955 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030739307403564 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031180381774902 -- 25-08-06 16:10:17[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014994859695435 -- 25-08-06 16:10:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102977 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016103029251099 -- 25-08-06 16:10:24[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016816854476929 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102976 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032219886779785 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select payment_id from dbthird.thd_payment where oa_payment_id = 102976 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032918453216553 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121336 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036380290985107 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051209 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031008720397949 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016833066940308 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032861232757568 -- 25-08-06 16:10:24[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051209 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031177997589111 -- 25-08-06 16:10:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030980110168457 -- 25-08-06 16:10:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031478404998779 -- 25-08-06 16:10:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027217149734497 -- 25-08-06 16:10:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102976 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018187999725342 -- 25-08-06 16:10:26[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02503490447998 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102972 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043938159942627 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select payment_id from dbthird.thd_payment where oa_payment_id = 102972 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044181346893311 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121332 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043139457702637 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003831148147583 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024396181106567 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040140151977539 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051164 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038259029388428 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037949085235596 -- 25-08-06 16:10:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038299560546875 -- 25-08-06 16:10:27[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028939008712769 -- 25-08-06 16:10:27[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102972 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018074035644531 -- 25-08-06 16:10:28[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.059185028076172 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035500526428223 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select payment_id from dbthird.thd_payment where oa_payment_id = 102971 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036718845367432 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121331 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036170482635498 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033788681030273 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034389495849609 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035429000854492 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051158 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033879280090332 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033638477325439 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034480094909668 -- 25-08-06 16:10:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026160001754761 -- 25-08-06 16:10:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102971 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018732786178589 -- 25-08-06 16:10:31[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019866228103638 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102952 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003903865814209 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select payment_id from dbthird.thd_payment where oa_payment_id = 102952 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039989948272705 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121312 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043630599975586 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050382 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038049221038818 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018301963806152 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039680004119873 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050382 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037858486175537 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038039684295654 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038330554962158 -- 25-08-06 16:10:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023468971252441 -- 25-08-06 16:10:33[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102952 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015817165374756 -- 25-08-06 16:10:33[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018749952316284 -- 25-08-06 16:10:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 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 = 38458 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041449069976807 -- 25-08-06 16:10:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38458 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037848949432373 -- 25-08-06 16:10:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036478042602539 -- 25-08-06 16:10:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038228034973145 -- 25-08-06 16:10:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036511421203613 -- 25-08-06 16:10:34[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015753030776978 -- 25-08-06 16:10:41[郭荣波-35] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028591156005859 -- 25-08-06 16:10:41[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025323152542114 -- 25-08-06 16:10:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 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 = 38458 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037620067596436 -- 25-08-06 16:10:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38458 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037760734558105 -- 25-08-06 16:10:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032081604003906 -- 25-08-06 16:10:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003371000289917 -- 25-08-06 16:10:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032060146331787 -- 25-08-06 16:10:42[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017285108566284 -- 25-08-06 16:11:05[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226292%22}&event=edit_officialSeals&officialSeals_id=6292 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 = 6292 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029988288879395 -- 25-08-06 16:11:05[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226292%22}&event=edit_officialSeals&officialSeals_id=6292 select org_id,org_name from dbsys.sys_org where corp_acct_id = 15 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029458999633789 -- 25-08-06 16:11:05[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226292%22}&event=edit_officialSeals&officialSeals_id=6292 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030889511108398 -- 25-08-06 16:11:05[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226292%22}&event=edit_officialSeals&officialSeals_id=6292 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051847 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028798580169678 -- 25-08-06 16:11:05[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226292%22}&event=edit_officialSeals&officialSeals_id=6292 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026586055755615 -- 25-08-06 16:11:13[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018018960952759 -- 25-08-06 16:11:14[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020038843154907 -- 25-08-06 16:11:15[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3707 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 = 3707 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038290023803711 -- 25-08-06 16:11:15[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3707 select * from dbpurc.purc_apply_product where purcapply_id = 3707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032579898834229 -- 25-08-06 16:11:15[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3707 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018634796142578 -- 25-08-06 16:11:18[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016366958618164 -- 25-08-06 16:11:18[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016992092132568 -- 25-08-06 16:19:03[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016690015792847 -- 25-08-06 16:28:06 -- /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.017965078353882 -- 25-08-06 16:28:06[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022878170013428 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102980 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036039352416992 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select payment_id from dbthird.thd_payment where oa_payment_id = 102980 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037009716033936 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121340 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041520595550537 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051239 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034902095794678 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036511421203613 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036168098449707 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051239 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034909248352051 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034818649291992 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035250186920166 -- 25-08-06 16:28:08[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027205944061279 -- 25-08-06 16:28:10[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018465995788574 -- 25-08-06 16:28:11[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027529954910278 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102979 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034680366516113 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select payment_id from dbthird.thd_payment where oa_payment_id = 102979 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035679340362549 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121339 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039029121398926 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051236 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003364086151123 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027250051498413 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036191940307617 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051236 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033679008483887 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033462047576904 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033948421478271 -- 25-08-06 16:28:12[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024865865707397 -- 25-08-06 16:28:13[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017040967941284 -- 25-08-06 16:28:14[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02105712890625 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102978 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035898685455322 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select payment_id from dbthird.thd_payment where oa_payment_id = 102978 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003648042678833 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121338 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004065990447998 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051233 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034830570220947 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027508974075317 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036787986755371 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051233 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003493070602417 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003471851348877 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034999847412109 -- 25-08-06 16:28:15[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016266107559204 -- 25-08-06 16:28:17[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024436950683594 -- 25-08-06 16:28:18[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020354986190796 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00325608253479 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select payment_id from dbthird.thd_payment where oa_payment_id = 102975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033268928527832 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121335 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032870769500732 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051207 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031092166900635 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016695022583008 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select * from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032620429992676 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051207 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031099319458008 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031020641326904 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031728744506836 -- 25-08-06 16:28:19[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016125917434692 -- 25-08-06 16:28:21[杨建辉-1344] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017879009246826 -- 25-08-06 16:28:22[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025155067443848 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103022 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034470558166504 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select payment_id from dbthird.thd_payment where oa_payment_id = 103022 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031659603118896 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121382 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035610198974609 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030491352081299 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021013021469116 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032269954681396 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029728412628174 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029640197753906 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030109882354736 -- 25-08-06 16:32:12[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_payment%22,%22payment_id%22:%22103022%22}&event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015614986419678 -- 25-08-06 16:32:13[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027683973312378 -- 25-08-06 16:32:13[刘伍-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019351005554199 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103020 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037190914154053 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select payment_id from dbthird.thd_payment where oa_payment_id = 103020 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038049221038818 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121380 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037510395050049 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032548904418945 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030375957489014 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select * from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034282207489014 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032529830932617 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032041072845459 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003262996673584 -- 25-08-06 16:32:14[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030554056167603 -- 25-08-06 16:32:15[刘伍-933] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015811920166016 -- 25-08-06 16:32:16[刘伍-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017247200012207 -- 25-08-06 16:32:20[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033550262451172 -- 25-08-06 16:32:20[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036361217498779 -- 25-08-06 16:32:20[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036380290985107 -- 25-08-06 16:32:20[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036330223083496 -- 25-08-06 16:32:20[李磊-753] -- /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= 753 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017255067825317 -- 25-08-06 16:32:21[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 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 = 64631 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 16:32:21[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 16:32:21[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033512115478516 -- 25-08-06 16:32:21[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048476 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031819343566895 -- 25-08-06 16:32:21[李磊-753] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_extrafareApply&extrafareApply_id=64631 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 753 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019093036651611 -- 25-08-06 16:32:21[李磊-753] -- /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.021789073944092 -- 25-08-06 16:32:21[李磊-753] -- /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.015136003494263 -- 25-08-06 16:32:21[李磊-753] -- /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.021135091781616 -- 25-08-06 16:32:23[刘伍-933] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015401124954224 -- 25-08-06 16:32:23[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003087043762207 -- 25-08-06 16:32:23[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031070709228516 -- 25-08-06 16:32:23[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030388832092285 -- 25-08-06 16:32:23[李磊-753] -- /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 = 753 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030438899993896 -- 25-08-06 16:32:23[李磊-753] -- /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= 753 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018833875656128 -- 25-08-06 16:38:01[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024961948394775 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103019 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035169124603271 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select payment_id from dbthird.thd_payment where oa_payment_id = 103019 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035619735717773 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121379 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004054069519043 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034611225128174 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026088953018188 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035619735717773 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033869743347168 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033879280090332 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034110546112061 -- 25-08-06 16:38:03[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016075134277344 -- 25-08-06 16:38:05[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016022920608521 -- 25-08-06 16:38:05[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018922805786133 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036370754241943 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select payment_id from dbthird.thd_payment where oa_payment_id = 103017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003715991973877 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121377 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040678977966309 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035271644592285 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028477191925049 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037341117858887 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035450458526611 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035669803619385 -- 25-08-06 16:38:06[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01842188835144 -- 25-08-06 16:38:07[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014979839324951 -- 25-08-06 16:38:08[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02308201789856 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103015 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038051605224609 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select payment_id from dbthird.thd_payment where oa_payment_id = 103015 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038778781890869 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121375 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043179988861084 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037109851837158 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037291049957275 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038278102874756 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036721229553223 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003695011138916 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037069320678711 -- 25-08-06 16:38:09[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030242919921875 -- 25-08-06 16:38:10[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025048017501831 -- 25-08-06 16:38:10[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021662950515747 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102993 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003281831741333 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select payment_id from dbthird.thd_payment where oa_payment_id = 102993 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121353 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032980442047119 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031700134277344 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01662802696228 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033700466156006 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031788349151611 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031421184539795 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031781196594238 -- 25-08-06 16:38:11[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022648096084595 -- 25-08-06 16:38:12[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015910863876343 -- 25-08-06 16:38:13[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023622035980225 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102944 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032851696014404 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select payment_id from dbthird.thd_payment where oa_payment_id = 102944 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033259391784668 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121304 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003695011138916 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049646 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031490325927734 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0190589427948 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select * from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033431053161621 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049646 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031619071960449 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031461715698242 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031797885894775 -- 25-08-06 16:38:14[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.034101963043213 -- 25-08-06 16:38:15[张体海-1176] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015728950500488 -- 25-08-06 16:38:15[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019402027130127 -- 25-08-06 16:38:16[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38460 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 = 38460 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043079853057861 -- 25-08-06 16:38:16[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38460 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38460 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042641162872314 -- 25-08-06 16:38:16[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38460 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051717 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037829875946045 -- 25-08-06 16:38:16[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039629936218262 -- 25-08-06 16:38:16[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38460 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051717 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037841796875 -- 25-08-06 16:38:16[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018298864364624 -- 25-08-06 16:38:17[张体海-1176] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38460 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016036033630371 -- 25-08-06 16:38:18[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023858070373535 -- 25-08-06 16:38:18[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6287 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 = 6287 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035860538482666 -- 25-08-06 16:38:18[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6287 select org_id,org_name from dbsys.sys_org where corp_acct_id = 23 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034379959106445 -- 25-08-06 16:38:18[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6287 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036449432373047 -- 25-08-06 16:38:18[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6287 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034430027008057 -- 25-08-06 16:38:18[张体海-1176] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6287 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1176 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020555019378662 -- 25-08-06 16:38:19[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020132064819336 -- 25-08-06 16:38:20[张体海-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018037080764771 -- 25-08-06 16:40:18[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029811143875122 -- 25-08-06 16:40:32[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017528057098389 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103022 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037238597869873 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select payment_id from dbthird.thd_payment where oa_payment_id = 103022 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003471851348877 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121382 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038747787475586 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032780170440674 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034449100494385 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00341796875 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033121109008789 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033581256866455 -- 25-08-06 16:40:33[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021452903747559 -- 25-08-06 16:40:34[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018749952316284 -- 25-08-06 16:40:34[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021445035934448 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103020 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042049884796143 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select payment_id from dbthird.thd_payment where oa_payment_id = 103020 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042848587036133 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121380 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0046701431274414 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040841102600098 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022183895111084 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042839050292969 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040950775146484 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040738582611084 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041141510009766 -- 25-08-06 16:40:35[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017848968505859 -- 25-08-06 16:40:36[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028353929519653 -- 25-08-06 16:40:36[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016764879226685 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103009 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037069320678711 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select payment_id from dbthird.thd_payment where oa_payment_id = 103009 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034019947052002 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121369 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037250518798828 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051588 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017773866653442 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033888816833496 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051588 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032269954681396 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032148361206055 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003244161605835 -- 25-08-06 16:40:37[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017863035202026 -- 25-08-06 16:40:39[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017669916152954 -- 25-08-06 16:40:40[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018201112747192 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003821849822998 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select payment_id from dbthird.thd_payment where oa_payment_id = 103005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038609504699707 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121365 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003817081451416 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051575 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00331711769104 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033841133117676 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034570693969727 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051575 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033280849456787 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033090114593506 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033659934997559 -- 25-08-06 16:40:41[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018203020095825 -- 25-08-06 16:40:49[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019505977630615 -- 25-08-06 16:40:50[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018956899642944 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102946 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037000179290771 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select payment_id from dbthird.thd_payment where oa_payment_id = 102946 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037779808044434 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121306 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037410259246826 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049674 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003633975982666 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037469863891602 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00372314453125 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049674 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035898685455322 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035889148712158 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003626823425293 -- 25-08-06 16:40:51[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016680955886841 -- 25-08-06 16:40:55[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102946 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015799999237061 -- 25-08-06 16:40:55[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027413845062256 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102934 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040078163146973 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select payment_id from dbthird.thd_payment where oa_payment_id = 102934 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040431022644043 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121295 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039768218994141 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049233 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035030841827393 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027891874313354 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select * from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036640167236328 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049233 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035068988800049 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003507137298584 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035028457641602 -- 25-08-06 16:40:56[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102934 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015298128128052 -- 25-08-06 16:40:59[王翔-928] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102934 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02506685256958 -- 25-08-06 16:40:59[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027007102966309 -- 25-08-06 16:41:00[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 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 = 38451 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036041736602783 -- 25-08-06 16:41:00[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38451 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035331249237061 -- 25-08-06 16:41:00[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050340 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030198097229004 -- 25-08-06 16:41:00[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032048225402832 -- 25-08-06 16:41:00[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050340 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030300617218018 -- 25-08-06 16:41:00[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020838975906372 -- 25-08-06 16:41:15[王翔-928] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018751859664917 -- 25-08-06 16:41:16[王翔-928] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 928 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020258903503418 -- 25-08-06 16:41:40[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022560119628906 -- 25-08-06 16:57:20[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024046897888184 -- 25-08-06 16:57:20[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017122030258179 -- 25-08-06 16:57:25[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016716957092285 -- 25-08-06 16:59:29[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017659902572632 -- 25-08-06 16:59:29[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02426290512085 -- 25-08-06 16:59:30[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015176057815552 -- 25-08-06 17:00:20[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016004800796509 -- 25-08-06 17:00:20[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022717952728271 -- 25-08-06 17:00:22[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018402099609375 -- 25-08-06 17:00:36[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016902923583984 -- 25-08-06 17:00:36[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018150091171265 -- 25-08-06 17:00:37[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023593902587891 -- 25-08-06 17:01:06[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023137092590332 -- 25-08-06 17:01:06[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015894174575806 -- 25-08-06 17:01:06[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01850700378418 -- 25-08-06 17:01:07[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018045902252197 -- 25-08-06 17:01:09[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016343832015991 -- 25-08-06 17:01:09[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019240856170654 -- 25-08-06 17:01:09[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026661157608032 -- 25-08-06 17:01:09[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017807960510254 -- 25-08-06 17:01:13[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017514944076538 -- 25-08-06 17:01:13[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020426988601685 -- 25-08-06 17:01:15[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016909837722778 -- 25-08-06 17:01:30[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017922163009644 -- 25-08-06 17:01:31[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026152849197388 -- 25-08-06 17:01:32[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017241954803467 -- 25-08-06 17:01:46[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 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 = 38396 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037341117858887 -- 25-08-06 17:01:46[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38396 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038521289825439 -- 25-08-06 17:01:46[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032939910888672 -- 25-08-06 17:01:46[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033900737762451 -- 25-08-06 17:01:46[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042094 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032098293304443 -- 25-08-06 17:01:46[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238396%22}&event=edit_fareApply&fareApply_id=38396 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023338079452515 -- 25-08-06 17:01:53[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 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 = 38398 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 17:01:53[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033700466156006 -- 25-08-06 17:01:53[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029220581054688 -- 25-08-06 17:01:53[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030829906463623 -- 25-08-06 17:01:53[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029101371765137 -- 25-08-06 17:01:53[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238398%22}&event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020910024642944 -- 25-08-06 17:02:00 -- /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.01847505569458 -- 25-08-06 17:02:00[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0049171447753906 -- 25-08-06 17:02:00[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037238597869873 -- 25-08-06 17:02:00[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037150382995605 -- 25-08-06 17:02:00[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036911964416504 -- 25-08-06 17:02:00[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025391101837158 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 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 = 38394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034868717193604 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035700798034668 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033810138702393 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034158229827881 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033929347991943 -- 25-08-06 17:02:04[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02209210395813 -- 25-08-06 17:02:04[陆像纯-623] -- /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.020695924758911 -- 25-08-06 17:02:04[陆像纯-623] -- /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.027410984039307 -- 25-08-06 17:02:04[陆像纯-623] -- /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.019641160964966 -- 25-08-06 17:02:04[陆像纯-623] -- /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.029445886611938 -- 25-08-06 17:02:05[陆像纯-623] -- /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.0037970542907715 -- 25-08-06 17:02:05[陆像纯-623] -- /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.015639066696167 -- 25-08-06 17:02:18[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043962001800537 -- 25-08-06 17:02:18[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031449794769287 -- 25-08-06 17:02:18[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031111240386963 -- 25-08-06 17:02:18[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031399726867676 -- 25-08-06 17:02:18[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016804933547974 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 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 = 38443 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034041404724121 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031919479370117 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032021999359131 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032379627227783 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5048299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031998157501221 -- 25-08-06 17:02:22[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38443 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020967960357666 -- 25-08-06 17:02:22[陆像纯-623] -- /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.01912784576416 -- 25-08-06 17:02:23[陆像纯-623] -- /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.031286001205444 -- 25-08-06 17:02:23[陆像纯-623] -- /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.018004179000854 -- 25-08-06 17:02:23[陆像纯-623] -- /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.014927864074707 -- 25-08-06 17:02:23[陆像纯-623] -- /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.0029580593109131 -- 25-08-06 17:02:23[陆像纯-623] -- /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.018410921096802 -- 25-08-06 17:02:28[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0050110816955566 -- 25-08-06 17:02:28[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037310123443604 -- 25-08-06 17:02:28[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004101037979126 -- 25-08-06 17:02:28[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040669441223145 -- 25-08-06 17:02:28[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016286134719849 -- 25-08-06 17:03:46[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017780065536499 -- 25-08-06 17:03:46[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017387866973877 -- 25-08-06 17:03:50[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029816150665283 -- 25-08-06 17:03:50[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017973899841309 -- 25-08-06 17:03:52[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019205093383789 -- 25-08-06 17:03:58[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029900074005127 -- 25-08-06 17:03:58[黄文权-2302] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2302 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017761945724487 -- 25-08-06 17:06:30[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0052139759063721 -- 25-08-06 17:06:30[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039899349212646 -- 25-08-06 17:06:30[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039248466491699 -- 25-08-06 17:06:30[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039458274841309 -- 25-08-06 17:06:30[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027118921279907 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 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 = 38394 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032870769500732 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034778118133545 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032439231872559 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032320022583008 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003242015838623 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042048 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032031536102295 -- 25-08-06 17:06:36[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38394 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020449876785278 -- 25-08-06 17:06:37[陆像纯-623] -- /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.020023107528687 -- 25-08-06 17:06:37[陆像纯-623] -- /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.023624897003174 -- 25-08-06 17:06:37[陆像纯-623] -- /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.017470836639404 -- 25-08-06 17:06:37[陆像纯-623] -- /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.018810987472534 -- 25-08-06 17:06:37[陆像纯-623] -- /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.0039150714874268 -- 25-08-06 17:06:37[陆像纯-623] -- /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.024754047393799 -- 25-08-06 17:06:52[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0052289962768555 -- 25-08-06 17:06:52[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038440227508545 -- 25-08-06 17:06:52[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037710666656494 -- 25-08-06 17:06:52[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038738250732422 -- 25-08-06 17:06:52[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018041133880615 -- 25-08-06 17:06:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 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 = 38398 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003425121307373 -- 25-08-06 17:06:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035378932952881 -- 25-08-06 17:06:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 17:06:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033528804779053 -- 25-08-06 17:06:55[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033819675445557 -- 25-08-06 17:06:56[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042099 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 17:06:56[陆像纯-623] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38398 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 623 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022469043731689 -- 25-08-06 17:06:56[陆像纯-623] -- /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.028944969177246 -- 25-08-06 17:06:56[陆像纯-623] -- /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.017307043075562 -- 25-08-06 17:06:56[陆像纯-623] -- /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.015703916549683 -- 25-08-06 17:06:56[陆像纯-623] -- /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.020096063613892 -- 25-08-06 17:06:56[陆像纯-623] -- /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.0033321380615234 -- 25-08-06 17:06:56[陆像纯-623] -- /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.030003070831299 -- 25-08-06 17:07:02[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0050139427185059 -- 25-08-06 17:07:02[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037310123443604 -- 25-08-06 17:07:02[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037131309509277 -- 25-08-06 17:07:02[陆像纯-623] -- /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 = 623 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037460327148438 -- 25-08-06 17:07:02[陆像纯-623] -- /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= 623 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0191810131073 -- 25-08-06 17:10:00 -- /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.0037698745727539 -- 25-08-06 17:10:00 -- /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.0045819282531738 -- 25-08-06 17:10:00 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0039529800415039 -- 25-08-06 17:10:00[寇彬楠-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.016779899597168 -- 25-08-06 17:10:04[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016395092010498 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103027 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032589435577393 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select payment_id from dbthird.thd_payment where oa_payment_id = 103027 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033340454101562 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121387 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037550926208496 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031421184539795 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019057989120483 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033621788024902 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031239986419678 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031490325927734 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031778812408447 -- 25-08-06 17:10:06[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021110057830811 -- 25-08-06 17:10:07[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020948886871338 -- 25-08-06 17:10:07[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020485877990723 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103026 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032401084899902 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select payment_id from dbthird.thd_payment where oa_payment_id = 103026 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032830238342285 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121386 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036699771881104 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052067 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003087043762207 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015674114227295 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032708644866943 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052067 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030891895294189 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030918121337891 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00313401222229 -- 25-08-06 17:10:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103026 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023313999176025 -- 25-08-06 17:10:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103026 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01490306854248 -- 25-08-06 17:10:13[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018631935119629 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103021 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003666877746582 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select payment_id from dbthird.thd_payment where oa_payment_id = 103021 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003748893737793 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121381 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041599273681641 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051895 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035440921783447 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035898685455322 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036940574645996 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051895 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035378932952881 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035319328308105 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035929679870605 -- 25-08-06 17:10:14[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018558025360107 -- 25-08-06 17:10:15[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021172046661377 -- 25-08-06 17:10:23[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020437002182007 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102942 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035250186920166 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select payment_id from dbthird.thd_payment where oa_payment_id = 102942 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040469169616699 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121302 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039160251617432 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049625 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033810138702393 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016343832015991 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040161609649658 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049625 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033769607543945 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033769607543945 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034258365631104 -- 25-08-06 17:10:24[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014957904815674 -- 25-08-06 17:10:25[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016707181930542 -- 25-08-06 17:10:26[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016895055770874 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033149719238281 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select payment_id from dbthird.thd_payment where oa_payment_id = 102933 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034310817718506 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121294 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003777027130127 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049216 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032169818878174 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032780170440674 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033769607543945 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049216 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032291412353516 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003201961517334 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032680034637451 -- 25-08-06 17:10:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102933 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021682024002075 -- 25-08-06 17:10:37[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102933 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017498016357422 -- 25-08-06 17:10:38[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023849010467529 -- 25-08-06 17:20:34[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029950141906738 -- 25-08-06 17:20:34[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029358863830566 -- 25-08-06 17:20:34[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003058910369873 -- 25-08-06 17:20:34[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028941631317139 -- 25-08-06 17:20:34[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017873048782349 -- 25-08-06 17:20:46[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017817974090576 -- 25-08-06 17:20:46[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015638828277588 -- 25-08-06 17:20:50[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 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 = 6290 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032191276550293 -- 25-08-06 17:20:50[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030279159545898 -- 25-08-06 17:20:50[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031781196594238 -- 25-08-06 17:20:50[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050978 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030221939086914 -- 25-08-06 17:20:50[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019291877746582 -- 25-08-06 17:21:27[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015758037567139 -- 25-08-06 17:21:28[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018632173538208 -- 25-08-06 17:21:29[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 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 = 6289 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036377906799316 -- 25-08-06 17:21:29[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033929347991943 -- 25-08-06 17:21:29[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035941600799561 -- 25-08-06 17:21:29[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050971 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034060478210449 -- 25-08-06 17:21:29[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021243095397949 -- 25-08-06 17:21:36[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017765045166016 -- 25-08-06 17:21:36[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016798973083496 -- 25-08-06 17:21:38[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 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 = 6288 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003054141998291 -- 25-08-06 17:21:38[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030570030212402 -- 25-08-06 17:21:38[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031862258911133 -- 25-08-06 17:21:38[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050957 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030310153961182 -- 25-08-06 17:21:38[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027462959289551 -- 25-08-06 17:25:08 -- /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.0034878253936768 -- 25-08-06 17:25:08 -- /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.0039849281311035 -- 25-08-06 17:25:08 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0037059783935547 -- 25-08-06 17:25:08[郭荣波-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.028090953826904 -- 25-08-06 17:25:08[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017524003982544 -- 25-08-06 17:25:13 -- /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.003436803817749 -- 25-08-06 17:25:13 -- /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.0040838718414307 -- 25-08-06 17:25:13 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0037510395050049 -- 25-08-06 17:25:13[余泽旭-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.016937017440796 -- 25-08-06 17:25:14[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017232894897461 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102980 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032448768615723 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select payment_id from dbthird.thd_payment where oa_payment_id = 102980 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033390522003174 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121340 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038008689880371 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051239 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003140926361084 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018859148025513 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00335693359375 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051239 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031619071960449 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031430721282959 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031640529632568 -- 25-08-06 17:25:14[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017254114151001 -- 25-08-06 17:25:15[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016006946563721 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103027 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031769275665283 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select payment_id from dbthird.thd_payment where oa_payment_id = 103027 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032467842102051 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121387 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036089420318604 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030660629272461 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016490936279297 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032079219818115 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003014087677002 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030238628387451 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030620098114014 -- 25-08-06 17:25:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01797080039978 -- 25-08-06 17:25:16[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103027 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028295040130615 -- 25-08-06 17:25:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 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 = 6290 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033290386199951 -- 25-08-06 17:25:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031571388244629 -- 25-08-06 17:25:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033278465270996 -- 25-08-06 17:25:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050978 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031599998474121 -- 25-08-06 17:25:16[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017216920852661 -- 25-08-06 17:25:17[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.04626202583313 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103022 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031180381774902 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select payment_id from dbthird.thd_payment where oa_payment_id = 103022 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031390190124512 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121382 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034749507904053 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029208660125732 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019697904586792 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030820369720459 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051923 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029299259185791 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029149055480957 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029640197753906 -- 25-08-06 17:25:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020235061645508 -- 25-08-06 17:25:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103022 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020612955093384 -- 25-08-06 17:25:20[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021764039993286 -- 25-08-06 17:25:21[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016672134399414 -- 25-08-06 17:25:21[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025839805603027 -- 25-08-06 17:25:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 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 = 6289 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028738975524902 -- 25-08-06 17:25:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028979778289795 -- 25-08-06 17:25:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030641555786133 -- 25-08-06 17:25:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050971 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028970241546631 -- 25-08-06 17:25:22[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024230003356934 -- 25-08-06 17:25:23[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102980 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017277002334595 -- 25-08-06 17:25:23[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022279024124146 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102979 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039148330688477 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select payment_id from dbthird.thd_payment where oa_payment_id = 102979 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039939880371094 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121339 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043411254882812 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051236 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038270950317383 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028606176376343 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040140151977539 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051236 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038180351257324 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038180351257324 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038261413574219 -- 25-08-06 17:25:25[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014932155609131 -- 25-08-06 17:25:26[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017117977142334 -- 25-08-06 17:25:26[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102979 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017762899398804 -- 25-08-06 17:25:27[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019446134567261 -- 25-08-06 17:25:27[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028757810592651 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102978 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036189556121826 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select payment_id from dbthird.thd_payment where oa_payment_id = 102978 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037150382995605 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121338 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040841102600098 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051233 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035281181335449 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027107000350952 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036759376525879 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051233 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034949779510498 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034868717193604 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035572052001953 -- 25-08-06 17:25:28[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018759965896606 -- 25-08-06 17:25:30[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102978 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021607875823975 -- 25-08-06 17:25:30[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.038311958312988 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035009384155273 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select payment_id from dbthird.thd_payment where oa_payment_id = 102975 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035800933837891 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121335 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003917932510376 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051207 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003403902053833 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003446102142334 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select * from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035130977630615 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051207 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034019947052002 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003403902053833 -- 25-08-06 17:25:31[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034048557281494 -- 25-08-06 17:25:32[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016377925872803 -- 25-08-06 17:25:33[郭荣波-35] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102975 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018585920333862 -- 25-08-06 17:25:34[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018333911895752 -- 25-08-06 17:25:35[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036690235137939 -- 25-08-06 17:25:35[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035121440887451 -- 25-08-06 17:25:35[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037097930908203 -- 25-08-06 17:25:35[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035409927368164 -- 25-08-06 17:25:35[郭荣波-35] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 35 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019247055053711 -- 25-08-06 17:25:40[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016606092453003 -- 25-08-06 17:25:40[郭荣波-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021503925323486 -- 25-08-06 17:30:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226290%22}&event=edit_officialSeals&officialSeals_id=6290 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 = 6290 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043342113494873 -- 25-08-06 17:30:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226290%22}&event=edit_officialSeals&officialSeals_id=6290 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004180908203125 -- 25-08-06 17:30:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226290%22}&event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042660236358643 -- 25-08-06 17:30:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226290%22}&event=edit_officialSeals&officialSeals_id=6290 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050978 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041179656982422 -- 25-08-06 17:30:17[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226290%22}&event=edit_officialSeals&officialSeals_id=6290 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021020174026489 -- 25-08-06 17:30:32[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226289%22}&event=edit_officialSeals&officialSeals_id=6289 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 = 6289 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041851997375488 -- 25-08-06 17:30:32[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226289%22}&event=edit_officialSeals&officialSeals_id=6289 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040538311004639 -- 25-08-06 17:30:32[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226289%22}&event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041680335998535 -- 25-08-06 17:30:32[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226289%22}&event=edit_officialSeals&officialSeals_id=6289 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050971 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040321350097656 -- 25-08-06 17:30:32[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226289%22}&event=edit_officialSeals&officialSeals_id=6289 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016448974609375 -- 25-08-06 17:34:04[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021597862243652 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103021 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034151077270508 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select payment_id from dbthird.thd_payment where oa_payment_id = 103021 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034799575805664 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121381 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039777755737305 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051895 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032799243927002 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034329891204834 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034110546112061 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051895 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032930374145508 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032889842987061 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033059120178223 -- 25-08-06 17:34:05[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017483949661255 -- 25-08-06 17:34:06[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103021 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017015933990479 -- 25-08-06 17:34:06[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017333984375 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103020 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034308433532715 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select payment_id from dbthird.thd_payment where oa_payment_id = 103020 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034921169281006 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121380 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038120746612549 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033328533172607 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017537117004395 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035099983215332 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051838 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003324031829834 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032999515533447 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033340454101562 -- 25-08-06 17:34:07[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014960050582886 -- 25-08-06 17:34:08[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103020 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015859842300415 -- 25-08-06 17:34:09[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019809007644653 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103019 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039031505584717 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select payment_id from dbthird.thd_payment where oa_payment_id = 103019 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039670467376709 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121379 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039081573486328 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037569999694824 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026756048202515 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039429664611816 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051813 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037639141082764 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037639141082764 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003777027130127 -- 25-08-06 17:34:09[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018579959869385 -- 25-08-06 17:34:11[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103019 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015970945358276 -- 25-08-06 17:34:11[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018486976623535 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036170482635498 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select payment_id from dbthird.thd_payment where oa_payment_id = 103017 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036859512329102 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121377 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036461353302002 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003525972366333 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003547191619873 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037119388580322 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035419464111328 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035209655761719 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035381317138672 -- 25-08-06 17:34:12[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015756845474243 -- 25-08-06 17:34:13[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103017 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017750978469849 -- 25-08-06 17:34:13[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019196033477783 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103015 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037550926208496 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select payment_id from dbthird.thd_payment where oa_payment_id = 103015 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038321018218994 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121375 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041439533233643 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036499500274658 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027985095977783 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038261413574219 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051624 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003652811050415 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036458969116211 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037119388580322 -- 25-08-06 17:34:14[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016588926315308 -- 25-08-06 17:34:15[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103015 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018152952194214 -- 25-08-06 17:34:15[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016620874404907 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103009 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003248929977417 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select payment_id from dbthird.thd_payment where oa_payment_id = 103009 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121369 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036568641662598 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051588 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018450021743774 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051588 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031590461730957 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003154993057251 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032069683074951 -- 25-08-06 17:34:17[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016757965087891 -- 25-08-06 17:34:18[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103009 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019366025924683 -- 25-08-06 17:34:18[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015525817871094 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030419826507568 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select payment_id from dbthird.thd_payment where oa_payment_id = 103005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031089782714844 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121365 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034880638122559 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051575 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029070377349854 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029940605163574 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030629634857178 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051575 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029211044311523 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002918004989624 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029761791229248 -- 25-08-06 17:34:19[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028501033782959 -- 25-08-06 17:34:20[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103005 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015510082244873 -- 25-08-06 17:34:20[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018512964248657 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102995 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003633975982666 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select payment_id from dbthird.thd_payment where oa_payment_id = 102995 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037000179290771 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121355 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040831565856934 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034890174865723 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016919851303101 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036518573760986 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051447 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035150051116943 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034980773925781 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035591125488281 -- 25-08-06 17:34:21[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102995 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02129602432251 -- 25-08-06 17:34:22[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102995 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029525995254517 -- 25-08-06 17:34:22[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026854991912842 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102993 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034511089324951 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select payment_id from dbthird.thd_payment where oa_payment_id = 102993 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035409927368164 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121353 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038859844207764 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032858848571777 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017667055130005 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034770965576172 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033211708068848 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032699108123779 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033478736877441 -- 25-08-06 17:34:23[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017049074172974 -- 25-08-06 17:34:24[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102993 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017753124237061 -- 25-08-06 17:34:25[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018594026565552 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102966 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036079883575439 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select payment_id from dbthird.thd_payment where oa_payment_id = 102966 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036799907684326 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121326 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003680944442749 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050998 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035068988800049 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028007984161377 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036730766296387 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050998 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035200119018555 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034990310668945 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003554105758667 -- 25-08-06 17:34:25[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015199899673462 -- 25-08-06 17:34:26[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102966 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0154869556427 -- 25-08-06 17:34:27[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017849922180176 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102955 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034940242767334 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select payment_id from dbthird.thd_payment where oa_payment_id = 102955 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003587007522583 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121315 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039827823638916 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050602 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033669471740723 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020147800445557 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003532886505127 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050602 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033671855926514 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033798217773438 -- 25-08-06 17:34:28[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018347024917603 -- 25-08-06 17:34:30[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102955 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019576072692871 -- 25-08-06 17:34:30[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018187999725342 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102948 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035290718078613 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select payment_id from dbthird.thd_payment where oa_payment_id = 102948 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035991668701172 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121308 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035469532012939 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049694 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034120082855225 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016696929931641 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036499500274658 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049694 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034000873565674 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034101009368896 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003413200378418 -- 25-08-06 17:34:31[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102948 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019191980361938 -- 25-08-06 17:34:32[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102948 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017956018447876 -- 25-08-06 17:34:33[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016050815582275 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102944 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031609535217285 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select payment_id from dbthird.thd_payment where oa_payment_id = 102944 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032849311828613 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121304 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035858154296875 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049646 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030899047851562 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031390190124512 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003230094909668 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049646 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003108024597168 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030829906463623 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031120777130127 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015559911727905 -- 25-08-06 17:34:34[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102944 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021764993667603 -- 25-08-06 17:34:35[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017431974411011 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102943 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034859180450439 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select payment_id from dbthird.thd_payment where oa_payment_id = 102943 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035009384155273 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121303 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038669109344482 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003309965133667 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018692970275879 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035150051116943 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049626 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003303050994873 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033028125762939 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033271312713623 -- 25-08-06 17:34:36[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102943 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018371105194092 -- 25-08-06 17:34:37[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102943 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019016027450562 -- 25-08-06 17:34:37[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023289918899536 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102942 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039288997650146 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select payment_id from dbthird.thd_payment where oa_payment_id = 102942 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039808750152588 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121302 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044009685516357 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5049625 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037901401519775 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038468837738037 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003957986831665 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5049625 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037848949432373 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037930011749268 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038251876831055 -- 25-08-06 17:34:38[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026564836502075 -- 25-08-06 17:34:39[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102942 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015478134155273 -- 25-08-06 17:34:40[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027060985565186 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102834 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034317970275879 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select payment_id from dbthird.thd_payment where oa_payment_id = 102834 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035059452056885 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121198 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034589767456055 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5043402 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003309965133667 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016771793365479 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034921169281006 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5043402 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032880306243896 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032849311828613 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033218860626221 -- 25-08-06 17:34:40[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102834 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014747142791748 -- 25-08-06 17:34:42[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102834 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026680946350098 -- 25-08-06 17:34:42[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017532825469971 -- 25-08-06 17:34:43[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 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 = 38475 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034980773925781 -- 25-08-06 17:34:43[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035049915313721 -- 25-08-06 17:34:43[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 17:34:43[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036220550537109 -- 25-08-06 17:34:43[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033798217773438 -- 25-08-06 17:34:43[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021281957626343 -- 25-08-06 17:34:44[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028191089630127 -- 25-08-06 17:34:45[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017731904983521 -- 25-08-06 17:34:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 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 = 38451 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039608478546143 -- 25-08-06 17:34:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38451 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039010047912598 -- 25-08-06 17:34:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050340 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034081935882568 -- 25-08-06 17:34:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035610198974609 -- 25-08-06 17:34:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050340 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033998489379883 -- 25-08-06 17:34:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017544031143188 -- 25-08-06 17:34:48[余泽旭-927] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38451 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015744924545288 -- 25-08-06 17:34:49[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015408992767334 -- 25-08-06 17:36:03[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021183013916016 -- 25-08-06 17:36:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 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 = 38475 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042388439178467 -- 25-08-06 17:36:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38475 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004256010055542 -- 25-08-06 17:36:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004115104675293 -- 25-08-06 17:36:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042681694030762 -- 25-08-06 17:36:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052398 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041141510009766 -- 25-08-06 17:36:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.031271934509277 -- 25-08-06 17:36:05[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38475 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014945030212402 -- 25-08-06 17:36:05[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021842002868652 -- 25-08-06 17:36:08[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030660629272461 -- 25-08-06 17:36:08[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029079914093018 -- 25-08-06 17:36:08[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030660629272461 -- 25-08-06 17:36:08[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028929710388184 -- 25-08-06 17:36:08[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016583919525146 -- 25-08-06 17:36:10[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018656015396118 -- 25-08-06 17:36:16[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016507148742676 -- 25-08-06 17:40:25[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032110214233398 -- 25-08-06 17:40:25[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031440258026123 -- 25-08-06 17:40:25[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036079883575439 -- 25-08-06 17:40:25[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030720233917236 -- 25-08-06 17:40:25[温文妙-1525] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1525 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022774934768677 -- 25-08-06 17:40:26[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033838748931885 -- 25-08-06 17:40:26[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034751892089844 -- 25-08-06 17:40:26[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 674 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00335693359375 -- 25-08-06 17:40:26[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 674 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021651983261108 -- 25-08-06 17:40:35[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00307297706604 -- 25-08-06 17:40:35[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029878616333008 -- 25-08-06 17:40:35[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 674 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002918004989624 -- 25-08-06 17:40:35[陈伯灵-674] -- /buz/oa/index.php/oamgmt/oa_application?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 674 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019487857818604 -- 25-08-06 17:43:49[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 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 = 6293 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036571025848389 -- 25-08-06 17:43:49[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select org_id,org_name from dbsys.sys_org where corp_acct_id = 14 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035722255706787 -- 25-08-06 17:43:49[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003666877746582 -- 25-08-06 17:43:49[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052285 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035190582275391 -- 25-08-06 17:43:49[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226293%22}&event=edit_officialSeals&officialSeals_id=6293 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017673969268799 -- 25-08-06 17:44:25[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016258001327515 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 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 = 64651 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035190582275391 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64651 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035700798034668 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 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 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 = 64651 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030009746551514 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030660629272461 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032069683074951 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052405 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030169486999512 -- 25-08-06 17:44:26[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017056941986084 -- 25-08-06 17:44:27[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64651 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01506495475769 -- 25-08-06 17:44:27[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015215873718262 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 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 = 64644 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034549236297607 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64644 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035171508789062 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 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 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 = 64644 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030350685119629 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029590129852295 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030999183654785 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051982 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029289722442627 -- 25-08-06 17:45:08[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64644 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02814507484436 -- 25-08-06 17:45:11[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64644 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019056081771851 -- 25-08-06 17:45:11[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015337944030762 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 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 = 64112 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003471851348877 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031330585479736 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 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 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 = 64112 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029067993164062 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029590129852295 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030918121337891 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025728 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029709339141846 -- 25-08-06 17:45:12[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022303104400635 -- 25-08-06 17:45:13[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64112 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015411853790283 -- 25-08-06 17:45:13[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027332067489624 -- 25-08-06 17:46:10 -- /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.003040075302124 -- 25-08-06 17:46:10 -- /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.0035140514373779 -- 25-08-06 17:46:10 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0032999515533447 -- 25-08-06 17:46:10[卓锡定-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.016577005386353 -- 25-08-06 17:46:10 -- /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.021868944168091 -- 25-08-06 17:46:11[卓锡定-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.031313896179199 -- 25-08-06 17:46:12[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38295 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 = 38295 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0046501159667969 -- 25-08-06 17:46:12[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38295 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38295 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004647970199585 -- 25-08-06 17:46:12[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38295 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5018010 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041248798370361 -- 25-08-06 17:46:13[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004274845123291 -- 25-08-06 17:46:13[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38295 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5018010 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041158199310303 -- 25-08-06 17:46:13[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017024993896484 -- 25-08-06 17:46:17[卓锡定-2096] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019798994064331 -- 25-08-06 17:46:17[卓锡定-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026098012924194 -- 25-08-06 17:46:18[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38294 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 = 38294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031909942626953 -- 25-08-06 17:46:18[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38294 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38294 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036218166351318 -- 25-08-06 17:46:18[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38294 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5018009 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030460357666016 -- 25-08-06 17:46:18[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38294 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032410621643066 -- 25-08-06 17:46:18[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38294 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5018009 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030848979949951 -- 25-08-06 17:46:18[卓锡定-2096] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38294 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015347003936768 -- 25-08-06 17:46:21[卓锡定-2096] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38294 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2096 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028368949890137 -- 25-08-06 17:46:21[卓锡定-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019346952438354 -- 25-08-06 17:57:42[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 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 = 38458 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041711330413818 -- 25-08-06 17:57:42[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38458 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041768550872803 -- 25-08-06 17:57:42[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036780834197998 -- 25-08-06 17:57:42[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038750171661377 -- 25-08-06 17:57:42[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036921501159668 -- 25-08-06 17:57:42[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014993906021118 -- 25-08-06 17:58:04[熊亚娜-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021440029144287 -- 25-08-06 17:58:10[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 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 = 38458 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033900737762451 -- 25-08-06 17:58:10[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38458 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037999153137207 -- 25-08-06 17:58:10[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032699108123779 -- 25-08-06 17:58:10[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034739971160889 -- 25-08-06 17:58:10[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051381 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032680034637451 -- 25-08-06 17:58:10[熊亚娜-708] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238458%22}&event=edit_fareApply&fareApply_id=38458 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026741027832031 -- 25-08-06 18:04:03[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015601873397827 -- 25-08-06 18:04:03[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019861936569214 -- 25-08-06 18:04:07[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018558025360107 -- 25-08-06 18:04:45[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017271041870117 -- 25-08-06 18:04:45[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017806053161621 -- 25-08-06 18:04:45[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016271114349365 -- 25-08-06 18:04:45[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021173000335693 -- 25-08-06 18:04:46[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028663873672485 -- 25-08-06 18:04:47[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02574896812439 -- 25-08-06 18:04:48[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023053884506226 -- 25-08-06 18:04:48[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018670082092285 -- 25-08-06 18:04:55[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017485857009888 -- 25-08-06 18:04:55[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017303943634033 -- 25-08-06 18:05:09[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017496109008789 -- 25-08-06 18:05:09[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019940853118896 -- 25-08-06 18:05:11[曾垂焕-1294] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016810894012451 -- 25-08-06 18:05:23 -- /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.0033528804779053 -- 25-08-06 18:05:23 -- /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.0038621425628662 -- 25-08-06 18:05:23 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0036189556121826 -- 25-08-06 18:05:23[吴凌刚-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.026134014129639 -- 25-08-06 18:05:23[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028435945510864 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103033 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034270286560059 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select payment_id from dbthird.thd_payment where oa_payment_id = 103033 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034811496734619 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052918 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033371448516846 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034708976745605 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034711360931396 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052918 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033268928527832 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033340454101562 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033540725708008 -- 25-08-06 18:05:25[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018247127532959 -- 25-08-06 18:05:34[吴凌刚-279] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017083168029785 -- 25-08-06 18:05:34[吴凌刚-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024885892868042 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103033 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039470195770264 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select payment_id from dbthird.thd_payment where oa_payment_id = 103033 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039639472961426 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052918 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039691925048828 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017638921737671 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select * from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039851665496826 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052918 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039730072021484 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003943920135498 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039699077606201 -- 25-08-06 18:05:36[吴凌刚-279] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103033 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 279 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017819881439209 -- 25-08-06 18:07:01[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026782035827637 -- 25-08-06 18:07:07[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028526067733765 -- 25-08-06 18:07:09[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38474 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 = 38474 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0048449039459229 -- 25-08-06 18:07:09[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38474 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38474 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0047659873962402 -- 25-08-06 18:07:09[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38474 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052264 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042388439178467 -- 25-08-06 18:07:09[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043809413909912 -- 25-08-06 18:07:09[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38474 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052264 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042488574981689 -- 25-08-06 18:07:09[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026739120483398 -- 25-08-06 18:07:12[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38474 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019228935241699 -- 25-08-06 18:07:12[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024005889892578 -- 25-08-06 18:07:13[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38468 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 = 38468 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041520595550537 -- 25-08-06 18:07:13[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38468 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38468 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041661262512207 -- 25-08-06 18:07:13[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38468 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051876 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035078525543213 -- 25-08-06 18:07:13[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037388801574707 -- 25-08-06 18:07:13[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38468 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051876 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034840106964111 -- 25-08-06 18:07:13[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015618085861206 -- 25-08-06 18:07:15[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38468 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015020847320557 -- 25-08-06 18:07:16[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030114889144897 -- 25-08-06 18:07:17[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38467 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 = 38467 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040848255157471 -- 25-08-06 18:07:17[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38467 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38467 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041019916534424 -- 25-08-06 18:07:17[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38467 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039429664611816 -- 25-08-06 18:07:17[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042009353637695 -- 25-08-06 18:07:17[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38467 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051859 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039620399475098 -- 25-08-06 18:07:17[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019318103790283 -- 25-08-06 18:07:19[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38467 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019116878509521 -- 25-08-06 18:07:19[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016918182373047 -- 25-08-06 18:07:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38466 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 = 38466 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033540725708008 -- 25-08-06 18:07:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38466 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38466 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038521289825439 -- 25-08-06 18:07:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38466 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051849 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00325608253479 -- 25-08-06 18:07:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034201145172119 -- 25-08-06 18:07:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38466 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051849 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032548904418945 -- 25-08-06 18:07:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017534017562866 -- 25-08-06 18:07:22[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38466 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015743970870972 -- 25-08-06 18:07:23[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01820707321167 -- 25-08-06 18:07:24[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38464 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 = 38464 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036239624023438 -- 25-08-06 18:07:24[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38464 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38464 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040421485900879 -- 25-08-06 18:07:24[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38464 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051840 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034890174865723 -- 25-08-06 18:07:24[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037410259246826 -- 25-08-06 18:07:24[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38464 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051840 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034890174865723 -- 25-08-06 18:07:24[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029138088226318 -- 25-08-06 18:07:27[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38464 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018796920776367 -- 25-08-06 18:07:28[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024464130401611 -- 25-08-06 18:07:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38463 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 = 38463 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038509368896484 -- 25-08-06 18:07:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38463 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38463 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034310817718506 -- 25-08-06 18:07:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38463 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032608509063721 -- 25-08-06 18:07:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034518241882324 -- 25-08-06 18:07:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38463 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051815 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032529830932617 -- 25-08-06 18:07:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024210929870605 -- 25-08-06 18:07:34[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38463 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017816066741943 -- 25-08-06 18:07:34[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016721963882446 -- 25-08-06 18:07:35[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38454 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 = 38454 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033280849456787 -- 25-08-06 18:07:35[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38454 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38454 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033469200134277 -- 25-08-06 18:07:35[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38454 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5050436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003216028213501 -- 25-08-06 18:07:35[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033869743347168 -- 25-08-06 18:07:35[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38454 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050436 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031838417053223 -- 25-08-06 18:07:35[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017571926116943 -- 25-08-06 18:07:39[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38454 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018830060958862 -- 25-08-06 18:07:40[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026623964309692 -- 25-08-06 18:07:41[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38316 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 = 38316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039660930633545 -- 25-08-06 18:07:41[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38316 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38316 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039939880371094 -- 25-08-06 18:07:41[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38316 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5025736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038251876831055 -- 25-08-06 18:07:41[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38316 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040059089660645 -- 25-08-06 18:07:41[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38316 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025736 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038189888000488 -- 25-08-06 18:07:41[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38316 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017411947250366 -- 25-08-06 18:07:50[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38316 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018289089202881 -- 25-08-06 18:07:50[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020120143890381 -- 25-08-06 18:07:51[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38315 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 = 38315 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034120082855225 -- 25-08-06 18:07:51[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38315 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38315 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031230449676514 -- 25-08-06 18:07:51[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38315 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5025671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029120445251465 -- 25-08-06 18:07:51[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003075122833252 -- 25-08-06 18:07:51[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38315 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028979778289795 -- 25-08-06 18:07:51[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017786026000977 -- 25-08-06 18:08:00[关云-169] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38315 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014999151229858 -- 25-08-06 18:08:01[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028335094451904 -- 25-08-06 18:08:03[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 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 = 6276 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031020641326904 -- 25-08-06 18:08:03[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030620098114014 -- 25-08-06 18:08:03[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003244161605835 -- 25-08-06 18:08:03[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030090808868408 -- 25-08-06 18:08:03[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015393018722534 -- 25-08-06 18:08:30[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021049976348877 -- 25-08-06 18:08:31[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02551007270813 -- 25-08-06 18:08:33[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 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 = 6275 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036690235137939 -- 25-08-06 18:08:33[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036859512329102 -- 25-08-06 18:08:33[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038771629333496 -- 25-08-06 18:08:33[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037866 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036830902099609 -- 25-08-06 18:08:33[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015506982803345 -- 25-08-06 18:08:39[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025654077529907 -- 25-08-06 18:08:41[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015721082687378 -- 25-08-06 18:08:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3707 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 = 3707 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034279823303223 -- 25-08-06 18:08:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3707 select * from dbpurc.purc_apply_product where purcapply_id = 3707 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029289722442627 -- 25-08-06 18:08:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3707 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016190052032471 -- 25-08-06 18:08:46[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018118143081665 -- 25-08-06 18:08:49[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028385162353516 -- 25-08-06 18:08:50[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3706 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 = 3706 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041420459747314 -- 25-08-06 18:08:50[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3706 select * from dbpurc.purc_apply_product where purcapply_id = 3706 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036728382110596 -- 25-08-06 18:08:50[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3706 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015100955963135 -- 25-08-06 18:08:53[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027245998382568 -- 25-08-06 18:08:54[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029812097549438 -- 25-08-06 18:08:55[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3705 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 = 3705 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036859512329102 -- 25-08-06 18:08:55[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3705 select * from dbpurc.purc_apply_product where purcapply_id = 3705 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031931400299072 -- 25-08-06 18:08:55[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3705 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017381906509399 -- 25-08-06 18:09:16[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016557931900024 -- 25-08-06 18:09:17[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025711059570312 -- 25-08-06 18:09:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3704 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 = 3704 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040609836578369 -- 25-08-06 18:09:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3704 select * from dbpurc.purc_apply_product where purcapply_id = 3704 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003532886505127 -- 25-08-06 18:09:20[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3704 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021856069564819 -- 25-08-06 18:09:23[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017261981964111 -- 25-08-06 18:09:24[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015619993209839 -- 25-08-06 18:09:25[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3703 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 = 3703 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030989646911621 -- 25-08-06 18:09:25[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3703 select * from dbpurc.purc_apply_product where purcapply_id = 3703 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029501914978027 -- 25-08-06 18:09:25[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3703 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024095058441162 -- 25-08-06 18:09:28[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027374029159546 -- 25-08-06 18:09:28[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017871856689453 -- 25-08-06 18:09:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3677 select p.*,c.cont_name apply_cont,org.org_name department,date_format(p.purch_plan_date,'%Y-%m-%d') purch_plan_date, 2 appr_type_id,a.appr_proc_name from dbpurc.purc_purcplan p LEFT JOIN dbsys.sys_contact c ON p.purcplan_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON p.purcplan_department_id = org.org_id LEFT JOIN dboa.oa_appr_process a ON a.appr_proc_id = p.appr_proc_id where p.purcplan_id = 3677 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039730072021484 -- 25-08-06 18:09:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3677 select * from dbpurc.purc_purcplan_product where purcplan_id = 3677 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0067329406738281 -- 25-08-06 18:09:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3677 select p.*,c.cust_name supplier from dbpurc.purc_purcplan_supplier p left join dbsys.sys_customer c on p.supplier_id = c.customer_id where purcplan_id = 3677 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041007995605469 -- 25-08-06 18:09:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3677 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3677 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036149024963379 -- 25-08-06 18:09:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3677 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3677 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033118724822998 -- 25-08-06 18:09:29[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3677 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024311065673828 -- 25-08-06 18:09:33[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017813920974731 -- 25-08-06 18:09:34[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023267984390259 -- 25-08-06 18:09:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3676 select p.*,c.cont_name apply_cont,org.org_name department,date_format(p.purch_plan_date,'%Y-%m-%d') purch_plan_date, 2 appr_type_id,a.appr_proc_name from dbpurc.purc_purcplan p LEFT JOIN dbsys.sys_contact c ON p.purcplan_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON p.purcplan_department_id = org.org_id LEFT JOIN dboa.oa_appr_process a ON a.appr_proc_id = p.appr_proc_id where p.purcplan_id = 3676 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033488273620605 -- 25-08-06 18:09:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3676 select * from dbpurc.purc_purcplan_product where purcplan_id = 3676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033500194549561 -- 25-08-06 18:09:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3676 select p.*,c.cust_name supplier from dbpurc.purc_purcplan_supplier p left join dbsys.sys_customer c on p.supplier_id = c.customer_id where purcplan_id = 3676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034329891204834 -- 25-08-06 18:09:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3676 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3676 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030789375305176 -- 25-08-06 18:09:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3676 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3676 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028431415557861 -- 25-08-06 18:09:43[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3676 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017513990402222 -- 25-08-06 18:09:54[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025104999542236 -- 25-08-06 18:09:55[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024804830551147 -- 25-08-06 18:09:58[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3675 select p.*,c.cont_name apply_cont,org.org_name department,date_format(p.purch_plan_date,'%Y-%m-%d') purch_plan_date, 2 appr_type_id,a.appr_proc_name from dbpurc.purc_purcplan p LEFT JOIN dbsys.sys_contact c ON p.purcplan_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON p.purcplan_department_id = org.org_id LEFT JOIN dboa.oa_appr_process a ON a.appr_proc_id = p.appr_proc_id where p.purcplan_id = 3675 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036430358886719 -- 25-08-06 18:09:58[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3675 select * from dbpurc.purc_purcplan_product where purcplan_id = 3675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035839080810547 -- 25-08-06 18:09:58[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3675 select p.*,c.cust_name supplier from dbpurc.purc_purcplan_supplier p left join dbsys.sys_customer c on p.supplier_id = c.customer_id where purcplan_id = 3675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003715991973877 -- 25-08-06 18:09:58[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3675 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3675 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037059783935547 -- 25-08-06 18:09:58[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3675 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3675 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003389835357666 -- 25-08-06 18:09:58[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3675 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016972064971924 -- 25-08-06 18:10:04[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025799036026001 -- 25-08-06 18:10:04[关云-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019028186798096 -- 25-08-06 18:10:05[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3671 select p.*,c.cont_name apply_cont,org.org_name department,date_format(p.purch_plan_date,'%Y-%m-%d') purch_plan_date, 2 appr_type_id,a.appr_proc_name from dbpurc.purc_purcplan p LEFT JOIN dbsys.sys_contact c ON p.purcplan_apply_id = c.cont_id LEFT JOIN dbsys.sys_org org ON p.purcplan_department_id = org.org_id LEFT JOIN dboa.oa_appr_process a ON a.appr_proc_id = p.appr_proc_id where p.purcplan_id = 3671 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003715991973877 -- 25-08-06 18:10:05[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3671 select * from dbpurc.purc_purcplan_product where purcplan_id = 3671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037050247192383 -- 25-08-06 18:10:05[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3671 select p.*,c.cust_name supplier from dbpurc.purc_purcplan_supplier p left join dbsys.sys_customer c on p.supplier_id = c.customer_id where purcplan_id = 3671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038490295410156 -- 25-08-06 18:10:05[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3671 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3671 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034890174865723 -- 25-08-06 18:10:05[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3671 SELECT customer.cust_name,customer.customer_id,plan_prd.*,plan_quote.it_price,plan_quote.tax_bill_price,plan_quote.it_amount,plan_quote.tax_bill_amount,plan_quote.notes as quote_notes,plan_quote.quote_prd_id,plan_quote.status_id FROM dbpurc.purc_purcplan_product plan_prd LEFT JOIN dbpurc.purc_purcplan_supplier pupsu on pupsu.purcplan_id = plan_prd.purcplan_id LEFT JOIN dbpurc.purc_quote_product plan_quote on plan_quote.product_id = plan_prd.purcplan_prd_id AND plan_quote.supplier_id = pupsu.supplier_id LEFT JOIN dbsys.sys_customer customer on customer.customer_id = pupsu.supplier_id WHERE plan_prd.purcplan_id=3671 and plan_quote.status_id = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032391548156738 -- 25-08-06 18:10:05[关云-169] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcPlan&purcplan_id=3671 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 169 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02885103225708 -- 25-08-06 18:12:51[史登学-278] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%223703%22}&event=edit_purcApply&purcapply_id=3703 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 = 3703 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039029121398926 -- 25-08-06 18:12:51[史登学-278] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%223703%22}&event=edit_purcApply&purcapply_id=3703 select * from dbpurc.purc_apply_product where purcapply_id = 3703 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034470558166504 -- 25-08-06 18:12:51[史登学-278] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_purcApply%22,%22purcapply_id%22:%223703%22}&event=edit_purcApply&purcapply_id=3703 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 278 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016907930374146 -- 25-08-06 18:13:00 -- /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.0034079551696777 -- 25-08-06 18:13:00 -- /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.0038628578186035 -- 25-08-06 18:13:00 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='LaiHuaQuan' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036239624023438 -- 25-08-06 18:13:00[赖华泉-736] -- /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= 18 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018093109130859 -- 25-08-06 18:13:01[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028164863586426 -- 25-08-06 18:13:02[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036540031433105 -- 25-08-06 18:13:02[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034899711608887 -- 25-08-06 18:13:02[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035910606384277 -- 25-08-06 18:13:02[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034370422363281 -- 25-08-06 18:13:02[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018065929412842 -- 25-08-06 18:13:06[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019734859466553 -- 25-08-06 18:13:07[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025743007659912 -- 25-08-06 18:13:09[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 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 = 6295 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036599636077881 -- 25-08-06 18:13:09[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036718845367432 -- 25-08-06 18:13:09[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038847923278809 -- 25-08-06 18:13:09[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052987 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036599636077881 -- 25-08-06 18:13:09[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015748977661133 -- 25-08-06 18:13:19[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020237922668457 -- 25-08-06 18:13:19[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=query select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018370866775513 -- 25-08-06 18:13:21[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 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 = 6295 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033788681030273 -- 25-08-06 18:13:21[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033540725708008 -- 25-08-06 18:13:21[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034101009368896 -- 25-08-06 18:13:21[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052987 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033581256866455 -- 25-08-06 18:13:21[赖华泉-736] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 736 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016762018203735 -- 25-08-06 18:21:51[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226294%22}&event=edit_officialSeals&officialSeals_id=6294 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 = 6294 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031468868255615 -- 25-08-06 18:21:51[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226294%22}&event=edit_officialSeals&officialSeals_id=6294 select org_id,org_name from dbsys.sys_org where corp_acct_id = 9 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003058910369873 -- 25-08-06 18:21:51[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226294%22}&event=edit_officialSeals&officialSeals_id=6294 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032150745391846 -- 25-08-06 18:21:51[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226294%22}&event=edit_officialSeals&officialSeals_id=6294 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052751 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030360221862793 -- 25-08-06 18:21:51[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226294%22}&event=edit_officialSeals&officialSeals_id=6294 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015882968902588 -- 25-08-06 18:21:55[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026693105697632 -- 25-08-06 18:21:56[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017040014266968 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102900 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036149024963379 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select payment_id from dbthird.thd_payment where oa_payment_id = 102900 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036678314208984 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121261 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00370192527771 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031218528747559 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033049583435059 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032699108123779 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031249523162842 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031049251556396 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031099319458008 -- 25-08-06 18:21:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015182971954346 -- 25-08-06 18:22:00[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019182920455933 -- 25-08-06 18:22:01[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016647100448608 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102899 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036959648132324 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select payment_id from dbthird.thd_payment where oa_payment_id = 102899 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037319660186768 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121260 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036370754241943 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031390190124512 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030479192733765 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033130645751953 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031390190124512 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031170845031738 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031659603118896 -- 25-08-06 18:22:02[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02387809753418 -- 25-08-06 18:22:05[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017623901367188 -- 25-08-06 18:22:05[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018977880477905 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102898 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039961338043213 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select payment_id from dbthird.thd_payment where oa_payment_id = 102898 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037250518798828 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121259 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040209293365479 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046082 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035209655761719 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003587007522583 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037040710449219 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046082 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035181045532227 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035319328308105 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035429000854492 -- 25-08-06 18:22:06[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01509690284729 -- 25-08-06 18:22:09[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018690824508667 -- 25-08-06 18:22:10[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01850700378418 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102897 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040230751037598 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select payment_id from dbthird.thd_payment where oa_payment_id = 102897 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040569305419922 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121258 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040230751037598 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046077 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035331249237061 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027006864547729 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037021636962891 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046077 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035240650177002 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035049915313721 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036029815673828 -- 25-08-06 18:22:12[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021141052246094 -- 25-08-06 18:22:17[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016990900039673 -- 25-08-06 18:22:18[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020393133163452 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102896 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003242015838623 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select payment_id from dbthird.thd_payment where oa_payment_id = 102896 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032958984375 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121257 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037181377410889 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030920505523682 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027945041656494 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033619403839111 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031089782714844 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030748844146729 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031280517578125 -- 25-08-06 18:22:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029787063598633 -- 25-08-06 18:22:27[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.031692028045654 -- 25-08-06 18:22:27[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027662038803101 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102895 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032739639282227 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select payment_id from dbthird.thd_payment where oa_payment_id = 102895 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003331184387207 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121256 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032968521118164 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046065 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003154993057251 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017023086547852 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033299922943115 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046065 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031540393829346 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031499862670898 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032029151916504 -- 25-08-06 18:22:30[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016142845153809 -- 25-08-06 18:22:32[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024160861968994 -- 25-08-06 18:22:32[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018079996109009 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102894 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035700798034668 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select payment_id from dbthird.thd_payment where oa_payment_id = 102894 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036349296569824 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121255 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040650367736816 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034542083740234 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017333030700684 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036551952362061 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034658908843994 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034859180450439 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034770965576172 -- 25-08-06 18:22:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016515016555786 -- 25-08-06 18:22:37[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01887583732605 -- 25-08-06 18:22:38[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019004106521606 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102892 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037679672241211 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select payment_id from dbthird.thd_payment where oa_payment_id = 102892 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003870964050293 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121253 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042808055877686 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046051 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036671161651611 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019183874130249 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037639141082764 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046051 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036149024963379 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036418437957764 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036559104919434 -- 25-08-06 18:22:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018605947494507 -- 25-08-06 18:22:47[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016535997390747 -- 25-08-06 18:22:50[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017286062240601 -- 25-08-06 18:23:09[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015612840652466 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102891 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034611225128174 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select payment_id from dbthird.thd_payment where oa_payment_id = 102891 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034859180450439 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121252 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034010410308838 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029370784759521 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031030178070068 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003093957901001 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029370784759521 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029480457305908 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002946138381958 -- 25-08-06 18:23:13[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026997089385986 -- 25-08-06 18:23:15[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023398160934448 -- 25-08-06 18:23:16[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028856039047241 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102890 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003230094909668 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select payment_id from dbthird.thd_payment where oa_payment_id = 102890 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032980442047119 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121251 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032401084899902 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046037 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031068325042725 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017927169799805 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033478736877441 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046037 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031330585479736 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031218528747559 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031321048736572 -- 25-08-06 18:23:17[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020073890686035 -- 25-08-06 18:23:20[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01513409614563 -- 25-08-06 18:23:20[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017004013061523 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102863 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033378601074219 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select payment_id from dbthird.thd_payment where oa_payment_id = 102863 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038259029388428 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121225 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036921501159668 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045203 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003209114074707 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032699108123779 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033509731292725 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045203 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032010078430176 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032138824462891 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032329559326172 -- 25-08-06 18:23:22[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025688886642456 -- 25-08-06 18:23:24[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026105880737305 -- 25-08-06 18:23:25[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017246961593628 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102817 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033400058746338 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select payment_id from dbthird.thd_payment where oa_payment_id = 102817 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038490295410156 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121181 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037660598754883 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032398700714111 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026163101196289 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034198760986328 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032379627227783 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032141208648682 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032899379730225 -- 25-08-06 18:23:26[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015768051147461 -- 25-08-06 18:23:29[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.034981966018677 -- 25-08-06 18:23:29[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020303964614868 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102793 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039730072021484 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select payment_id from dbthird.thd_payment where oa_payment_id = 102793 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040380954742432 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121158 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043997764587402 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039786 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038688182830811 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025208950042725 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040371417999268 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039786 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038571357727051 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003838062286377 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038950443267822 -- 25-08-06 18:23:31[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019284963607788 -- 25-08-06 18:23:33[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015612125396729 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 103032 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030360221862793 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select payment_id from dbthird.thd_payment where oa_payment_id = 103032 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031020641326904 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121390 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034720897674561 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5052789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002924919128418 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025840997695923 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select * from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032219886779785 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052789 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029580593109131 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029308795928955 -- 25-08-06 18:23:34[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029699802398682 -- 25-08-06 18:23:35[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=103032 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016661882400513 -- 25-08-06 18:23:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=103032 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019946098327637 -- 25-08-06 18:23:36[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01810884475708 -- 25-08-06 18:23:36[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024194955825806 -- 25-08-06 18:23:36[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018126964569092 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102792 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035779476165771 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select payment_id from dbthird.thd_payment where oa_payment_id = 102792 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036239624023438 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121157 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035779476165771 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039785 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034492015838623 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028395175933838 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003633975982666 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039785 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034539699554443 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034658908843994 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00347900390625 -- 25-08-06 18:23:39[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02025294303894 -- 25-08-06 18:23:42[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026551008224487 -- 25-08-06 18:23:43[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017804861068726 -- 25-08-06 18:23:44[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102789 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033578872680664 -- 25-08-06 18:23:44[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select payment_id from dbthird.thd_payment where oa_payment_id = 102789 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034279823303223 -- 25-08-06 18:23:44[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121154 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033819675445557 -- 25-08-06 18:23:44[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039772 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032289028167725 -- 25-08-06 18:23:44[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017927885055542 -- 25-08-06 18:23:45[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034778118133545 -- 25-08-06 18:23:45[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039772 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032761096954346 -- 25-08-06 18:23:45[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032451152801514 -- 25-08-06 18:23:45[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032739639282227 -- 25-08-06 18:23:45[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018890857696533 -- 25-08-06 18:23:47[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017503023147583 -- 25-08-06 18:23:48[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017170190811157 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102769 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031290054321289 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select payment_id from dbthird.thd_payment where oa_payment_id = 102769 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031850337982178 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121134 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031249523162842 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5037694 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029780864715576 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017361879348755 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037694 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029919147491455 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029699802398682 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029890537261963 -- 25-08-06 18:23:49[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016084909439087 -- 25-08-06 18:23:52[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018179893493652 -- 25-08-06 18:23:52[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025717973709106 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102768 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003046989440918 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select payment_id from dbthird.thd_payment where oa_payment_id = 102768 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031201839447021 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121133 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030779838562012 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5037690 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029499530792236 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026628971099854 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003209114074707 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037690 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002936840057373 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029358863830566 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029740333557129 -- 25-08-06 18:23:53[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021687030792236 -- 25-08-06 18:23:56[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015465974807739 -- 25-08-06 18:23:56[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018512010574341 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102767 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037369728088379 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select payment_id from dbthird.thd_payment where oa_payment_id = 102767 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033860206604004 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121132 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033318996429443 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5037673 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031998157501221 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018624067306519 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003432035446167 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037673 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032000541687012 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032010078430176 -- 25-08-06 18:23:57[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032310485839844 -- 25-08-06 18:23:58[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029677152633667 -- 25-08-06 18:24:02[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024688959121704 -- 25-08-06 18:24:02[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018733978271484 -- 25-08-06 18:24:04[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 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 = 38435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038878917694092 -- 25-08-06 18:24:04[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38435 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034260749816895 -- 25-08-06 18:24:04[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032579898834229 -- 25-08-06 18:24:04[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034630298614502 -- 25-08-06 18:24:04[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032567977905273 -- 25-08-06 18:24:04[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015324115753174 -- 25-08-06 18:24:06[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024815082550049 -- 25-08-06 18:24:07[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021202087402344 -- 25-08-06 18:24:07[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 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 = 38430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0045170783996582 -- 25-08-06 18:24:07[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38430 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004119873046875 -- 25-08-06 18:24:07[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039730072021484 -- 25-08-06 18:24:07[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041618347167969 -- 25-08-06 18:24:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039780139923096 -- 25-08-06 18:24:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028666019439697 -- 25-08-06 18:24:09[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02780294418335 -- 25-08-06 18:24:10[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018179178237915 -- 25-08-06 18:24:11[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 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 = 38428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040249824523926 -- 25-08-06 18:24:11[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38428 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036308765411377 -- 25-08-06 18:24:11[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003464937210083 -- 25-08-06 18:24:11[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003662109375 -- 25-08-06 18:24:11[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034821033477783 -- 25-08-06 18:24:11[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019473791122437 -- 25-08-06 18:24:15[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022319078445435 -- 25-08-06 18:24:15[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020936012268066 -- 25-08-06 18:24:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 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 = 38425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038139820098877 -- 25-08-06 18:24:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38425 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034489631652832 -- 25-08-06 18:24:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032920837402344 -- 25-08-06 18:24:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034818649291992 -- 25-08-06 18:24:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032730102539062 -- 25-08-06 18:24:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020094871520996 -- 25-08-06 18:24:19[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029952049255371 -- 25-08-06 18:24:20[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016149044036865 -- 25-08-06 18:24:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 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 = 38424 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036060810089111 -- 25-08-06 18:24:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036211013793945 -- 25-08-06 18:24:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030710697174072 -- 25-08-06 18:24:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032620429992676 -- 25-08-06 18:24:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030679702758789 -- 25-08-06 18:24:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020985841751099 -- 25-08-06 18:24:26[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019440174102783 -- 25-08-06 18:24:26[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016818046569824 -- 25-08-06 18:24:27[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 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 = 38423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038061141967773 -- 25-08-06 18:24:27[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033919811248779 -- 25-08-06 18:24:27[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045204 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032048225402832 -- 25-08-06 18:24:27[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033981800079346 -- 25-08-06 18:24:27[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045204 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031909942626953 -- 25-08-06 18:24:27[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017138004302979 -- 25-08-06 18:24:33[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02531099319458 -- 25-08-06 18:24:34[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020823955535889 -- 25-08-06 18:24:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 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 = 38400 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041728019714355 -- 25-08-06 18:24:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38400 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041799545288086 -- 25-08-06 18:24:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040380954742432 -- 25-08-06 18:24:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004209041595459 -- 25-08-06 18:24:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040299892425537 -- 25-08-06 18:24:35[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026540040969849 -- 25-08-06 18:24:38[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38400 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017798900604248 -- 25-08-06 18:24:39[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021429061889648 -- 25-08-06 18:24:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 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 = 38399 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036649703979492 -- 25-08-06 18:24:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38399 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032739639282227 -- 25-08-06 18:24:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031249523162842 -- 25-08-06 18:24:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032460689544678 -- 25-08-06 18:24:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030889511108398 -- 25-08-06 18:24:40[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018908023834229 -- 25-08-06 18:24:46[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38399 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02431321144104 -- 25-08-06 18:24:46[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017590045928955 -- 25-08-06 18:24:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 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 = 38385 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039339065551758 -- 25-08-06 18:24:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38385 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038681030273438 -- 25-08-06 18:24:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033721923828125 -- 25-08-06 18:24:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 25-08-06 18:24:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 18:24:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015612840652466 -- 25-08-06 18:24:53[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015315055847168 -- 25-08-06 18:24:53[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01906418800354 -- 25-08-06 18:24:54[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 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 = 38384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038180351257324 -- 25-08-06 18:24:54[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38384 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038211345672607 -- 25-08-06 18:24:54[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036721229553223 -- 25-08-06 18:24:54[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038459300994873 -- 25-08-06 18:24:54[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036530494689941 -- 25-08-06 18:24:54[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020249843597412 -- 25-08-06 18:24:59[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022900104522705 -- 25-08-06 18:24:59[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020904064178467 -- 25-08-06 18:25:00[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 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 = 38351 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039141178131104 -- 25-08-06 18:25:00[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38351 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039281845092773 -- 25-08-06 18:25:00[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037951469421387 -- 25-08-06 18:25:00[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039618015289307 -- 25-08-06 18:25:00[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037999153137207 -- 25-08-06 18:25:00[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018244981765747 -- 25-08-06 18:25:06[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38351 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019402980804443 -- 25-08-06 18:25:07[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015794992446899 -- 25-08-06 18:25:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 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 = 38350 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035469532012939 -- 25-08-06 18:25:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38350 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031709671020508 -- 25-08-06 18:25:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029969215393066 -- 25-08-06 18:25:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031800270080566 -- 25-08-06 18:25:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029997825622559 -- 25-08-06 18:25:08[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019370794296265 -- 25-08-06 18:25:14[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015084981918335 -- 25-08-06 18:25:14[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.032585144042969 -- 25-08-06 18:25:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 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 = 38349 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042729377746582 -- 25-08-06 18:25:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38349 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042769908905029 -- 25-08-06 18:25:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035549 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041298866271973 -- 25-08-06 18:25:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043208599090576 -- 25-08-06 18:25:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035549 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004115104675293 -- 25-08-06 18:25:16[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028588056564331 -- 25-08-06 18:25:21[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38349 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014855861663818 -- 25-08-06 18:25:21[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021394014358521 -- 25-08-06 18:25:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 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 = 38348 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036640167236328 -- 25-08-06 18:25:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38348 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035967826843262 -- 25-08-06 18:25:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030920505523682 -- 25-08-06 18:25:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032451152801514 -- 25-08-06 18:25:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030770301818848 -- 25-08-06 18:25:23[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017863988876343 -- 25-08-06 18:25:27[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025528907775879 -- 25-08-06 18:25:28[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019792079925537 -- 25-08-06 18:25:28[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 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 = 38197 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043730735778809 -- 25-08-06 18:25:28[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039989948272705 -- 25-08-06 18:25:28[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5002430 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038290023803711 -- 25-08-06 18:25:28[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040020942687988 -- 25-08-06 18:25:28[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5002430 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003795862197876 -- 25-08-06 18:25:28[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017880916595459 -- 25-08-06 18:25:33[石远龙-484] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018893957138062 -- 25-08-06 18:25:33[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021782875061035 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102902 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030748844146729 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select payment_id from dbthird.thd_payment where oa_payment_id = 102902 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031499862670898 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121263 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031290054321289 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046132 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029480457305908 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016494035720825 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031330585479736 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046132 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029749870300293 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029640197753906 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030019283294678 -- 25-08-06 18:25:43[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014826059341431 -- 25-08-06 18:25:46[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021477937698364 -- 25-08-06 18:25:46[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016841888427734 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102903 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032730102539062 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select payment_id from dbthird.thd_payment where oa_payment_id = 102903 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033791065216064 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121264 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033059120178223 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046141 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031850337982178 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016519069671631 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034348964691162 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046141 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032038688659668 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031740665435791 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032229423522949 -- 25-08-06 18:25:48[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015584945678711 -- 25-08-06 18:25:51[石远龙-484] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025917053222656 -- 25-08-06 18:25:52[石远龙-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016624927520752 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102903 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030579566955566 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select payment_id from dbthird.thd_payment where oa_payment_id = 102903 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030791759490967 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121264 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003040075302124 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046141 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030438899993896 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017544984817505 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select * from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031721591949463 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046141 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030560493469238 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030529499053955 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030851364135742 -- 25-08-06 18:25:52[石远龙-484] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 484 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016296863555908 -- 25-08-06 18:35:38[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030575037002563 -- 25-08-06 18:35:39[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036590099334717 -- 25-08-06 18:35:39[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034608840942383 -- 25-08-06 18:35:39[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036530494689941 -- 25-08-06 18:35:39[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034739971160889 -- 25-08-06 18:35:39[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015956878662109 -- 25-08-06 18:36:04[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018784999847412 -- 25-08-06 18:36:05[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 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 = 6295 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035920143127441 -- 25-08-06 18:36:05[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00357985496521 -- 25-08-06 18:36:05[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037961006164551 -- 25-08-06 18:36:05[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052987 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036149024963379 -- 25-08-06 18:36:05[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020447969436646 -- 25-08-06 18:36:13[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023232936859131 -- 25-08-06 18:36:14[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024919986724854 -- 25-08-06 18:36:15[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031719207763672 -- 25-08-06 18:36:15[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031709671020508 -- 25-08-06 18:36:15[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032229423522949 -- 25-08-06 18:36:15[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031700134277344 -- 25-08-06 18:36:15[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01720404624939 -- 25-08-06 18:36:55[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018656969070435 -- 25-08-06 18:36:55[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017827033996582 -- 25-08-06 18:36:58[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 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 = 6288 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034220218658447 -- 25-08-06 18:36:58[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 18:36:58[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00341796875 -- 25-08-06 18:36:58[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050957 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003209114074707 -- 25-08-06 18:36:58[石教华-26] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 26 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018091917037964 -- 25-08-06 18:40:09[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035910606384277 -- 25-08-06 18:40:09[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034580230712891 -- 25-08-06 18:40:09[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035591125488281 -- 25-08-06 18:40:09[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033800601959229 -- 25-08-06 18:40:09[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020334005355835 -- 25-08-06 18:40:20[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039441585540771 -- 25-08-06 18:40:20[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038051605224609 -- 25-08-06 18:40:20[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039260387420654 -- 25-08-06 18:40:20[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037350654602051 -- 25-08-06 18:40:20[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01676082611084 -- 25-08-06 18:40:21[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019386053085327 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102903 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041229724884033 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select payment_id from dbthird.thd_payment where oa_payment_id = 102903 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042171478271484 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121264 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042340755462646 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046141 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037610530853271 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037820339202881 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037870407104492 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046141 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036470890045166 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036499500274658 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036969184875488 -- 25-08-06 18:40:25[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027265071868896 -- 25-08-06 18:40:28[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102903 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015885829925537 -- 25-08-06 18:40:28[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016834020614624 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102902 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036158561706543 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select payment_id from dbthird.thd_payment where oa_payment_id = 102902 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033209323883057 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121263 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00360107421875 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046132 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031189918518066 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019885063171387 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033199787139893 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046132 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031108856201172 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031020641326904 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031461715698242 -- 25-08-06 18:40:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017192840576172 -- 25-08-06 18:40:30[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226295%22}&event=edit_officialSeals&officialSeals_id=6295 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 = 6295 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033779144287109 -- 25-08-06 18:40:30[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226295%22}&event=edit_officialSeals&officialSeals_id=6295 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003242015838623 -- 25-08-06 18:40:30[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226295%22}&event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033400058746338 -- 25-08-06 18:40:30[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226295%22}&event=edit_officialSeals&officialSeals_id=6295 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052987 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031740665435791 -- 25-08-06 18:40:30[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226295%22}&event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017566919326782 -- 25-08-06 18:40:32[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102902 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020028114318848 -- 25-08-06 18:40:32[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029749155044556 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102900 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037331581115723 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select payment_id from dbthird.thd_payment where oa_payment_id = 102900 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003788948059082 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121261 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037190914154053 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00325608253479 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029573917388916 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003410816192627 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046106 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032250881195068 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032269954681396 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032749176025391 -- 25-08-06 18:40:33[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018825054168701 -- 25-08-06 18:40:35[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102900 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01541805267334 -- 25-08-06 18:40:35[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016988039016724 -- 25-08-06 18:40:36[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003389835357666 -- 25-08-06 18:40:36[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032589435577393 -- 25-08-06 18:40:36[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033490657806396 -- 25-08-06 18:40:36[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003230094909668 -- 25-08-06 18:40:36[熊绍东-1016] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_officialSeals%22,%22officialSeals_id%22:%226296%22}&event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1016 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021882057189941 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102899 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040168762207031 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select payment_id from dbthird.thd_payment where oa_payment_id = 102899 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037350654602051 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121260 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040109157562256 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035948753356934 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023936986923218 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037209987640381 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046092 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035290718078613 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035040378570557 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035419464111328 -- 25-08-06 18:40:36[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02789306640625 -- 25-08-06 18:40:37[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102899 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018062829971313 -- 25-08-06 18:40:38[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018129110336304 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102898 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00364089012146 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select payment_id from dbthird.thd_payment where oa_payment_id = 102898 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034060478210449 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121259 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036659240722656 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046082 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018033027648926 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033459663391113 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046082 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003180980682373 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031700134277344 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003216028213501 -- 25-08-06 18:40:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026045799255371 -- 25-08-06 18:40:42[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102898 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014861822128296 -- 25-08-06 18:40:43[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016927003860474 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102897 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033462047576904 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select payment_id from dbthird.thd_payment where oa_payment_id = 102897 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034079551696777 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121258 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033371448516846 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046077 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032479763031006 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033140182495117 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033090114593506 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046077 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031840801239014 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031790733337402 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032000541687012 -- 25-08-06 18:40:44[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015550136566162 -- 25-08-06 18:40:45[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102897 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018923997879028 -- 25-08-06 18:40:46[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017809152603149 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102896 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003507137298584 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select payment_id from dbthird.thd_payment where oa_payment_id = 102896 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035951137542725 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121257 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003554105758667 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033810138702393 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034351348876953 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035810470581055 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046070 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033929347991943 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034029483795166 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034079551696777 -- 25-08-06 18:40:47[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025576829910278 -- 25-08-06 18:40:48[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102896 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01826000213623 -- 25-08-06 18:40:49[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028594970703125 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102895 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003654956817627 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select payment_id from dbthird.thd_payment where oa_payment_id = 102895 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037012100219727 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121256 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040910243988037 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046065 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034761428833008 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018249988555908 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037310123443604 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046065 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034949779510498 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034909248352051 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034899711608887 -- 25-08-06 18:40:50[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017975091934204 -- 25-08-06 18:40:51[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102895 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016139984130859 -- 25-08-06 18:40:52[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01599383354187 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102894 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003119945526123 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select payment_id from dbthird.thd_payment where oa_payment_id = 102894 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031931400299072 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121255 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031270980834961 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030019283294678 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017473936080933 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032279491424561 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046060 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029799938201904 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029950141906738 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030281543731689 -- 25-08-06 18:40:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019994020462036 -- 25-08-06 18:40:54[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102894 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028143882751465 -- 25-08-06 18:40:54[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.030935049057007 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102892 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038089752197266 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select payment_id from dbthird.thd_payment where oa_payment_id = 102892 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038809776306152 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121253 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042240619659424 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046051 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036690235137939 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037000179290771 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038211345672607 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046051 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036818981170654 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036530494689941 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036959648132324 -- 25-08-06 18:40:56[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026416063308716 -- 25-08-06 18:40:56[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017410039901733 -- 25-08-06 18:40:57[石教华-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017960786819458 -- 25-08-06 18:41:08[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102892 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018043041229248 -- 25-08-06 18:41:09[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018656015396118 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102891 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036590099334717 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select payment_id from dbthird.thd_payment where oa_payment_id = 102891 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037171840667725 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121252 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041420459747314 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035209655761719 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026347160339355 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037021636962891 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046045 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003511905670166 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034899711608887 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035610198974609 -- 25-08-06 18:41:10[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017308950424194 -- 25-08-06 18:41:22[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102891 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026739120483398 -- 25-08-06 18:41:23[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021591186523438 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102890 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035078525543213 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select payment_id from dbthird.thd_payment where oa_payment_id = 102890 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034968852996826 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121251 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034730434417725 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046037 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029819011688232 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016680955886841 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031270980834961 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046037 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029709339141846 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029518604278564 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030009746551514 -- 25-08-06 18:41:24[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016232013702393 -- 25-08-06 18:41:25[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102890 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02498197555542 -- 25-08-06 18:41:26[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020066976547241 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102863 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039620399475098 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select payment_id from dbthird.thd_payment where oa_payment_id = 102863 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004025936126709 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121225 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039839744567871 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045203 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038120746612549 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.03068995475769 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040318965911865 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045203 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038328170776367 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038139820098877 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003856897354126 -- 25-08-06 18:41:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019055128097534 -- 25-08-06 18:41:28[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102863 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019229888916016 -- 25-08-06 18:41:29[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02628493309021 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102817 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033819675445557 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select payment_id from dbthird.thd_payment where oa_payment_id = 102817 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034720897674561 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121181 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033879280090332 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032520294189453 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01645302772522 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034101009368896 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032391548156738 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032210350036621 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032689571380615 -- 25-08-06 18:41:30[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015838146209717 -- 25-08-06 18:41:32[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102817 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018702030181885 -- 25-08-06 18:41:33[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017498970031738 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102793 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034151077270508 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select payment_id from dbthird.thd_payment where oa_payment_id = 102793 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035040378570557 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121158 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034940242767334 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039786 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033810138702393 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028674125671387 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034728050231934 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039786 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033249855041504 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032999515533447 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033318996429443 -- 25-08-06 18:41:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020650863647461 -- 25-08-06 18:41:36[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102793 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019383907318115 -- 25-08-06 18:41:37[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023919105529785 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102792 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029430389404297 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select payment_id from dbthird.thd_payment where oa_payment_id = 102792 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030200481414795 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121157 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029840469360352 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039785 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028119087219238 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029149055480957 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029671192169189 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039785 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028347969055176 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028469562530518 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028491020202637 -- 25-08-06 18:41:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015914916992188 -- 25-08-06 18:41:40[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102792 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019700050354004 -- 25-08-06 18:41:41[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02006196975708 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102789 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033118724822998 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select payment_id from dbthird.thd_payment where oa_payment_id = 102789 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033729076385498 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121154 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039772 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031659603118896 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017263889312744 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033681392669678 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039772 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031440258026123 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031709671020508 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032029151916504 -- 25-08-06 18:41:42[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020817041397095 -- 25-08-06 18:41:43[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102789 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016182899475098 -- 25-08-06 18:41:44[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015705823898315 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102769 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030698776245117 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select payment_id from dbthird.thd_payment where oa_payment_id = 102769 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031731128692627 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121134 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035300254821777 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5037694 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029709339141846 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018599033355713 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003572940826416 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037694 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029768943786621 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029768943786621 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030190944671631 -- 25-08-06 18:41:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015719890594482 -- 25-08-06 18:41:55[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102769 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018554925918579 -- 25-08-06 18:41:56[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026490926742554 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102768 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039129257202148 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select payment_id from dbthird.thd_payment where oa_payment_id = 102768 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039739608764648 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121133 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043599605560303 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5037690 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038058757781982 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019195079803467 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039529800415039 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037690 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038049221038818 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038051605224609 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038139820098877 -- 25-08-06 18:41:57[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017934083938599 -- 25-08-06 18:42:03[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102768 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017706871032715 -- 25-08-06 18:42:03[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017538070678711 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102767 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00343918800354 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select payment_id from dbthird.thd_payment where oa_payment_id = 102767 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035941600799561 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121132 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034458637237549 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5037673 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033400058746338 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033609867095947 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select * from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034589767456055 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037673 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033290386199951 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035898685455322 -- 25-08-06 18:42:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017935991287231 -- 25-08-06 18:42:06[高祥-33] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102767 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017032861709595 -- 25-08-06 18:42:06[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016345024108887 -- 25-08-06 18:42:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 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 = 38435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037829875946045 -- 25-08-06 18:42:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38435 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036509037017822 -- 25-08-06 18:42:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031139850616455 -- 25-08-06 18:42:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032870769500732 -- 25-08-06 18:42:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031001567840576 -- 25-08-06 18:42:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01725697517395 -- 25-08-06 18:42:15[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026467084884644 -- 25-08-06 18:42:16[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026119947433472 -- 25-08-06 18:42:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 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 = 38430 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0049381256103516 -- 25-08-06 18:42:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38430 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0049149990081787 -- 25-08-06 18:42:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043580532073975 -- 25-08-06 18:42:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004626989364624 -- 25-08-06 18:42:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0043730735778809 -- 25-08-06 18:42:17[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017358064651489 -- 25-08-06 18:42:26[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38430 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017282962799072 -- 25-08-06 18:42:26[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017067193984985 -- 25-08-06 18:42:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 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 = 38428 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036709308624268 -- 25-08-06 18:42:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38428 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033440589904785 -- 25-08-06 18:42:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031800270080566 -- 25-08-06 18:42:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033760070800781 -- 25-08-06 18:42:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045434 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031681060791016 -- 25-08-06 18:42:27[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015689134597778 -- 25-08-06 18:42:33[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38428 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016148090362549 -- 25-08-06 18:42:33[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018359184265137 -- 25-08-06 18:42:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 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 = 38425 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036909580230713 -- 25-08-06 18:42:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38425 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032989978790283 -- 25-08-06 18:42:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031299591064453 -- 25-08-06 18:42:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033400058746338 -- 25-08-06 18:42:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045230 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031490325927734 -- 25-08-06 18:42:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021615028381348 -- 25-08-06 18:42:38[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38425 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028271913528442 -- 25-08-06 18:42:38[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018068790435791 -- 25-08-06 18:42:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 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 = 38424 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040149688720703 -- 25-08-06 18:42:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38424 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040130615234375 -- 25-08-06 18:42:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035278797149658 -- 25-08-06 18:42:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037131309509277 -- 25-08-06 18:42:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045223 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035228729248047 -- 25-08-06 18:42:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016292095184326 -- 25-08-06 18:42:44[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38424 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016225814819336 -- 25-08-06 18:42:45[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01802396774292 -- 25-08-06 18:42:46[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 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 = 38423 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038349628448486 -- 25-08-06 18:42:46[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38423 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034599304199219 -- 25-08-06 18:42:46[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045204 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032920837402344 -- 25-08-06 18:42:46[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034680366516113 -- 25-08-06 18:42:46[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045204 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033049583435059 -- 25-08-06 18:42:46[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016072034835815 -- 25-08-06 18:42:51[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38423 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016329050064087 -- 25-08-06 18:42:51[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025812149047852 -- 25-08-06 18:42:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 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 = 38400 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036900043487549 -- 25-08-06 18:42:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38400 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036821365356445 -- 25-08-06 18:42:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035459995269775 -- 25-08-06 18:42:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037341117858887 -- 25-08-06 18:42:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042647 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035538673400879 -- 25-08-06 18:42:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38400 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015165090560913 -- 25-08-06 18:42:57[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38400 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015895128250122 -- 25-08-06 18:42:57[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028999805450439 -- 25-08-06 18:42:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 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 = 38399 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037829875946045 -- 25-08-06 18:42:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38399 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034129619598389 -- 25-08-06 18:42:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5042645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032260417938232 -- 25-08-06 18:42:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034458637237549 -- 25-08-06 18:42:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5042645 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00323486328125 -- 25-08-06 18:42:58[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38399 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019636869430542 -- 25-08-06 18:43:06[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38399 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015075922012329 -- 25-08-06 18:43:06[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022794961929321 -- 25-08-06 18:43:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 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 = 38385 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032939910888672 -- 25-08-06 18:43:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38385 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033409595489502 -- 25-08-06 18:43:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031700134277344 -- 25-08-06 18:43:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033540725708008 -- 25-08-06 18:43:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039211 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031650066375732 -- 25-08-06 18:43:07[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018650054931641 -- 25-08-06 18:43:16[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38385 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020151853561401 -- 25-08-06 18:43:17[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016119003295898 -- 25-08-06 18:43:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 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 = 38384 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032138824462891 -- 25-08-06 18:43:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38384 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032119750976562 -- 25-08-06 18:43:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5039197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030691623687744 -- 25-08-06 18:43:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032920837402344 -- 25-08-06 18:43:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030689239501953 -- 25-08-06 18:43:18[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024133920669556 -- 25-08-06 18:43:32[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38384 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024289131164551 -- 25-08-06 18:43:32[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017032146453857 -- 25-08-06 18:43:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 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 = 38351 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034210681915283 -- 25-08-06 18:43:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38351 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034351348876953 -- 25-08-06 18:43:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032789707183838 -- 25-08-06 18:43:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035147666931152 -- 25-08-06 18:43:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035650 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003305196762085 -- 25-08-06 18:43:34[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38351 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025005102157593 -- 25-08-06 18:43:37[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38351 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015290975570679 -- 25-08-06 18:43:38[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017612218856812 -- 25-08-06 18:43:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 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 = 38350 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033740997314453 -- 25-08-06 18:43:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38350 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033769607543945 -- 25-08-06 18:43:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032069683074951 -- 25-08-06 18:43:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034198760986328 -- 25-08-06 18:43:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035628 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032141208648682 -- 25-08-06 18:43:39[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020050048828125 -- 25-08-06 18:43:52[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38350 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0157470703125 -- 25-08-06 18:43:52[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015997171401978 -- 25-08-06 18:43:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 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 = 38349 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032181739807129 -- 25-08-06 18:43:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38349 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032320022583008 -- 25-08-06 18:43:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035549 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003075122833252 -- 25-08-06 18:43:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032999515533447 -- 25-08-06 18:43:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035549 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030770301818848 -- 25-08-06 18:43:53[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38349 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019376039505005 -- 25-08-06 18:44:01[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38349 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023622035980225 -- 25-08-06 18:44:02[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028604030609131 -- 25-08-06 18:44:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 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 = 38348 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032110214233398 -- 25-08-06 18:44:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38348 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032410621643066 -- 25-08-06 18:44:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5035492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030779838562012 -- 25-08-06 18:44:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034060478210449 -- 25-08-06 18:44:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5035492 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030941963195801 -- 25-08-06 18:44:04[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016250133514404 -- 25-08-06 18:44:13[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38348 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018547058105469 -- 25-08-06 18:44:14[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0173659324646 -- 25-08-06 18:44:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 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 = 38197 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037250518798828 -- 25-08-06 18:44:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38197 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033791065216064 -- 25-08-06 18:44:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5002430 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032351016998291 -- 25-08-06 18:44:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034089088439941 -- 25-08-06 18:44:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5002430 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032320022583008 -- 25-08-06 18:44:15[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_fareApply&fareApply_id=38197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021059989929199 -- 25-08-06 18:44:22[高祥-33] -- /buz/oa/index.php/oamgmt/fareApply_application?event=approve&fareApply_id=38197 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015691041946411 -- 25-08-06 18:44:23[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020800828933716 -- 25-08-06 18:44:28[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 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 = 6296 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037150382995605 -- 25-08-06 18:44:28[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035090446472168 -- 25-08-06 18:44:28[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036652088165283 -- 25-08-06 18:44:28[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053000 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035109519958496 -- 25-08-06 18:44:28[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6296 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016235113143921 -- 25-08-06 18:44:33[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017126798629761 -- 25-08-06 18:44:33[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020434141159058 -- 25-08-06 18:44:35[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 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 = 6295 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031669139862061 -- 25-08-06 18:44:35[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select org_id,org_name from dbsys.sys_org where corp_acct_id = 18 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031569004058838 -- 25-08-06 18:44:35[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033369064331055 -- 25-08-06 18:44:35[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052987 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031571388244629 -- 25-08-06 18:44:35[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6295 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019550800323486 -- 25-08-06 18:44:43[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028668880462646 -- 25-08-06 18:44:44[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015800952911377 -- 25-08-06 18:44:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 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 = 6288 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031747817993164 -- 25-08-06 18:44:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select org_id,org_name from dbsys.sys_org where corp_acct_id = 39 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029819011688232 -- 25-08-06 18:44:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031709671020508 -- 25-08-06 18:44:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5050957 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029919147491455 -- 25-08-06 18:44:45[高祥-33] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6288 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 33 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017884969711304 -- 25-08-06 18:45:10[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020987987518311 -- 25-08-06 18:45:10[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016769886016846 -- 25-08-06 18:45:44[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018285036087036 -- 25-08-06 18:45:44[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102967 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035851001739502 -- 25-08-06 18:45:44[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select payment_id from dbthird.thd_payment where oa_payment_id = 102967 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037250518798828 -- 25-08-06 18:45:44[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121327 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037059783935547 -- 25-08-06 18:45:44[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5051001 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034999847412109 -- 25-08-06 18:45:44[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003633975982666 -- 25-08-06 18:45:45[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036399364471436 -- 25-08-06 18:45:45[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5051001 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034639835357666 -- 25-08-06 18:45:45[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034599304199219 -- 25-08-06 18:45:45[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035030841827393 -- 25-08-06 18:45:45[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102967 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016563892364502 -- 25-08-06 18:45:45[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102967 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018100023269653 -- 25-08-06 18:45:46[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016709089279175 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 SELECT p.*,c.cont_name apply_cont,o.org_name department,13 appr_type_id FROM dboa.oa_payment p LEFT JOIN dbsys.sys_contact c on p.apply_cont_id = c.cont_id LEFT JOIN dbsys.sys_org o ON p.department_id = o.org_id LEFT JOIN dbthird.v_thd_customer receiving ON p.receiving_unit_id = receiving.sys_cust_id WHERE payment_id = 102889 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033071041107178 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select payment_id from dbthird.thd_payment where oa_payment_id = 102889 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033671855926514 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 SELECT s.*,cust.cust_name carrier FROM dbthird.thd_statement s LEFT JOIN dbthird.thd_customer cust ON cust.customer_id = s.customer_id WHERE s.payment_id = 121250 AND s.payment_id > 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033400058746338 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5046028 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031900405883789 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027463912963867 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select * from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033860206604004 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5046028 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031609535217285 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031709671020508 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032069683074951 -- 25-08-06 18:45:46[余泽旭-927] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_payment&payment_id=102889 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017982959747314 -- 25-08-06 18:45:47[余泽旭-927] -- /buz/oa/index.php/oamgmt/payment_application?event=approve&payment_id=102889 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 927 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023014068603516 -- 25-08-06 18:45:47[余泽旭-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02672290802002 -- 25-08-06 18:47:07[林雅楠-2180] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2180 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017183065414429 -- 25-08-06 18:47:08[林雅楠-2180] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2180 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01781702041626 -- 25-08-06 18:47:09[林雅楠-2180] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2180 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016995906829834 -- 25-08-06 18:48:57 -- /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.0033180713653564 -- 25-08-06 18:48:57 -- /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.0039851665496826 -- 25-08-06 18:48:57 -- /buz/oa/index.php/oamgmt/oa_application?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id from dbwechat.wechat_describe b left join dbsys.sys_contact c on b.cont_id = c.cont_id where openid='LiYiTong' and b.cont_id >1 and c.cont_isenable = 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037190914154053 -- 25-08-06 18:48:57[李依瞳-816] -- /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= 14 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016619205474854 -- 25-08-06 18:48:57[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036251544952393 -- 25-08-06 18:48:57[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033419132232666 -- 25-08-06 18:48:57[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034158229827881 -- 25-08-06 18:48:57[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003305196762085 -- 25-08-06 18:48:57[李依瞳-816] -- /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= 816 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027001142501831 -- 25-08-06 18:48:59[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 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 = 6257 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033459663391113 -- 25-08-06 18:48:59[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5025031 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032660961151123 -- 25-08-06 18:48:59[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031948089599609 -- 25-08-06 18:48:59[李依瞳-816] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_officialSeals&officialSeals_id=6257 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 816 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017384052276611 -- 25-08-06 18:49:06[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037839412689209 -- 25-08-06 18:49:06[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034518241882324 -- 25-08-06 18:49:06[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003568172454834 -- 25-08-06 18:49:06[李依瞳-816] -- /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 = 816 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003460168838501 -- 25-08-06 18:49:06[李依瞳-816] -- /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= 816 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020089864730835 -- 25-08-06 19:04:54[高蓉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016658067703247 -- 25-08-06 19:04:55[高蓉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016515016555786 -- 25-08-06 19:04:56[高蓉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019175052642822 -- 25-08-06 19:26:29[高祥-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018726110458374 -- 25-08-06 19:57:17[胡琪-911] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017277956008911 -- 25-08-06 19:57:17[胡琪-911] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026371002197266 -- 25-08-06 19:57:18[胡琪-911] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01857590675354 -- 25-08-06 19:58:29[胡琪-911] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015823125839233 -- 25-08-06 19:58:29[胡琪-911] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015494108200073 -- 25-08-06 19:58:30[胡琪-911] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 911 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017257928848267 -- 25-08-06 20:19:54[唐梓基-2005] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01573920249939 -- 25-08-06 20:19:55[唐梓基-2005] -- /buz/oa/index.php/oamgmt/oa_application?event=get_apprProcCombo select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019484043121338 -- 25-08-06 20:19:56[唐梓基-2005] -- /buz/oa/index.php/oamgmt/oa_application?event=submit select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 2005 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015743017196655 -- 25-08-06 20:32:21 -- /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.0031230449676514 -- 25-08-06 20:32:21 -- /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.0036320686340332 -- 25-08-06 20:32:21 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.0033330917358398 -- 25-08-06 20:32:21[杨建辉-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.01645302772522 -- 25-08-06 20:32:21 -- /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.016710996627808 -- 25-08-06 20:32:21[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019917011260986 -- 25-08-06 20:32:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 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 = 64652 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039911270141602 -- 25-08-06 20:32:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64652 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004058837890625 -- 25-08-06 20:32:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 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 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 = 64652 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039229393005371 -- 25-08-06 20:32:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038530826568604 -- 25-08-06 20:32:22[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040538311004639 -- 25-08-06 20:32:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5052768 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038220882415771 -- 25-08-06 20:32:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038459300994873 -- 25-08-06 20:32:23[杨建辉-1344] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017618894577026 -- 25-08-06 20:32:27[杨建辉-1344] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64652 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1344 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017043113708496 -- 25-08-06 20:32:28[杨建辉-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018545150756836 -- 25-08-06 20:39:43[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238299%22}&event=edit_fareApply&fareApply_id=38299 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 = 38299 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040678977966309 -- 25-08-06 20:39:43[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238299%22}&event=edit_fareApply&fareApply_id=38299 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38299 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040881633758545 -- 25-08-06 20:39:43[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238299%22}&event=edit_fareApply&fareApply_id=38299 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5020514 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035648345947266 -- 25-08-06 20:39:43[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238299%22}&event=edit_fareApply&fareApply_id=38299 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037450790405273 -- 25-08-06 20:39:43[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238299%22}&event=edit_fareApply&fareApply_id=38299 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5020514 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034859180450439 -- 25-08-06 20:39:43[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238299%22}&event=edit_fareApply&fareApply_id=38299 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015439033508301 -- 25-08-06 20:39:51[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238298%22}&event=edit_fareApply&fareApply_id=38298 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 = 38298 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035421848297119 -- 25-08-06 20:39:51[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238298%22}&event=edit_fareApply&fareApply_id=38298 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38298 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034739971160889 -- 25-08-06 20:39:51[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238298%22}&event=edit_fareApply&fareApply_id=38298 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5020494 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.002964973449707 -- 25-08-06 20:39:51[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238298%22}&event=edit_fareApply&fareApply_id=38298 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031931400299072 -- 25-08-06 20:39:51[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238298%22}&event=edit_fareApply&fareApply_id=38298 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5020494 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029740333557129 -- 25-08-06 20:39:51[刘焱琪-1156] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238298%22}&event=edit_fareApply&fareApply_id=38298 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1156 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019098997116089 -- 25-08-06 20:51:30 -- /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.018292903900146 -- 25-08-06 20:51:30 -- /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.036942005157471 -- 25-08-06 20:51:32[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0050468444824219 -- 25-08-06 20:51:32[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0046439170837402 -- 25-08-06 20:51:32[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042550563812256 -- 25-08-06 20:51:32[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042219161987305 -- 25-08-06 20:51:32[代本隆-523] -- /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= 523 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019201993942261 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 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 = 38476 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034248828887939 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035080909729004 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033278465270996 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033121109008789 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033290386199951 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053391 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033340454101562 -- 25-08-06 20:51:34[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38476 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021291017532349 -- 25-08-06 20:51:34[代本隆-523] -- /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 =16 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017596960067749 -- 25-08-06 20:51:34[代本隆-523] -- /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 = 16 and cont.cont_isenable = 1 AND cont.cont_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019745111465454 -- 25-08-06 20:51:34[代本隆-523] -- /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 = 16 AND o.org_name like '%运作部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016387939453125 -- 25-08-06 20:51:35[代本隆-523] -- /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 = 16 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024031162261963 -- 25-08-06 20:51:35[代本隆-523] -- /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 = 16 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00323486328125 -- 25-08-06 20:51:35[代本隆-523] -- /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 = 16 and p.project_id not in (1,499,631,632,910) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017823934555054 -- 25-08-06 20:51:49[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0047659873962402 -- 25-08-06 20:51:49[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039780139923096 -- 25-08-06 20:51:49[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038678646087646 -- 25-08-06 20:51:49[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038769245147705 -- 25-08-06 20:51:49[代本隆-523] -- /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= 523 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.029015064239502 -- 25-08-06 20:51:50[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 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 = 38477 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034959316253662 -- 25-08-06 20:51:50[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037169456481934 -- 25-08-06 20:51:50[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053400 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035030841827393 -- 25-08-06 20:51:50[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035140514373779 -- 25-08-06 20:51:50[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035500526428223 -- 25-08-06 20:51:51[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053400 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035040378570557 -- 25-08-06 20:51:51[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38477 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017415046691895 -- 25-08-06 20:51:51[代本隆-523] -- /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 =16 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018035888671875 -- 25-08-06 20:51:51[代本隆-523] -- /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 = 16 and cont.cont_isenable = 1 AND cont.cont_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.014732122421265 -- 25-08-06 20:51:51[代本隆-523] -- /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 = 16 AND o.org_name like '%运作部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018862009048462 -- 25-08-06 20:51:51[代本隆-523] -- /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 = 16 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019445180892944 -- 25-08-06 20:51:51[代本隆-523] -- /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 = 16 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037992000579834 -- 25-08-06 20:51:51[代本隆-523] -- /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 = 16 and p.project_id not in (1,499,631,632,910) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021405935287476 -- 25-08-06 20:52:11[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0042691230773926 -- 25-08-06 20:52:11[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 25-08-06 20:52:11[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034470558166504 -- 25-08-06 20:52:11[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034289360046387 -- 25-08-06 20:52:11[代本隆-523] -- /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= 523 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02115797996521 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 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 = 38478 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036840438842773 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039069652557373 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053403 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037009716033936 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036790370941162 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037188529968262 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053403 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037310123443604 -- 25-08-06 20:52:13[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38478 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017244815826416 -- 25-08-06 20:52:13[代本隆-523] -- /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 =16 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016375064849854 -- 25-08-06 20:52:13[代本隆-523] -- /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 = 16 and cont.cont_isenable = 1 AND cont.cont_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016222953796387 -- 25-08-06 20:52:13[代本隆-523] -- /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 = 16 AND o.org_name like '%运作部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022506952285767 -- 25-08-06 20:52:13[代本隆-523] -- /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 = 16 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016045093536377 -- 25-08-06 20:52:13[代本隆-523] -- /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 = 16 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031499862670898 -- 25-08-06 20:52:13[代本隆-523] -- /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 = 16 and p.project_id not in (1,499,631,632,910) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024930000305176 -- 25-08-06 20:52:34[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041499137878418 -- 25-08-06 20:52:34[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034430027008057 -- 25-08-06 20:52:34[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033490657806396 -- 25-08-06 20:52:34[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003364086151123 -- 25-08-06 20:52:34[代本隆-523] -- /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= 523 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018455028533936 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 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 = 38479 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003342866897583 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035591125488281 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053418 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033481121063232 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033330917358398 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033819675445557 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053418 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033419132232666 -- 25-08-06 20:52:36[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38479 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021826028823853 -- 25-08-06 20:52:36[代本隆-523] -- /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 =16 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%王夕玉%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015249967575073 -- 25-08-06 20:52:36[代本隆-523] -- /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 = 16 and cont.cont_isenable = 1 AND cont.cont_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022136926651001 -- 25-08-06 20:52:36[代本隆-523] -- /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 = 16 AND o.org_name like '%运作部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019068956375122 -- 25-08-06 20:52:36[代本隆-523] -- /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 = 16 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027032136917114 -- 25-08-06 20:52:36[代本隆-523] -- /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 = 16 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033080577850342 -- 25-08-06 20:52:36[代本隆-523] -- /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 = 16 and p.project_id not in (1,499,631,632,910) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016117095947266 -- 25-08-06 20:52:44[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00394606590271 -- 25-08-06 20:52:44[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037150382995605 -- 25-08-06 20:52:44[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035569667816162 -- 25-08-06 20:52:44[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035340785980225 -- 25-08-06 20:52:44[代本隆-523] -- /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= 523 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017458915710449 -- 25-08-06 20:52:45[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 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 = 38481 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032649040222168 -- 25-08-06 20:52:46[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033369064331055 -- 25-08-06 20:52:46[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053487 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031459331512451 -- 25-08-06 20:52:46[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031640529632568 -- 25-08-06 20:52:46[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031769275665283 -- 25-08-06 20:52:46[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053487 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003154993057251 -- 25-08-06 20:52:46[代本隆-523] -- /buz/oa/index.php/oamgmt/oa_application?event=edit_fareApply&fareApply_id=38481 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 523 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018809080123901 -- 25-08-06 20:52:46[代本隆-523] -- /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 =16 AND IFNULL(cust_type,0)>=256 and ifnull(c_e.is_blacklist,0) = 0 AND cust_disp_name like '%魏帅兵%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026993989944458 -- 25-08-06 20:52:46[代本隆-523] -- /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 = 16 and cont.cont_isenable = 1 AND cont.cont_name like '%代本隆%' LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015030860900879 -- 25-08-06 20:52:46[代本隆-523] -- /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 = 16 AND o.org_name like '%运作部%' AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.022215127944946 -- 25-08-06 20:52:46[代本隆-523] -- /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 = 16 AND o.is_corporate = 0 LIMIT 0,50 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017290830612183 -- 25-08-06 20:52:46[代本隆-523] -- /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 = 16 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035250186920166 -- 25-08-06 20:52:46[代本隆-523] -- /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 = 16 and p.project_id not in (1,499,631,632,910) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01833701133728 -- 25-08-06 20:52:54[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044629573822021 -- 25-08-06 20:52:54[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037620067596436 -- 25-08-06 20:52:54[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004094123840332 -- 25-08-06 20:52:54[代本隆-523] -- /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 = 523 AND (apply_date >= now() - interval 7 day) AND (apply_date <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.004054069519043 -- 25-08-06 20:52:54[代本隆-523] -- /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= 523 AND (createdon >= now() - interval 7 day ) AND (createdon <= now() ) ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017899036407471 -- 25-08-06 20:53:54 -- /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.0036530494689941 -- 25-08-06 20:53:54 -- /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.0040919780731201 -- 25-08-06 20:53:54 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.003835916519165 -- 25-08-06 20:53:54[寇彬楠-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.018234968185425 -- 25-08-06 20:53:55[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.027364015579224 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 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 = 64663 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031850337982178 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64663 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032639503479004 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 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 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 = 64663 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003054141998291 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030710697174072 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032532215118408 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053723 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030419826507568 -- 25-08-06 20:53:58[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.021216154098511 -- 25-08-06 20:54:00[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64663 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018047094345093 -- 25-08-06 20:54:01[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018254041671753 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 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 = 64662 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036230087280273 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64662 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037441253662109 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 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 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 = 64662 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035138130187988 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034959316253662 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036699771881104 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053700 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034940242767334 -- 25-08-06 20:54:36[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64662 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01525616645813 -- 25-08-06 20:54:38[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64662 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018871068954468 -- 25-08-06 20:54:38[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018260955810547 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 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 = 64661 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036530494689941 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64661 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037500858306885 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 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 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 = 64661 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035309791564941 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035769939422607 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037109851837158 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053684 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035550594329834 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017084121704102 -- 25-08-06 20:54:39[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64661 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020121097564697 -- 25-08-06 20:54:40[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016600847244263 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 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 = 64660 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033040046691895 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037989616394043 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 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 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 = 64660 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031697750091553 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031938552856445 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033059120178223 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0031509399414062 -- 25-08-06 20:54:40[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64660 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025537014007568 -- 25-08-06 20:54:41[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64660 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018432140350342 -- 25-08-06 20:54:41[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.01808500289917 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 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 = 64659 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039949417114258 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037407875061035 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 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 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 = 64659 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003525972366333 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035398006439209 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036869049072266 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0035130977630615 -- 25-08-06 20:54:42[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64659 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016749143600464 -- 25-08-06 20:54:44[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64659 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.015221834182739 -- 25-08-06 20:54:45[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.031024217605591 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 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 = 64658 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0044701099395752 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64658 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0041449069976807 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 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 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 = 64658 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039150714874268 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039231777191162 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040838718414307 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053652 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0039060115814209 -- 25-08-06 20:54:45[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028637886047363 -- 25-08-06 20:54:46[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64658 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017428159713745 -- 25-08-06 20:54:47[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.026519775390625 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 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 = 64657 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029699802398682 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64657 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030670166015625 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 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 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 = 64657 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028440952301025 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028691291809082 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030381679534912 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053649 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0028409957885742 -- 25-08-06 20:54:47[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020430088043213 -- 25-08-06 20:54:48[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64657 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.020061016082764 -- 25-08-06 20:54:48[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023690938949585 -- 25-08-06 20:54:48[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 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 = 64656 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033631324768066 -- 25-08-06 20:54:48[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64656 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034878253936768 -- 25-08-06 20:54:48[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 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 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 = 64656 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032529830932617 -- 25-08-06 20:54:48[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003270149230957 -- 25-08-06 20:54:49[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034029483795166 -- 25-08-06 20:54:49[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053642 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032389163970947 -- 25-08-06 20:54:49[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64656 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017700910568237 -- 25-08-06 20:54:49[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64656 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024976968765259 -- 25-08-06 20:54:50[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.02963399887085 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 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 = 64655 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036211013793945 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 SELECT * FROM dboa.oa_extrafareApply_item WHERE extrafareApply_id = 64655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037119388580322 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 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 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 = 64655 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003464937210083 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034980773925781 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0036489963531494 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5053639 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.00347900390625 -- 25-08-06 20:54:50[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_extrafareApply&extrafareApply_id=64655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0204918384552 -- 25-08-06 20:54:51[寇彬楠-1097] -- /buz/oa/index.php/oamgmt/extrafareApply_application?event=approve&extrafareApply_id=64655 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1097 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.023568868637085 -- 25-08-06 20:54:52[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019589900970459 -- 25-08-06 20:56:08[寇彬楠-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.025919914245605 -- 25-08-06 22:53:41[曹方婷-1316] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238435%22}&event=edit_fareApply&fareApply_id=38435 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 = 38435 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0037341117858887 -- 25-08-06 22:53:41[曹方婷-1316] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238435%22}&event=edit_fareApply&fareApply_id=38435 SELECT * FROM dboa.oa_fareApply_item WHERE fareApply_id = 38435 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0038690567016602 -- 25-08-06 22:53:41[曹方婷-1316] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238435%22}&event=edit_fareApply&fareApply_id=38435 SELECT pr.*,pr.payrecord_id as recid, DATE_FORMAT(pr.pay_date,'%Y-%m-%d') pay_date,c.cont_name operator FROM dboa.oa_payrecord pr LEFT JOIN dbsys.sys_contact c ON pr.operator_id = c.cont_id WHERE pr.owner_id = 5045962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0033309459686279 -- 25-08-06 22:53:41[曹方婷-1316] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238435%22}&event=edit_fareApply&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034630298614502 -- 25-08-06 22:53:41[曹方婷-1316] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238435%22}&event=edit_fareApply&fareApply_id=38435 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5045962 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032439231872559 -- 25-08-06 22:53:41[曹方婷-1316] -- /buz/oa/index.php/oamgmt/oa_approval?para={%22event%22:%22edit_fareApply%22,%22fareApply_id%22:%2238435%22}&event=edit_fareApply&fareApply_id=38435 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 1316 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.024300098419189 -- 25-08-06 23:24:55 -- /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.0034329891204834 -- 25-08-06 23:24:55 -- /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.0039529800415039 -- 25-08-06 23:24:55 -- /buz/oa/index.php/oamgmt/oa_approval?appid=ww5262fb147810c303&agentid=1000004 select b.cont_id, c.cont_name, c.acct_id 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.003654956817627 -- 25-08-06 23:24:55[张进-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.027378082275391 -- 25-08-06 23:24:56[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017525911331177 -- 25-08-06 23:24:57[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 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 = 6276 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003136157989502 -- 25-08-06 23:24:57[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030369758605957 -- 25-08-06 23:24:57[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0032789707183838 -- 25-08-06 23:24:57[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5039851 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0030219554901123 -- 25-08-06 23:24:57[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6276 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018395900726318 -- 25-08-06 23:25:06[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.017925024032593 -- 25-08-06 23:25:07[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016458988189697 -- 25-08-06 23:25:07[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 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 = 6275 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029339790344238 -- 25-08-06 23:25:07[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select org_id,org_name from dbsys.sys_org where corp_acct_id = 5 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029051303863525 -- 25-08-06 23:25:07[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.003115177154541 -- 25-08-06 23:25:07[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select file_id, SUBSTRING_INDEX(file_url,'www',-1) file_url,SUBSTRING_INDEX(thumb_file_url,'www',-1) thumb_file_url from dbpublic.pbl_upload_file where owner_id = 5037866 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0029349327087402 -- 25-08-06 23:25:07[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_officialSeals&officialSeals_id=6275 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016369104385376 -- 25-08-06 23:25:11[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.028614044189453 -- 25-08-06 23:25:12[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.018582105636597 -- 25-08-06 23:25:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3708 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 = 3708 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0040061473846436 -- 25-08-06 23:25:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3708 select * from dbpurc.purc_apply_product where purcapply_id = 3708 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.0034408569335938 -- 25-08-06 23:25:13[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=edit_purcApply&purcapply_id=3708 select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.016988039016724 -- 25-08-06 23:25:23[张进-414] -- /buz/oa/index.php/oamgmt/oa_approval?event=pbl_updateApprStatus select acct_id, cont_id, cont_edikey from dbsys.sys_contact where cont_id = 414 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------ Time: 0.019804000854492 -- 25-08-06 23:25:24[张进-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 limit 1 ------------------------------------------------------------------------------------------------------------------------------------------------------